From 97144a9a89d3587bb482f60692e23a20d0c74e9b Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Tue, 6 May 2014 00:25:13 -0400 Subject: [PATCH] I think the powerbars in horseshoes should be more responsive. --- horseshoes/horseshoes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/horseshoes/horseshoes b/horseshoes/horseshoes index d619373..9fe4c5d 100755 --- a/horseshoes/horseshoes +++ b/horseshoes/horseshoes @@ -82,7 +82,7 @@ elif [ $x -ge 50 ] ; then local stepper="--" fi let x$stepper -play --no-dither --single-threaded -nq synth 0.03 tri $(($x *50))& +play --no-dither -nq synth 0.03 tri $(($x *50))& read -st 0.03 -n 1 continue done if [[ $__strength_bar_result ]] ; then @@ -110,7 +110,7 @@ local rStepper="--" fi let lChan$lStepper let rChan$rStepper -play --no-dither --single-threaded -nq synth 0.05 tri 300 remix v0.$lChan v0.$rChan& +play --no-dither -nq synth 0.05 tri 300 remix v0.$lChan v0.$rChan& read -st 0.05 -n 1 continue done if [ $lChan -ge 5 ] ; then