DISTRHO / Cardinal

Virtual modular synthesizer plugin
https://cardinal.kx.studio/
GNU General Public License v3.0
2.08k stars 142 forks source link

Implement MIDI driver #3

Closed falkTX closed 2 years ago

falkTX commented 2 years ago

Shouldn't be difficult now that we got audio working.

zezic commented 2 years ago

I think, it would be convenient to make the MIDI-CV, MIDI-CC and MIDI-Map modules work inside the VST host: https://github.com/VCVRack/Rack/blob/v2/src/core/MIDI_CV.cpp https://github.com/VCVRack/Rack/blob/v2/src/core/MIDI_CC.cpp https://github.com/VCVRack/Rack/blob/v2/src/core/MIDI_Map.cpp

falkTX commented 2 years ago

Those are already available, we just need to create a MIDI driver.

I only disabled the audio8 and audio16 modules so far, because plugin is fixed 2in 2out for now.

falkTX commented 2 years ago

Implemented now. Not in the best way, but at least allows us to use it.

If the project really goes forward, a rework of the VCV MIDI system needs to happen.