Open tlubz opened 2 months ago
This current implementation is made being extremely simple in order to just test the currently selected instrument. I thinking to just take my libADLMIDI as a backend to solve two cases:
So, I'll keep your idea here until I'll take this for a work. For now I'm busy on other stuff.
Thanks for the quick follow-up!
I looked into libADLMIDI, it looks like a cool project. For now I'm experimenting with the ADLPlug VSTi right now for my use-case, since it can work more closely with my DAW, and it supports multiple patch voices at once.
Then I can separately use OPL3BankEditor to edit and test sounds.
MIDI In support is great, thanks so much for this tool!
One thing I'm missing is support for Program Change events from MIDI, which would potentially allow users to use this as a fully-fledged MIDI to OPL3 system, and play full MIDI songs on it, instead of one patch at a time.
Looking at
GeneratorRealtime
, I see that you support patch changes in real time, however it's only supported from the UX controller, and itSilence
s all playing sounds. It would be nice to add patch change support from MIDI In as well.