Anndream
Results
2
issues of
Anndream
Upgrade phoenix framework v1.4 to phoenix framework v1.5 Phoenix 1.4.x to 1.5.0 upgrade instructions https://gist.github.com/chrismccord/e53e79ef8b34adf5d8122a47db44d22f
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...