On Tue, 2004-03-09 at 21:52, Fons Adriaensen wrote:
/* This hint must be used only together with
LADSPA_HINT_INTEGER.
[snip explanation on multiway switches]
#define LADSPA_HINT_SWITCHED 0x400
Since this is a special hint which implies LADSPA_HINT_INTEGER,
shouldn't this be made clear to the plugin coder explicitly?
#define LADSPA_HINT_SWITCHED (0x400 | LADSPA_HINT_INTEGER)
FWIW the very fact that one hint implies another hint makes me feel a
little uncomfortable.
Just my 0.02 EUR...
Jan