Subscribe to:
Post Comments (Atom)
Samplersaurus demo 2
#vst #synthesizer #drum another quick demo of the drum synth I'm working ...
-
First alpha version available for download here . Few bugs yet, it works best in Zynjacku, seems to take more CPU usage in Ardour than it s...
Hi, it's not working here. If I run from my commandline:
ReplyDeletejalv.gtk http://nickbailey.co.nr/triceratops
I'm getting:
UI: http://nickbailey.co.nr/triceratops/gui
Plugin: http://nickbailey.co.nr/triceratops
JACK Name: Triceratops - Subtractive Synthesizer
MIDI buffers: 32768 bytes
Echo buffer initialised at 65536
terminate called after throwing an instance of 'Glib::FileError'
(and more messages)
and the program terminates. No triceratops.
Don't have this problem with the older triceratops releases.
Okay thanks for the feedback much appreciated, this error may mean the logo png file isn't where the plugin expects it to be, when you type sudo ./waf install, you should see where the files are being copied, cd there and see if logo.png is present. On my system it installs to /usr/local/lib/lv2/triceratops.lv2/
ReplyDeletehmm. I did "./waf configure --prefix=/usr" and "sudo ./waf install" copied everything to /usr/lib/lv2/triceratops.lv2 and that's where I can see logo.png
ReplyDeleteWhat to try now?
it seems to have been looking in the default lv2 path, with any luck this update fixes the issue, it now works for me when I use ./waf configure --prefix=/usr or just plain ./waf configure, the update just uploaded here:-
ReplyDeletehttps://downloads.sourceforge.net/project/triceratops/triceratops-lv2-v0.1.1.tar.gz?r=&ts=1351092459&use_mirror=switch
Sorry, still not right. I think you have tested from within your triceratops development work directory? It was working for me too when I did that. But after I did "cd" back to my home directory, the same error message re-appeared. Maybe triceratops is looking in both /urs/local/lib/lv2 and the current directory (./) , but not in /usr/lib/lv2 where everything was installed on my system after ./waf configure --prefix=/usr ?
ReplyDeleteFor now I have simply changed the file triceratops_gui.cpp to search for logo.png in /usr/lib/lv2/triceratops.lv2 instead of /usr/local/lib/lv2/....
This hack makes things work for me, but maybe you think about a proper fix.
I did some more trying. It's even worse. My hack does not help at all: I have experienced that triceratops only finds logo.png in the current (pwd) directory, wherever that is ...
ReplyDeleteha yes you're right that's exactly what I did doh, it was loading from the current directory, okay I will work on this.
ReplyDeleteokay I made a vaguely cludgy fix and also now even if it can't find the file it behaves in a more graceful way (IE still runs and just leaves a blank space where the logo should be.)
ReplyDelete