aka. synthv1--as announced last week on IRC (#lad, #qtractor and #opensourcemusicians)--an old-school all-digital 4-oscillator subtractive polyphonic synthesizer with stereo fx.
take no prisoners:
upstream svn trunk:
LV2 URI:
nb. licensed under the GPLv2 or later.
install options:
qmake synthv1_jack.pro && make
[install
]
target install paths:
/usr/local/bin/synthv1_jack
(debug, default*)
qmake synthv1_lv2.pro && make install
target install paths:
/usr/local/lib/synthv1.lv2
(debug, default*)
(*) edit corresponding .pro file for proper debug/release target.
cheers && enjoy.
Comments
can't build lv2 plug in
I can compile the stand alone without any problem... but i have some issues when i try to build the LV2 plug in version, i had installed all the *lv2*devel packages and i still can't build ...
g++ -c -pipe -msse -mfpmath=sse -ffast-math -g -Wall -W -D_REENTRANT -fPIC -DCONFIG_DEBUG -DQT_PLUGIN -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtXml -I/usr/include -I. -I. -o synthv1_lv2.o synthv1_lv2.cpp
In file included from synthv1_lv2.cpp:22:0:
synthv1_lv2.h:28:47: fatal error: lv2/lv2plug.in/ns/ext/event/event.h: No such file or directory
compilation terminated.
make: *** [synthv1_lv2.o] Error 1
anyone have any ideia what how i can solve this?
Thanks in advance []
Nuno
re. can't build lv2 plug in
you need the latest official lv2-1.0.0 stuff, at least
my own packaging here
byee
Thanks! Now i can build it
Thanks! Now i can build it successfully . [ ] 's
Congrats and thanks for that.
Congrats and thanks for that. This synth has a BIG sound. But it eats CPU a lot...
re. eats CPU a lot...
thanks, you're welcome.
how much is that a lot?
when turned on, the effects section might add to the hog, but nothing that appalling here
cheers
V1 most basic How To
I have the impression I'm the only one that dropped by
without knowing how to compile and install any of these properly...
Is there a detailed 'how to install for dummies²'? At least for the
V1?
I'd really apreciate some help here. =)
re. V1 most basic How To
it's up there on the blog post itself :)
i'll write down here some more detailed instructions for the JACK stand-alone client case:
svn export https://www.rncbc.org/svn/test/synthv1 synthv1-svn
cd synthv1-svn
qmake synthv1_jack.pro
make
./synthv1_jack
hth.
cheers
re. V1 most basic How To
Thanks a lot!
But... look what I've got:
guto@ubuntu:~/synthv1-svn$ make
/usr/bin/uic-qt4 synthv1widget.ui -o ui_synthv1widget.h
make: /usr/bin/uic-qt4: Command not found
make: *** [ui_synthv1widget.h] Error 127
Alguma ideia?
and thanks again!
re. V1 most basic How To
you seem to lack some -dev package or sth.
i'll give you a blind shot: install libqt4-dev *and* all it's dependencies w/o exception.
cheers
ps. you must forgive me 4 not being such an ubuntu follower. after all i've been happy with (open)suse ever more than a decade ago. nevermind. maybe you could grab some from autostatics's ppa?
Add new comment