There are 2 plugins i would really like to see:
CV to MIDI: Basically just the inverse of “MIDI to CV mono”. It has a gate, pitch, and (optional) velocity input, and a midi output. On a rising edge on gate it sends a “note on” command with the note and velocity corresponding to the pitch and velocity inputs at that point in time. On the falling edge it sends the “note off” command
Sample and Hold: On a rising edge on the gate input, it samples another cv input and outputs that value constantly until the next rising edge on the gate
PS I am willing to try to develop these plugins myself. Is there a guide somewhere to help me get started, and would it be possible to see the source code of the “MIDI to CV mono” plugin?