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

MIDI support #10

Open
ghalestrilo opened this issue May 1, 2022 · 1 comment
Open

MIDI support #10

ghalestrilo opened this issue May 1, 2022 · 1 comment

Comments

@ghalestrilo
Copy link

ghalestrilo commented May 1, 2022

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

@dktr0
Copy link
Owner

dktr0 commented May 3, 2022

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.

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

No branches or pull requests

2 participants