Re: AudioUnit View - write only boolean parameter doesn't appear as a Push Button
Re: AudioUnit View - write only boolean parameter doesn't appear as a Push Button
- Subject: Re: AudioUnit View - write only boolean parameter doesn't appear as a Push Button
- From: Nick <email@hidden>
- Date: Thu, 22 Jan 2015 17:42:37 +0200
An update: I tried removing a Cocoa view from my audio unit, by returning
if(inID == kAudioUnitProperty_CocoaUI) {
outDataSize = 0;
outWritable = false;
return noErr;
}
in GetPropertyInfo.
Now I got the "generic view" (which is not what i thought it was) and a button on it!. Actually a generic view - is an auto generated cocoa view, but not the "dark" one (the "dark" view is called "Controls view"?). This is what the auto generated generic view looks like:
Nevertheless the "dark" auto generated Controls view still doesn't have this button on it:
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden