You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... @OverRide
public void onMidiNoteOn(@nonnull MidiInputDevice midiInputDevice, int i, int i1, int note, int velocity) {
OnMidiNote(note, true);
}
.....
how to detect more one key please suggession me thank
The text was updated successfully, but these errors were encountered:
from file
https://github.com/ditek/MidiSheetMusic-Android/blob/master/app/src/main/java/com/midisheetmusic/MidiHandlingActivity.java
...
@OverRide
public void onMidiNoteOn(@nonnull MidiInputDevice midiInputDevice, int i, int i1, int note, int velocity) {
OnMidiNote(note, true);
}
.....
how to detect more one key please suggession me thank
The text was updated successfully, but these errors were encountered: