summaryrefslogtreecommitdiff
path: root/synth/profile.sh
diff options
context:
space:
mode:
authorFlorian Jung <florian.a.jung@web.de>2012-04-12 22:35:44 +0200
committerFlorian Jung <florian.a.jung@web.de>2012-04-12 22:35:44 +0200
commit2f796b659626569c02dd5016dc3df45000e2b7e2 (patch)
treee014eec75fdf0e0b19041a471c29b39303a18de3 /synth/profile.sh
parent7c875a14b73d844f4f3b8390e4463610262d9415 (diff)
use precalculated phase_increment instead of calculating it every
frame: brings up to 33% speed boost! bugfix: ksr now uses dest_freq instead of (current) freq
Diffstat (limited to 'synth/profile.sh')
-rwxr-xr-xsynth/profile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/synth/profile.sh b/synth/profile.sh
index 921a5d4..a1b8096 100755
--- a/synth/profile.sh
+++ b/synth/profile.sh
@@ -7,6 +7,6 @@ else
fi
for ((i=1;i<=$cnt;i++)); do
- /usr/bin/time -p ./synth -p 0:analog.prog -i 60 -x 1000:1 -a -m 2>&1 | grep 'user ' | sed 's/user //';
+ /usr/bin/time -p ./synth -p 0:../../manyosc2.prog -i 60 -x 1000:1 -a -m 2>&1 | grep 'user ' | sed 's/user //';
#echo "$i / $cnt done" 1>&2
done | python avg_stddev.py