Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

Bug? AndroidGlue can't playback two channel together #15

Open
KyoSherlock opened this issue Nov 15, 2015 · 0 comments
Open

Bug? AndroidGlue can't playback two channel together #15

KyoSherlock opened this issue Nov 15, 2015 · 0 comments

Comments

@KyoSherlock
Copy link

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.

@KyoSherlock 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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant