overdrivenpotato / rust-vst2

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

fixed vst_main macro #2

Closed kykc closed 9 years ago

kykc commented 9 years ago

Problem was probably caused by some refactoring.

overdrivenpotato commented 9 years ago

Good catch, thanks!