djipco / webmidi

Tame the Web MIDI API. Send and receive MIDI messages with ease. Control instruments with user-friendly functions (playNote, sendPitchBend, etc.). React to MIDI input with simple event listeners (noteon, pitchbend, controlchange, etc.).
Apache License 2.0
1.54k stars 115 forks source link

Is it possible to access jzz instance from webmidi? #405

Closed maximelebreton closed 8 months ago

maximelebreton commented 8 months ago

Hello, and thanks for your amazing work on webmidi!

I'm using a plugin named jzz-midi-gear, based on jzz, but I'm also using webmidi, so I would like to remove my jzz depedency, and using the jzz instance from webmidi.

Is that possible? I hope i'm clear :)

Thanks!