fix missing instrument (midi)
for the midi that i'm testing, it's a lot of missing notes (189)
This commit is contained in:
@@ -138,6 +138,8 @@ public class MidiConverter implements Converter {
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
if (instrument == null) instrument = instrumentList[0];
|
||||
}
|
||||
|
||||
if (instrument == null) {
|
||||
|
||||
Reference in New Issue
Block a user