Re: Filing of User Presets
Re: Filing of User Presets
- Subject: Re: Filing of User Presets
- From: Marc Poirier <email@hidden>
- Date: Fri, 25 Oct 2002 00:50:22 +0200 (CEST)
>
> 1. The Audio Unit sub ID is equal to the unique ID of the VST plugin
>
> (four letter code).
>
> 2. The name of the Audio Unit is the same as the one of the VST plugin.
>
> 3. The Audio Unit can handle property lists that contain a pair {
>
> CFSTR("data"), CFData } where the CFData member is a representation of
>
> the data the VST plugin returns/gets in the getChunk/setChunk calls.
>
>
I don't like this either (as others have pointed out) - we are using a
>
'data' key already which contains the parameter values of an audio unit, and
>
we should tag vst derived data with a different key - 'vstdata' seems
>
reasonable to me..
Great, but I think that, as it's sounding to me like these various key
names are becoming "official" (data, vstdata, name, type, subtype, etc.),
then the CFString constants for them ought to be moved out of AUBase.cpp
and into one of the AudioUnit.framework headers, for all to see/access.
Marc
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.