overdrivenpotato / rust-vst2

VST 2.4 API implementation in rust. Create plugins or hosts.
MIT License
223 stars 23 forks source link

Added GetMidiKeyName opcode. #29

Closed monomadic closed 7 years ago

monomadic commented 7 years ago

Got tired of bitwig dumping this opcode out to me on my logger so I added it - this is kind of an experiment - if I did this right I'll implement the other missing opcodes I'm getting.

overdrivenpotato commented 7 years ago

It looks like the ptr value for the GetMidiKeyName opcode is not expecting a string but rather this struct. Have you tested this implementation?