Re: Controller mapping
Re: Controller mapping
- Subject: Re: Controller mapping
- From: Brian Willoughby <email@hidden>
- Date: Thu, 6 May 2010 15:13:54 -0700
I do not know how to control the order that your AU parameters appear
in the HUI. However, I did want to point out that you have some
options if you change your AU and want remain compatible with old
versions
You should be able to use versioning in the saved parameters by
modifying SaveState() and RestoreState(). The new AU release is free
to remap parameters, and when it sees the old version in RestoreState
() your code can handle the remapping at that time. SaveState()
would simply make sure the version number is not the default. The
only caveat is that the old revision of your AU could not open
anything saved with the new version of your AU.
This is not a complete solution, because I don't know how you
guarantee compatibility with automated parameters saved in host
documents with your old AU, but the state versioning trick might turn
out to be useful.
Brian Willoughby
Sound Consulting
On May 6, 2010, at 07:52, john smith wrote:
This is about a plug-in I'm developing. Just because its shipping
doesn't mean we should stop development, and not improve the
product :-)
I'm sure Logic supports the HUI, the question is rather this:
Can the plug-in map it's parametes, in order to decide which
parameters are shown at which "positions" in the HUI (a "position"
being a page and switch / rotary index).
_______________________________________________
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