From: Rudolf Polzer Date: Mon, 10 Oct 2011 20:04:42 +0000 (+0200) Subject: better tuba notes for accordeon X-Git-Tag: xonotic-v0.6.0~40^2~64 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=91f10a3e1b951c655c42d6eba15b038901b6414c;p=xonotic%2Fxonotic-data.pk3dir.git better tuba notes for accordeon --- diff --git a/sound/weapons/tuba1_loopnote-12.ogg b/sound/weapons/tuba1_loopnote-12.ogg index 8f98c5031..aae6a15b6 100644 Binary files a/sound/weapons/tuba1_loopnote-12.ogg and b/sound/weapons/tuba1_loopnote-12.ogg differ diff --git a/sound/weapons/tuba1_loopnote-18.ogg b/sound/weapons/tuba1_loopnote-18.ogg index aea2cb706..ff122ef1c 100644 Binary files a/sound/weapons/tuba1_loopnote-18.ogg and b/sound/weapons/tuba1_loopnote-18.ogg differ diff --git a/sound/weapons/tuba1_loopnote-6.ogg b/sound/weapons/tuba1_loopnote-6.ogg index 9e77f1291..5cb29339b 100644 Binary files a/sound/weapons/tuba1_loopnote-6.ogg and b/sound/weapons/tuba1_loopnote-6.ogg differ diff --git a/sound/weapons/tuba1_loopnote-src.txt b/sound/weapons/tuba1_loopnote-src.txt index 56bcb5f7b..91b43003b 100644 --- a/sound/weapons/tuba1_loopnote-src.txt +++ b/sound/weapons/tuba1_loopnote-src.txt @@ -3,8 +3,8 @@ r=44642 base=261.6 ls=$((7646/2)) le=$((10378/2)) -for n in -18 -12; do - this=`echo "440*e(l(2)/12*($n+72-69))" | bc -l` +for n in -18 -12 -6; do + this=`echo "440*e(l(2)/12*($n+60-69))" | bc -l` f=`echo "$r * $this / $base + 0.5" | bc -l` f=${f%.*} echo "$r -> $f" @@ -26,8 +26,8 @@ done base=659.191 ls=$((6326/2)) le=$((7140/2)) -for n in -6 0 6 12 18 24; do - this=`echo "440*e(l(2)/12*($n+72-69))" | bc -l` +for n in 0 6 12 18 24; do + this=`echo "440*e(l(2)/12*($n+60-69))" | bc -l` f=`echo "$r * $this / $base + 0.5" | bc -l` f=${f%.*} echo "$r -> $f" diff --git a/sound/weapons/tuba1_loopnote0.ogg b/sound/weapons/tuba1_loopnote0.ogg index 5e9ac8950..4e9a1714b 100644 Binary files a/sound/weapons/tuba1_loopnote0.ogg and b/sound/weapons/tuba1_loopnote0.ogg differ diff --git a/sound/weapons/tuba1_loopnote12.ogg b/sound/weapons/tuba1_loopnote12.ogg index 9be699469..fd4a25211 100644 Binary files a/sound/weapons/tuba1_loopnote12.ogg and b/sound/weapons/tuba1_loopnote12.ogg differ diff --git a/sound/weapons/tuba1_loopnote18.ogg b/sound/weapons/tuba1_loopnote18.ogg index 66c6c7ca8..278a2a98a 100644 Binary files a/sound/weapons/tuba1_loopnote18.ogg and b/sound/weapons/tuba1_loopnote18.ogg differ diff --git a/sound/weapons/tuba1_loopnote24.ogg b/sound/weapons/tuba1_loopnote24.ogg index 07c523f90..cdabf6355 100644 Binary files a/sound/weapons/tuba1_loopnote24.ogg and b/sound/weapons/tuba1_loopnote24.ogg differ diff --git a/sound/weapons/tuba1_loopnote6.ogg b/sound/weapons/tuba1_loopnote6.ogg index 0af041701..cf8c1592a 100644 Binary files a/sound/weapons/tuba1_loopnote6.ogg and b/sound/weapons/tuba1_loopnote6.ogg differ