abudaan / JazzMIDIBridge

Wrapper around the Jazz plugin that mimics the W3C MIDI proposal of Jussi Kalliokoski
11 stars 6 forks source link

Support for handling an arbitrary number of MIDI messages per input event #2

Closed arthurian closed 11 years ago

arthurian commented 11 years ago

This pull request modifies the event handling function for Jazz.MidiInOpen() to handle MIDI messages of arbitrary length. It now uses the updated syntax described in the Jazz-Plugin reference.

abudaan commented 11 years ago

Hi Arthur,

Thanks again!

Coming month I have planned a major update to make the bridge compliant again with the Web MIDI API http://www.w3.org/TR/webmidi/ proposal.

cheers,

Daniel

On 6/19/2013 23:12, Arthur wrote:

This pull request modifies the event handling function for /Jazz.MidiInOpen()/ to handle MIDI messages of arbitrary length. It now uses the updated syntax described in the Jazz-Plugin reference http://jazz-soft.net/doc/Jazz-Plugin/MidiInOpen.html.


    You can merge this Pull Request by running

git pull https://github.com/arthurian/JazzMIDIBridge master

Or view, comment on, or merge it at:

https://github.com/abudaan/JazzMIDIBridge/pull/2

    Commit Summary

skype: abudaan phone: +31615181739

arthurian commented 11 years ago

Hi Daniel,

That's great to hear! I really look forward to seeing the updates you have planned. Thanks for all your work on this.

Best, Arthur