I just compiled it, and I can't get it to load any DSSI instrument. even the predefined insturments from the dssi~'s help patch (trivial_synth.so)
note: I READ the README. note-2: I specify the full path to the DSSI plugin (i.e.: /usr/lib/dssi/trivial_synth.so)
it keep saying load error.
have you tried relative path?
it probably looks in /usr/lib/dssi by default..
Yes, I tried. It makes no difference.
i can load [dssi~ trivial_synth.so] or [dssi~ /usr/lib/dssi/trivial_synth.so]
dssi~ says: dssi~: error: plugin not loaded
since I get a warning about LADSPA_PATH and DSSI_PATH not defined, I tried to type this before starting pd:
$ export LADSPA_PATH=/usr/lib/ladspa:/usr/local/lib/ladspa $ export DSSI_PATH=/usr/lib/dssi:/usr/local/lib/dssi $ pd
but I get the same errors.
compiling with debug infos doesn't produce additional output at all.
system info: linux 2.6.15 pd-0.40 (cvs) dssi-0.9.1