Re: [linux-audio-dev] Re: proposed initial DTD for LADSPA-gui-xml .. licensing issues ...

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [linux-audio-dev] Re: proposed initial DTD for LADSPA-gui-xml .. licensing issues ...
From: Steve Harris (S.W.Harris_AT_ecs.soton.ac.uk)
Date: Mon Nov 27 2000 - 13:44:15 EET


On Sun, Nov 26, 2000 at 09:33:22PM -0500, Paul Barton-Davis wrote:
> the proposal, back in march or whenever, was to add:
>
> const char *(*xml_gui_description)();
>
> to the plugin API, and allow that it could be NULL if the plugin
> author chose not to supply a spec for the GUI in this way.

Much better. I can defualt it to loading foo.xml, as long as I can find
what directory my .so file is in.

Hints at the possiblity of dynamic/multiple interfaces too, depending on
when xml_gui_description() is called.

if (getenv("RUNNING_IN_ARDOUR")) {
        return ardour_lookalike_gui;
} else {
        return other_thing;
}

- Steve


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Mon Nov 27 2000 - 14:43:09 EET