View Single Post
Old 12-10-2019, 01:16 PM   #1
kakemot
Human being with feelings
 
Join Date: Dec 2019
Posts: 3
Default Problems building VST3 with iPlug2 project

So I have the latest iPlug2 and the latest VST3 SDK.
Everything works so far, building audio unit, macOS app and what not. But not VST3.

When I build VST3 I get an error saying vstbypassprocessor.cpp is missing. To solve this I found this exact file on github by googling it. I tried placing it in the right folder. However when the file is found, it still leads to multiple errors.
"AudioBuffer is not a class, namespace or enumeration"

I'm guessing this can be solved by having the right VST3 SDK to start with (perhaps a slightly older version?) which I cannot seem to find anywhere.

Could anyone point me in the right direction?

I'm using xCode 10.1 on macOS 10.13.6 if that's any use.
kakemot is offline   Reply With Quote