Hello,
I would like to know if there are some good news about the plugin~ object. New ladspa plugins are available ( http://plugin.org.uk/faq.php ) and I would be very happy to use them in my works with PD.
I am ready to test any patch.
Best regards,
Linium
On Wed, Jan 17, 2001 at 11:42:58PM +0100, Linium wrote:
Hello,
Hi!
I would like to know if there are some good news about the plugin~ object. New ladspa plugins are available ( http://plugin.org.uk/faq.php ) and I would be very happy to use them in my works with PD.
I have tried it a few times, and it seems unreliable (at best). There are some issues with the code as distributed that cause it to crash whenever errors occur or a plugin~ object is deleted. I have code to fix these problems. However, on some (but not all) LADSPA plugins I appear to consistently get zero output, regardless of input.
If you are interested, I can send you thefixes to the crashing problem.
I am ready to test any patch.
Let me know what you experience. I recommend getting another LADSPA gizmo (LadspaToy?) to test the LADSPA plugins before attmepting to debug them with plugin~.
good luck, Andrew
Hello,
I recently install redhat 7.0 and now get this error when
I try to run PD :
../bin/pd-gui: error while loading shared libraries: ../bin/pd-gui: undefined symbol: Tk_Main
tcl/tk 8.3.1-46 is installed (it comes with redhat 7.0).
Can anybody help ?
Thanks
Martin Marier
Le Thu, 18 Jan 2001, vous avez écrit :
On Wed, Jan 17, 2001 at 11:42:58PM +0100, Linium wrote:
I have tried it a few times, and it seems unreliable (at best). There are some issues with the code as distributed that cause it to crash whenever errors occur or a plugin~ object is deleted. I have code to fix these problems. However, on some (but not all) LADSPA plugins I appear to consistently get zero output, regardless of input.
Yes version 0.1 crashs when you close a patch or delete the object.
Could you please send me your fixes ?
For the other concern, the silent plugins, it is the case with the freeverb. Some of the paramaters of this plugins contains a "space" character. (Wet Level and Dry Level) Do the plugins that you found to be silent contain space character in their parameters ? It seems that plugin~ object use "space" to separate the parameter from its value. It understands that "Level" is the value of "Wet", for instance.
In the archive of the list someone proposed a solution to send the parameters using "makefilename". I don't know if it works nor if it is the real cause of the silent plugins but it might.
Best regards,
Linium