From f69b6b8de460a6465936048e6ebe8d45bfdf95e3 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Tue, 11 Oct 2011 21:40:23 +0200 Subject: [PATCH] update for fluidsynth --- sound/weapons/tuba_loopnote_maker.mid | Bin 251 -> 249 bytes sound/weapons/tuba_loopnote_maker.sh | 4 +++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/sound/weapons/tuba_loopnote_maker.mid b/sound/weapons/tuba_loopnote_maker.mid index 14cc448852e5a65754f744153946128a119fee22..46502c6ff792715c50d107ae217142ea6fbb1bf4 100644 GIT binary patch delta 15 Xcmey(_>*zMWY$!M|I7>%XC(pvG#3UE delta 17 Zcmey#_?vOUWcGB1|I7>w2PV!)1OPxq2Gjrm diff --git a/sound/weapons/tuba_loopnote_maker.sh b/sound/weapons/tuba_loopnote_maker.sh index 2bdb3c1..5bdec30 100755 --- a/sound/weapons/tuba_loopnote_maker.sh +++ b/sound/weapons/tuba_loopnote_maker.sh @@ -18,13 +18,15 @@ case "$synth" in ;; fluidsynth) { - echo "program 0 $program" + echo "prog 0 $program" } > in.cfg fluidsynth -f in.cfg -n -i -l -T wav -F out.wav "$@" tuba_loopnote_maker.mid normalize out.wav ;; esac +exit + start=0 step=4 loop=1.0 -- 2.39.2