Skip to content

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