[PD] plugin~ external

Kim Cascone kim at anechoicmedia.com
Wed Jun 9 22:15:40 CEST 2010


IOhannes m zmoelnig wrote:
> On 2010-06-09 19:28, Kim Cascone wrote:
>   
>> IOhannes m zmoelnig wrote:
>>
>> attached here
>>     
>>> are you sure you are using the updated version of plugin~? (it now
>>> prints the name of the plugin when it loads).
>>>   
>>>       
>> yes - I get a printout of the plug name
>> for example when I instantiate a amp.so LADSPA
>> I get
>> plugin~: found plugin "amp" in library "/usr/lib/ladspa/amp_1181.so"
>> plugin~: open_plugin (x, "amp", "/usr/lib/ladspa/amp_1181.so", 44100)\;
>> plugin~: constructed plugin "Simple amplifier" successfully
>> plugin~: plugin ports: audio 1/1 ctrl 1/0
>> plugin~: plugin active
>>     
>
> this basically indicates that you are _not_ using the newest version.
>   
ah OK
is this NOT the url for the src?
> the source code can be downloaded either via svn
> >> (https://pure-data.svn.sourceforge.net/svnroot/pure-data/trunk/externals/plugin~)
> >>
> >> or as a tarball from:
> >> http://pure-data.svn.sourceforge.net/viewvc/pure-data/trunk/externals/plugin~.tar.gz?view=tar
> >>
> >>
> >> the build-system is scons based ("apt-get install scons"; and then run
> >> "scons" in the directory)
> >>   

>
> in normal mode, when i construct a [plugin~ amp], i get _only_:
>   
>> plugin~: "Simple amplifier"
>>     
>
> when running with "-verbose -verbose", i get:
>   
>> verbose( 2):plugin~: close_plugin (x)
>> verbose( 1):plugin~: destructed plugin successfully
>> verbose( 1):plugin~: found plugin "amp" in library
>>     
> "/usr/lib/ladspa/amp_1181.so"
>   
>> verbose( 2):plugin~: open_plugin (x, "amp",
>>     
> "/usr/lib/ladspa/amp_1181.so", 44100)\;
>   
>> verbose( 1):plugin~: constructed plugin "Simple amplifier" successfully
>> verbose( 1):plugin~: plugin ports: audio 1/1 ctrl 1/0
>> verbose( 1):plugin~: plugin active
>> plugin~: "Simple amplifier"
>>     
>
>
> mfgasdr
> IOhannes
>
>   




More information about the Pd-list mailing list