3 Commits

View File

@ -28,6 +28,7 @@ declare -A tuning=(
[mandolin]="G3 D4 A4 E5"
#Ukulele
[ukulele]="G4 C4 E4 A4"
[ukulele-half-step-down]="F#4 B3 D#4 G#4"
#lap Steel 6 String C6
[steel-C6]="C3 E3 G3 A3 C4 E4"
#Nick Drake Tuning
@ -83,7 +84,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.