Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented "midimessage" event dispatching on noteOn/noteOff #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kyr0
Copy link

@kyr0 kyr0 commented Mar 29, 2014

When the visual keyboard of the synth gets clicked, a midi message
event gets created and dispatched on window.onmidimessage (on window
because there is no prototype to dispatch on currently). This allows
third party software to use the virtual keyboard clicks as MIDI input.
This impl. is using the data structure of the WebMIDIApi shim to be
inter-operable and standard conform. Thank you @cwilso — WebMIDIApi
is awesome!

When the visual keyboard of the synth gets clicked, a midi message
event gets created and dispatched on window.onmidimessage (on window
because there is no prototype to dispatch on currently). This allows
third party software to use the virtual keyboard clicks as MIDI input.
This impl. is using the data structure of the WebMIDIApi shim to be
inter-operable and standard conform. Thank you   @cwilso — WebMIDIApi
is awesome!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant