MidiSheetMusic-Android icon indicating copy to clipboard operation
MidiSheetMusic-Android copied to clipboard

Hi every now i can detect only one key from piano how can I detect more than one key please suggest me thank you

Open anndream opened this issue 3 years ago • 1 comments

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

anndream avatar Mar 07 '21 11:03 anndream

Thanks for reporting. It's a known issue, but I haven't had the time to look into. The way we handle key presses probably needs to be improved

ditek avatar Mar 21 '21 18:03 ditek