View Single Post
Old 05-11-2018, 02:24 AM   #3
StAN
Human being with feelings
 
Join Date: Oct 2014
Posts: 13
Default

Quote:
Originally Posted by olilarkin View Post
with iPlug1 you will need to add this flag to IPlugAU

https://github.com/olilarkin/wdl-ol/...lugAU.cpp#L567

will break existing projects
Thanks for the answer, but it does not work only AU. Same thing in the VST2.
In iplugquake I was not able to get AU and VST2.

__________________________________________________ __________________________________________________ ________________________
if (CStringHasContents(metadata.mCustomUnit)) ! Use of undeclared identifier 'metadata'
{
pInfo->unit = kAudioUnitParameterUnit_CustomUnit;
pInfo->unitName = CFStringCreateWithCString(0, pParam->GetCustomUnit(), kCFStringEncodingUTF8);
}

Last edited by StAN; 05-11-2018 at 05:49 AM.
StAN is offline   Reply With Quote