For some strange reason [plugin~] has stopped responding to [print( messages. I'm sure this used to work before but now I get "no method for print". Any ideas anyone?
Is there a command line tool or something else I can use to enumerate the inputs to a LADSPA plugin.
cheers,
Andy
Hi Andy,
Andy Farnell wrote:
For some strange reason [plugin~] has stopped responding to [print( messages. I'm sure this used to work before but now I get "no method for print". Any ideas anyone?
Try [list( or [help(, I don't remember which does something.
Is there a command line tool or something else I can use to enumerate the inputs to a LADSPA plugin.
listplugins
I had some big chats with Frank B on this list about the [plugin~] object and the things you are asking about. Search the archive for details.
best, d.
On Fri, 2008-01-18 at 00:55 +0100, Derek Holzer wrote:
Hi Andy,
Andy Farnell wrote:
For some strange reason [plugin~] has stopped responding to [print( messages. I'm sure this used to work before but now I get "no method for print". Any ideas anyone?
Try [list( or [help(, I don't remember which does something.
It's |listplugins(
If you can't get [plugin~] to work try [dssi~], which also has more functionality.
Also don't forget that the plugin list is sent to the left-most outlet as a list of lists, not straight to the Pd console, so you'll need to hook up a [print].
Jamie