Widen the range used in the graph

This commit is contained in:
Mark Hills 2013-05-21 21:36:16 +01:00
parent 795c8ea75b
commit 53601f6b3a
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ shift
TMP=`mktemp -t bpm.XXXXXX` || exit 1
trap "rm $TMP" 0
sox "$FILE" -r 44100 -e float -c 1 -t raw - | bpm -m 60 -x 180 -g $TMP
sox "$FILE" -r 44100 -e float -c 1 -t raw - | bpm -m 60 -x 220 -g $TMP
gnuplot -p <<END
set style data lines
set ylabel "Difference"