Skip to content

Commit e4945a8

Browse files
committed
Default instrument to #2
1 parent 14e64fe commit e4945a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/sortVisualiser/MidiSoundPlayer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public MidiSoundPlayer(int maxValue) {
4646
}
4747
}
4848
if (!found) {
49-
index = 143;
49+
index = 2;
5050
}
5151
CACHED_INDEX = index;
5252
}

0 commit comments

Comments
 (0)