ensnare-org / ensnare-v1

A library for generating digital audio.
https://ensnare.me
Other
2 stars 1 forks source link

Consider MIDI queue modeled on AudioQueue #24

Open sowbug opened 5 months ago

sowbug commented 5 months ago

AudioQueue is working out well; producers can keep their own copies and write to it whenever they need to.

Perhaps a MidiQueue is in our future. MidiService would make it available, and its job would be to dispatch anything in the queue to external MIDI interfaces.

Maybe do this during the MidiService cleanup.