I am developing my first ever VST plugin and I ran into two issues. One is probably my bug, second not.
My VST plugin is velocity fixer - velofix.csd (1.4 KB) - it sets fixed velocity (set by slider) to incoming notes. This is useful if you have cheapest keyboard as I have.
I noticed two bugs:
- it does not work if it’s exported as VST3 (VST2 is okay) - outgoing velocity is not fixed
- if you press more keys at once, only one is released
Aside from that, Cabbage looks very powerful.