On Wed, Mar 2, 2011 at 2:55 PM, Stefano D'Angelo wrote:
> Plugins expose "control ports" (which, to me, are a design mistake how
no different than any other plugin API, except that the concept is a
bit more unified than "data" and "parameters" as found in, say, VST or
AU.
> Since it's stuff for the user, they should be effective and
AU, which is the only other plugin API to explicitly support
plugin<->GUI separation (even across processes) works in exactly the
same way as LV2. there are many AU plugins which do precisely what you
describe, yet still use a host-mediated parameter accessor API to both
control and represent current plugin state. this conceptual issue has
been thrashed out many times on the coreaudio mailing list as far back
as 1994, and nobody ever convinced the coreaudio guys (who are a smart
bunch of guys) that they had done it wrong.
the principle remains: access to plugin parameters is mediated via the
host to facilitate several things that would be impossible to do
properly, if at all, if they instead happened directly.
meta-parameters are used to provide the kind of thing you're
describing, and the "real" parameters are marked as "not for display"
in the (unlikely) event that the host creates the GUI for the plugin.
_______________________________________________
Linux-audio-dev mailing list
Linux-audio-dev@lists.linuxaudio.org
http://lists.linuxaudio.org/listinfo/linux-audio-dev
LINUX® is a registered trademark of Linus Torvalds in the USA and other countries.
Linuxaudio.org logo copyright Thorsten Wilms © 2006.
Hosting provided by the Virginia Tech Department of Music and DISIS.