>Well, theres no reason why you couldn't do it in LADSPA, its only a bunch >of parameters after all, its just a bit too special case (IMHO) for >the XML GUI. the only way I can see this working is to add: #define LADSPA_HINT_CURVE 0x40 and the convention that once a port like that is connected, it treats the port as an array and does: size_t num_points = (size_t) floor (*port); size_t n; for (n = 1; n <= num_points; n++) { ... do something with port[n] .. } but this seems ripe for disaster, somehow. even so, it would be pretty nice. --p
- Re: [linux-audio-dev]... David Olofson
- Re: [linux-audio-dev]... Simon Per Soren Kagedal
- Re: [linux-audio-dev] ladspa xml gui Paul Barton-Davis
- Re: [linux-audio-dev] ladspa xml gui Steve Harris
- Re: [linux-audio-dev] ladspa xml gui Paul Barton-Davis
- Re: [linux-audio-dev] ladspa xml g... David Olofson
- Re: [linux-audio-dev] ladspa xml g... Steve Harris
- Re: [linux-audio-dev] ladspa xml gui David Olofson
- RE: [linux-audio-dev] ladspa xml gui MOULET Xavier FTRD/DMR/ISS
- Re: [linux-audio-dev] ladspa xml gui Steve Harris
- Re: [linux-audio-dev] ladspa xml gui Paul Barton-Davis
- Re: [linux-audio-dev] ladspa xml g... Steve Harris
- Re: [linux-audio-dev] ladspa x... Paul Barton-Davis
- Re: [linux-audio-dev] lad... Steve Harris
- Re: [linux-audio-dev]... Paul Barton-Davis
- Re: [linux-audio-dev]... Steve Harris
- RE: [linux-audio-dev] ladspa xml gui MOULET Xavier FTRD/DMR/ISS