Now shows the note you are playing, but takes a bit longer to switch to the next one.

This commit is contained in:
Storm Dragon 2018-12-01 12:33:05 -05:00
parent 354b060740
commit d88b5286dc
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ for i in ${tuning[$1]} ; do
notePID="$!"
read -sN1 -t $timeout continue
flush_keys
done
done | dialog --progressbox "${i//[[:digit:]]/}" 0 0
IFS="$ifs"
done
# Kill the final process when the program exits.