I have created an audio unit, however one parameter is appearing as a
floating point parameter in the generic view - even though it has been
specified as a integer.
Is there some known bug with this?
Plugin.h >
static CFStringRef kParamName_Width = CFSTR ("Width");
static const int kDefaultValue_Width = 10;
static const int kMinimumValue_Width = 1;
static const int kMaximumValue_Width = 512;
I tried to find if this had been discussed before but had no luck.
Any help gladly appreciated.
Regards
Christian
_______________________________________________
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