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
I need to drive a bunch of selectable software synths (and ideally, midi ports) directly from my own sequencer; Mixer doesn't allow you to do that, but I was curious if you knew of anything that was like that.
The text was updated successfully, but these errors were encountered:
Hello! Do you wanted to unite different MIDI synthesizer libraries and map MIDI events between them? If you making a kind of MIDI player or even Editor, then you better to use these MIDI libraries and hardware interfaces directly. The thing shouldn't be hard to implement: MIDI out API is pretty simple in various OSes if you want to send real-time MIDI commands, and all you need to make is the receiver function, the mapping array (channels, tracks, or drum notes) to forward between different ports. What about software synthesizer libraries, you will need to implement suitable overlays over them to use their real-time MIDI functions and run the PCM output, mix it and send to audio output.
I wanted to just have a generic way to drive software synths via midi so that i could abstract out controlling fluidsynth and/or a real MIDI port live, without a playback interface
I need to drive a bunch of selectable software synths (and ideally, midi ports) directly from my own sequencer; Mixer doesn't allow you to do that, but I was curious if you knew of anything that was like that.
The text was updated successfully, but these errors were encountered: