Installing of CsoundQt
CsoundQt - formerly know as Qutecsound - is developing fast.
This is how i got CsoundQt from SVN installed - with help from Andrés Cabrera **thanks**
- download CsoundQt from Sourceforge: svn co https://qutecsound.svn.sourceforge.net/svnroot/qutecsound qutecsound
- i already have built and installed Csound Double Precision - see another blog entry; http://www.csounds.com/node/1373
- install qt4-qmake and libqt4-dev
- go to qutecsound/trunk/qutecsound
- For Csound double precision use: qmake-qt4 qcs.pro CONFIG+=build64 LIBSNDFILE_LIBRARY_DIR="/usr/lib/x86_64-linux-gnu"
- stay at qutecsound/trunk/qutecsound
- make
This will produce a working CsoundQt in qutecsound/trunk/qutecsound. Doublclick on "qutecsound" in the qutecsound/trunk/qutecsound/bin and CsoundQt opens.
Installing of Loris
For the Loris opcodes to work in Csound, i've used these instructions:
- go to http://sourceforge.net/projects/loris/files/ and get Loris version 1.8.
- i already have built and installed Csound Double Precision - see another blog entry; http://www.csounds.com/node/1373
- configure - in my case - Loris with these options: ./configure "CPPFLAGS=-I/usr/local/include/csound -DUSE_DOUBLE"
- make, make check and, as root, make install
- it will create the Csound Loris opcodes (along with Loris itself), here for double precision.
- When you run Csound you can use an additional command line flag: --opcode-lib=/usr/local/lib/libloris.so or simply create a symbolic link:
cd $OPCODEDIR64 (or OPCODEDIR for float)
ln -s /usr/lib64/libloris.so
I had problems getting the Csound support of Loris enabled. After, as root, doing "touch /usr/local/include/csound/interlocks.h" , this resolved.
Menno Knevel



Thanks menno for giving the
Thanks menno for giving the instructions for installation of CSoundQT and Loris I was having trouble in downloading and installing the Loris software. Thanks to you now I have my problem solved. Cheers. http://gripgoscams.com