fix missing instrument (midi)
for the midi that i'm testing, it's a lot of missing notes (189)
This commit is contained in:
parent
ecd5efb30e
commit
b863c97217
1 changed files with 2 additions and 0 deletions
|
@ -138,6 +138,8 @@ public class MidiConverter implements Converter {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (instrument == null) instrument = instrumentList[0];
|
||||||
}
|
}
|
||||||
|
|
||||||
if (instrument == null) {
|
if (instrument == null) {
|
||||||
|
|
Loading…
Reference in a new issue