Hacker News new | ask | show | jobs
by spacechild1 1693 days ago
Actually, you can write VST3 plugins/hosts using only the header files in pluginterfaces. (I needed to do this because the source files didn't even compile with MinGW. Maybe they have fixed this.) I don't use a single VST3 source file in my “vstplugin“ project: https://git.iem.at/pd/vstplugin
1 comments

This is very useful to know -- TIL, thank you!!