Skip to content

Commit

Permalink
Default instrument to #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Hopson97 committed Sep 12, 2018
1 parent 14e64fe commit e4945a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/sortVisualiser/MidiSoundPlayer.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public MidiSoundPlayer(int maxValue) {
}
}
if (!found) {
index = 143;
index = 2;
}
CACHED_INDEX = index;
}
Expand Down

0 comments on commit e4945a8

Please sign in to comment.