Re: [linux-audio-dev] LADSPA and JACK

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

Subject: Re: [linux-audio-dev] LADSPA and JACK
From: Steve Harris (S.W.Harris_AT_ecs.soton.ac.uk)
Date: Thu Mar 14 2002 - 13:16:31 EET


On Thu, Mar 14, 2002 at 10:28:42 +0100, Stefan Kost wrote:
> Hi Steve,

Hi.

> > Thats fine for v. simple things, but things that really need guis can't be
> > easily described in XML, eg.
> > http://plugin.org.uk/releases/guis/harmonic_gui-0.2.png
> > http://plugin.org.uk/releases/guis/delayorama_gui-0.1.png
> >
> > Both need a fair bit of maths to make them go.
> >
> > - Steve
>
> I don't see any reason, why those gui can't be described via xml

The GUI *is* described in XML, I built it in glade:

        ...
        <widget>
          <class>GtkRadioButton</class>
          <name>radiosin</name>
          <can_focus>True</can_focus>
          <signal>
            <name>pressed</name>
            <handler>on_radiosin_pressed</handler>
            <last_modification_time>Thu, 06 Dec 2001 14:57:11 GMT</last_modification_time>
          </signal>
          <label>Sine</label>
          <active>True</active>
          <draw_indicator>True</draw_indicator>
          <group>wave</group>
          <child>
            <padding>0</padding>
            <expand>False</expand>
            <fill>False</fill>
          </child>
        </widget>
        ...

- Steve


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

This archive was generated by hypermail 2b28 : Thu Mar 14 2002 - 13:05:01 EET