Hi, when using the new builds, what’s the preferred way in code to tell whether we’re running in a VST instance or standalone?
thx
Hi, when using the new builds, what’s the preferred way in code to tell whether we’re running in a VST instance or standalone?
thx
In your processor:
if (wrapperType == wrapperType_Standalone)
DBG ("Running Standalone");
Rail
thx for the quick reply