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
After that error message I must to restart pd, because only may to see object lines, not text.
Le Jeudi 21 Juin 2007 20:58, victor a écrit :
I compiled dssi~ on debian etch (adjunt) but dont appear the text of object's box, using pd extended.
<snip> > After that error message I must to restart pd, because only may to see > object lines, not text.
It's probably due to a bug in Tcl/Tk. I had a similar problem. Installing Tcl/Tk 8.4.14 fixed it.
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
Hi,
the last version for stable debian/ubuntu of tcl/tk is 8.4, however I compiled last stable of tcl proyect: 8.5. I'm having the same problem (adjunt)
2007/6/22, Jamie Bullock jamie@postlude.co.uk:
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