Skip to content

Commit

Permalink
fixing string formating typos
Browse files Browse the repository at this point in the history
  • Loading branch information
t9999clint committed Oct 24, 2019
1 parent 32571b9 commit cbd569f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/wavepi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ StartSynth () {
WaitForSynth "$SYNTH_SEARCH"

## check if midi actually loaded or not
echo "MIDI NUMBER DEtECTED AS >$MIDI_NUMBER<"
echo "MIDI NUMBER DETECTED AS >$MIDI_NUMBER<"

if [ "$MIDI_NUMBER" == "0" ]
then
Expand All @@ -117,7 +117,7 @@ StartSynth () {
## join synth to MIDI loopback device, then save status
## echo "success??"
aconnect 14:0 $MIDI_NUMBER:0
aconnect 14:0 '$SYNTH_SEARCH':0
aconnect 14:0 $SYNTH_SEARCH:0
## UGLY HACK, UNTIL I FIX MIDI_NUMBER ISSUE (should be fixed now)##
##aconnect 14:0 128:0 &
##aconnect 14:0 129:0 &
Expand Down

0 comments on commit cbd569f

Please sign in to comment.