there is a fix related to this type of misses on svn trunk...
if you don't have the patience to build it up again, there's a hack you can do to the xsynth-dssi plugin install, and it goes like this:
first locate where is xsynth-dssi gui installed; it can be either under /usr/local/lib/dssi/xsynth-dssi or /usr/lib/dssi/xsynth-dssi (note that some 64bit systems names lib64 instead of lib); probably the gui program is named after Xsynth_gtk instead of xsynth-dssi_gui as qtractor expects, so the workaround is about making the following symlink (as root):
ln -s Xsynth_gtk xsynth-dssi_gtk
if all goes well, after that qtractor will show the "Edit" button alright :)
there is a fix related to this type of misses on svn trunk...
if you don't have the patience to build it up again, there's a hack you can do to the xsynth-dssi plugin install, and it goes like this:
first locate where is xsynth-dssi gui installed; it can be either under
/usr/local/lib/dssi/xsynth-dssi
or/usr/lib/dssi/xsynth-dssi
(note that some 64bit systems nameslib64
instead oflib
); probably the gui program is named afterXsynth_gtk
instead ofxsynth-dssi_gui
as qtractor expects, so the workaround is about making the following symlink (as root):ln -s Xsynth_gtk xsynth-dssi_gtk
if all goes well, after that qtractor will show the "Edit" button alright :)
cheers