summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2015-11-15 21:31:49 +0100
committerrekado <rekado@elephly.net>2015-11-15 21:31:49 +0100
commited720e52d644d34383b58b58237140987dec37aa (patch)
tree2a8f00161a02c8cf9d5d8b9728c0758bf19daa6f
parentc2b5fe8995f4ad6be328ecdba5a1c30f7f9fb8e0 (diff)
Prevent fluidsynth from doing fancy LASH stuff.
-rw-r--r--02-song2/Makefile2
-rw-r--r--03-circus/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/02-song2/Makefile b/02-song2/Makefile
index 548429b..a48ddb0 100644
--- a/02-song2/Makefile
+++ b/02-song2/Makefile
@@ -4,7 +4,7 @@ SOUNDFONT = $(HOME)/FluidR3GM.sf2
lilypond $<
%.wav: %.midi
- fluidsynth -F $@ -R no -i -a alsa $(SOUNDFONT) $<
+ fluidsynth -F $@ -l -R no -i -n -a alsa $(SOUNDFONT) $<
%.ogg: %.wav
oggenc $<
diff --git a/03-circus/Makefile b/03-circus/Makefile
index 548429b..a48ddb0 100644
--- a/03-circus/Makefile
+++ b/03-circus/Makefile
@@ -4,7 +4,7 @@ SOUNDFONT = $(HOME)/FluidR3GM.sf2
lilypond $<
%.wav: %.midi
- fluidsynth -F $@ -R no -i -a alsa $(SOUNDFONT) $<
+ fluidsynth -F $@ -l -R no -i -n -a alsa $(SOUNDFONT) $<
%.ogg: %.wav
oggenc $<