You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems WebDirt currently does not support MIDI output (s "midi"), which is pretty crucial for a variety of workflows. It looks simple enough to implement using webmidi by tweaking WebDirt.js. I'm willing to investigate this as I'm personally very much interested in using WebDirt for midi playback
The text was updated successfully, but these errors were encountered:
Thanks for raising this. I think this might be okay if it was something added to WebDirt in the short term in a way that didn't require any UI. IFor Estuary, MIDI note events will ultimately something handled by (ie. added directly to) its core codebase instead - both because of the need for configuration UI within Estuary pertaining to MIDI, and (perhaps this is the more fundamental reason) because Estuary is already at the early stages of starting to "grow" channels for MIDI like information flow entirely within Estuary (eg. MiniTidal can receive CC values that are set elsewhere in Estuary). To make that a bit more concrete: while it is possible that webmidi might ultimately be the destination of a "MIDI event" generated in Estuary - it also possible that another Estuary language, running in Estuary, will be the ultimate destination of such an event. Admittedly, we are not that close to this right now - and the development team has other priorities - hence my openness to something UI-less, simple, and potentially a bit hacky even, in WebDirt, in the meantime.
It seems WebDirt currently does not support MIDI output (
s "midi"
), which is pretty crucial for a variety of workflows. It looks simple enough to implement usingwebmidi
by tweakingWebDirt.js
. I'm willing to investigate this as I'm personally very much interested in using WebDirt for midi playbackThe text was updated successfully, but these errors were encountered: