On Jun 9, 2010, at 4:15 PM, Kim Cascone wrote:
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 activethis basically indicates that you are _not_ using the newest version.
ah OK is this NOT the url for the src?
Perhaps Pd is finding a plugin~ binary elsewhere first. YOu can see
which binary Pd loaded by turning on 'verbose' mode in the prefs or
from the cmd line.
.hc
the source code can be downloaded either via svn
(https://pure-data.svn.sourceforge.net/svnroot/pure-data/trunk/externals/plug...
~)
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
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
I have the audacity to believe that peoples everywhere can have three
meals a day for their bodies, education and culture for their minds,
and dignity, equality and freedom for their spirits. - Martin
Luther King, Jr.