Compare commits
3 Commits
2018.10.31
...
v2019.04.2
Author | SHA1 | Date | |
---|---|---|---|
f037c47bd2 | |||
c0936c3446 | |||
d88b5286dc |
@ -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.
|
||||
|
Reference in New Issue
Block a user