|
|
|
|
|
by pjbk
236 days ago
|
|
You would have thought they learned from their mistakes implementing VST2, but they doubled down going even further basing VST3 on the Windows Component Object Model. I guess it was a decision to avoid reinventing the wheel, but you can quickly realize it is a very bad model for real time audio plugins and audio host support. The API just exploded in complexity, and testing was a nightmare. In contrast you can tell the U-He developers have all the experience from the trenches. |
|
COM is just 3 predefined calls in the virtual table. CLAP gives you a bunch of pointers to functions, which is similar.