chip mc moment
This commit is contained in:
parent
73967027e2
commit
6a5947727c
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ public class MidiConverter {
|
||||||
return song;
|
return song;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static Note getMidiInstrumentNote(int midiInstrument, int velocity, int midiPitch, long microTime) {
|
public static Note getMidiInstrumentNote(int midiInstrument, int midiPitch, int velocity, long microTime) {
|
||||||
Instrument instrument = null;
|
Instrument instrument = null;
|
||||||
Instrument[] instrumentList = instrumentMap.get(midiInstrument);
|
Instrument[] instrumentList = instrumentMap.get(midiInstrument);
|
||||||
if (instrumentList != null) {
|
if (instrumentList != null) {
|
||||||
|
|
Loading…
Reference in a new issue