Re: [linux-audio-dev] LADSPA Specs ?

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

Subject: Re: [linux-audio-dev] LADSPA Specs ?
From: Taybin Rutkin (trutkin_AT_physics.clarku.edu)
Date: Tue May 07 2002 - 16:12:43 EEST


On Tue, 7 May 2002, Taybin Rutkin wrote:

> On Tue, 7 May 2002 xavier.moulet_AT_free.fr wrote:
>
> gchar buf[16];
>
> for (guint i = 0; i < port_count(); i++){
> if (LADSPA_IS_PORT_CONTROL(port_descriptors()[i])){
> child = new XMLNode("port");
> snprintf(buf, sizeof(buf), "%u", i);
> child->add_property("port-number", string(buf));

This should be---> child->add_property("port", string(buf));

Taybin


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

This archive was generated by hypermail 2b28 : Thu May 09 2002 - 14:00:39 EEST