[PlanetCCRMA] ecasound, ladspa, and tap equalizer

sara lidgey slidgey@yahoo.ca
Sun Sep 2 20:53:00 2007


--0-301893771-1188791540=:34462
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

Hi All,

I have a question regarding using ladspa plugins with ecasound, specifically the tap_equalizer plugin:

I'm using the ecasound control interface within a c program.  I have generated pink noise using the tap_pinknoise plugin and now I want to eq the noise with tap_equalizer.  The problem is I don't know what the parameters for the tap_equalizer are.  i can't find the documentation.
My code is below:

  //pink noise 
  eci_command("c-add pink1");
  eci_command("ai-add null");
  eci_command("ao-add jack_generic,pink1");
  eci_command("cop-add -el:tap_pinknoise");

  //pink noise eq
  eci_command("cop-add -el:tap_equalizer");
  eci_command("copp-select 7");
   eci_command_float_arg("copp-set",100);

I guessed at the parameter 7 and its value (100) and I do hear some difference so I know its there but I don't know exactly which parameter it is.  Is there a document for tap_equalizer that says "parameter 1 is band 1 gain, parameter 2 is band 1 frequency" etc?

Thanks a lot!

       
---------------------------------
Be smarter than spam. See how smart SpamGuard is at giving junk email the boot with the All-new Yahoo! Mail  
--0-301893771-1188791540=:34462
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

Hi All,<br><br>I have a question regarding using ladspa plugins with ecasound, specifically the tap_equalizer plugin:<br><br>I'm using the ecasound control interface within a c program.&nbsp; I have generated pink noise using the tap_pinknoise plugin and now I want to eq the noise with tap_equalizer.&nbsp; The problem is I don't know what the parameters for the tap_equalizer are.&nbsp; i can't find the documentation.<br>My code is below:<br><br>&nbsp; //pink noise <br>&nbsp; eci_command("c-add pink1");<br>&nbsp; eci_command("ai-add null");<br>&nbsp; eci_command("ao-add jack_generic,pink1");<br>&nbsp; eci_command("cop-add -el:tap_pinknoise");<br><br>&nbsp; //pink noise eq<br>&nbsp; eci_command("cop-add -el:tap_equalizer");<br>&nbsp; eci_command("copp-select 7");<br> &nbsp; eci_command_float_arg("copp-set",100);<br><br>I guessed at the parameter 7 and its value (100) and I do hear some difference so I know its there but I don't know exactly which parameter it is.&nbsp; Is
 there a document for tap_equalizer that says "parameter 1 is band 1 gain, parameter 2 is band 1 frequency" etc?<br><br>Thanks a lot!<br><p>&#32;
      <hr size=1>Be smarter than spam. See how smart SpamGuard is at giving junk email the boot with the <a href="http://us.rd.yahoo.com/evt=40705/*http://mrd.mail.yahoo.com/try_beta?.intl=ca"><b>All-new Yahoo! Mail </b></a> 

--0-301893771-1188791540=:34462--