Hi,
now I've got dssi~ to compile correctly. It also loads in pd correctly. However, listplugins crashes. I didn't have ladspa SDK installed, because the ladspa packages provided in the ardour website contain only the plugin, so I've installed ladspa SDK via Fink. So, now I have listplugins working.
In any case, I don't know how to check if dssi~ can read my ladspa plugins, because I don't know how to control the plugins parameters with pd. Can you send me a test patch to try a ladspa plugin?
ciao
Libero
On Tue Mar 28, 2006 at 02:48:11PM +0300, Libero Mureddu wrote:
Hi,
now I've got dssi~ to compile correctly. It also loads in pd correctly. However, listplugins crashes. I didn't have ladspa SDK installed,
listplugins is a commandline util provided in the ladspa SDK. are you saying dssi~ spawns that? that is totally unnecessary. see plugin~ for an alternative (or om-synth, where i took the idea from)
On Tue, 28 Mar 2006 12:28:01 +0000 carmen ix@replic.net wrote:
On Tue Mar 28, 2006 at 02:48:11PM +0300, Libero Mureddu wrote:
Hi,
now I've got dssi~ to compile correctly. It also loads in pd correctly. However, listplugins crashes. I didn't have ladspa SDK installed,
listplugins is a commandline util provided in the ladspa SDK. are you saying dssi~ spawns that? that is totally unnecessary. see plugin~ for an alternative (or om-synth, where i took the idea from)
dssi~ doesn't spawn the command line util, it uses jutils in a similar way to plugin~
Jamie