|
|
|
|
|
by jcelerier
1693 days ago
|
|
I had looked into it ! but it seemed that making a DPF plug-in involved a lot of boilerplate, while I really wanted to do something where I can just include a couple headers and get going, without any particular compilation hassle (the whole library is header-only as it is pretty much entirely templates). |
|
https://github.com/steinbergmedia/vst3_pluginterfaces/blob/m...
Should theoretically be fixable right, so that it's purely the interfaces and doesn't need compilation? Why on earth did they do it like this?...