From d560eeb0ae4d1c38ecff12ecb4f06108ff05e0a5 Mon Sep 17 00:00:00 2001
From: Rudolf Polzer <divverent@xonotic.org>
Date: Tue, 11 Oct 2011 21:46:18 +0200
Subject: [PATCH] fluidsynth case still doesn't work even with correct MIDI.
 Fix later.

---
 sound/weapons/tuba_loopnote_maker.mid | Bin 249 -> 248 bytes
 sound/weapons/tuba_loopnote_maker.sh  |   4 +---
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/sound/weapons/tuba_loopnote_maker.mid b/sound/weapons/tuba_loopnote_maker.mid
index 46502c6ff792715c50d107ae217142ea6fbb1bf4..d1023ac77d03ae8dfadb71f11cdac67ca71f8088 100644
GIT binary patch
delta 14
Wcmey#_=9o6WR?_$|I8C-Bmw|0Rt5_I

delta 15
Xcmeyt_>*zMWY$!M|I7>%rzZjcGvo#g

diff --git a/sound/weapons/tuba_loopnote_maker.sh b/sound/weapons/tuba_loopnote_maker.sh
index 5bdec30..ce9fd9b 100755
--- a/sound/weapons/tuba_loopnote_maker.sh
+++ b/sound/weapons/tuba_loopnote_maker.sh
@@ -20,13 +20,11 @@ case "$synth" in
 		{
 			echo "prog 0 $program"
 		} > in.cfg
-		fluidsynth -f in.cfg -n -i -l -T wav -F out.wav "$@" tuba_loopnote_maker.mid
+		fluidsynth -v -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.5