[PD] dssi~

Jamie Bullock jamie at postlude.co.uk
Fri Jun 22 11:00:18 CEST 2007


Hi Victor,

On Thu, 2007-06-21 at 20:58 +0200, victor wrote:
> I compiled dssi~ on debian etch (adjunt) but dont appear the text of
> object's box, using pd extended. I supose the use is:
> [dssi~ /path/to/plugin]
> 
> ========================================
> dssi~: DSSI/LADSPA host - version 0.96
> ========================================
> 
> dssi~: error: plugin not loaded
> 

dssi~ has one compulsary creation argument. This should be either the
plugin label:

[dssi~ sine_faaa]

..or the path to the library and the plugin label separated by a colon:

[dssi~ /path/to/sine.so:sine_faaa]

There is a file called dssi-manual.txt in the doc/ directory that comes
with the dssi~ source tarball that explains this and some other pretty
essential info.

> After that error message I must to restart pd, because only may to see
> object lines, not text.

I think this is due to a bug in a certain Tcl/Tk version. If you can,
you should try to upgrade to a more recent version. Let me know if this
_doesn't_ fix the problem.

best,

Jamie





More information about the Pd-list mailing list