Package: haskell-haskore / 0.2.0.3-2

Metadata

Package Version Patches format
haskell-haskore 0.2.0.3-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
00 fix_csound_invocation.patch | (download)

src/Haskore/Interface/CSound/Tutorial.lhs | 8 4 + 4 - 0 !
src/Haskore/Interface/CSound/TutorialCustom.lhs | 8 4 + 4 - 0 !
2 files changed, 8 insertions(+), 8 deletions(-)

 haskore can use csound as rendering mechanism for audio
 synthesis, running CSound's command-line utility with the proper
 arguments. This patch changes CSound's command-line utility name from
 csound32 to csound.
01 set_csound_temp_dir.patch | (download)

src/Haskore/Interface/CSound/Tutorial.lhs | 2 1 + 1 - 0 !
src/Haskore/Interface/CSound/TutorialCustom.lhs | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 haskore can use csound as rendering mechanism for audio
 synthesis, running CSound's command-line utility with the proper
 arguments. This patch sets /tmp as the temporary directory to use
 while running CSound's command-line utility.