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
{{ message }}
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.
I want to develop a real time MIDI.
midi.onProgramChange(0, 1); // e.g. piano
midi.onNoteOn(0, 60, 80);
midi.onProgramChange(1, 1); // e.g. woodblock
midi.onNoteOn(1, 60, 80);
If they playback a same key(e.g. 60) at the same time. the sound is cut off.
The text was updated successfully, but these errors were encountered:
KyoSherlock
changed the title
AndroidGlue can't playback two channel together
Bug? AndroidGlue can't playback two channel together
Nov 15, 2015
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I want to develop a real time MIDI.
midi.onProgramChange(0, 1); // e.g. piano
midi.onNoteOn(0, 60, 80);
midi.onProgramChange(1, 1); // e.g. woodblock
midi.onNoteOn(1, 60, 80);
If they playback a same key(e.g. 60) at the same time. the sound is cut off.
The text was updated successfully, but these errors were encountered: