Re: [linux-audio-dev] ladspa xml gui

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

Subject: Re: [linux-audio-dev] ladspa xml gui
From: Paul Barton-Davis (pbd_AT_Op.Net)
Date: Thu Dec 07 2000 - 19:51:05 EET


>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


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

This archive was generated by hypermail 2b28 : Thu Dec 07 2000 - 20:25:52 EET