[Cs-dev] modmatrix
Date | 2010-06-18 11:38 |
From | menno |
Subject | [Cs-dev] modmatrix |
Hello, i am checking all the examples from the manual but the result from trying the one concerning "modmatrix" was: illegal opcode. i built Csound from CVS a week ago. "modmatrix" was not build? modmatrix.h and modmatrix.c are available in Csound5/Opcodes however. here i have a list of libs and dependencies that i do have installed, copied from my blog: - install libsndfile AND libsnd-dev. The manual says libdsndfile but look for libsndfile. - i have python2.6 and -dev installed - portaudio19 and portaudio19-dev - portmidi and portmidi-dev - alsa-source - libpng12-dev - FLTK1.1 and FLTK1.1.dev - libfftw3-dev (for Loris) - swig - libfluidsynth1 and libfluidsynth-dev - liblo0-dev for completeness-sake (i do not need OSC atm) - libasound2-dev - DSSI and DSSI-dev - flex and bison for building with the new parser - libboost1.40-dev and libgmm++-dev for installation of Chuap, CsoundAC and the Linear Algebra Opcodes - if you want the Loris opcodes working, go to http://sourceforge.net/projects/loris/files/ and get Loris version 1.5.2. Copy "scripting" and "src" with all its contents and paste them in Csound5/Opcodes/Loris. - if you want the STK opcodes included: https://ccrma.stanford.edu/software/stk/download.html and download Version 4.4.2. Copy "include", "rawwaves" and "src" with all its contents and paste them in Csound5/Opcodes/stk - MP3 support:Download mpadec (version beta) http://mpadec.cvs.sourceforge.net/viewvc/mpadec/ (cvs -z3 -d:pserver:anonymous@...:/cvsroot/mpadec co -P mpadec) "make" to compile and do a MANUAL install: sudo cp ./include/mp3dec.h ./include/mpadec.h /usr/include AND sudo cp ./libmpadec/libmpadec.a ./libmpadec/libmpadec.so /usr/lib What lib or dep am i missing? UbuntuStudio64bit, Csound5.12beta double samples. bye, Menno -- View this message in context: http://old.nabble.com/modmatrix-tp28924227p28924227.html Sent from the Csound - Dev mailing list archive at Nabble.com. ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2010-06-18 11:48 |
From | Victor Lazzarini |
Subject | Re: [Cs-dev] modmatrix |
I think it was not added to SConstruct, but should be now on CVS. Victor On 18 Jun 2010, at 11:38, menno wrote: > > Hello, > > i am checking all the examples from the manual but the result from > trying > the one concerning "modmatrix" was: illegal opcode. > i built Csound from CVS a week ago. "modmatrix" was not build? > modmatrix.h > and modmatrix.c are available in Csound5/Opcodes however. > > here i have a list of libs and dependencies that i do have > installed, copied > from my blog: > > - install libsndfile AND libsnd-dev. The manual says libdsndfile but > look > for libsndfile. > - i have python2.6 and -dev installed > - portaudio19 and portaudio19-dev > - portmidi and portmidi-dev > - alsa-source > - libpng12-dev > - FLTK1.1 and FLTK1.1.dev > - libfftw3-dev (for Loris) > - swig > - libfluidsynth1 and libfluidsynth-dev > - liblo0-dev for completeness-sake (i do not need OSC atm) > - libasound2-dev > - DSSI and DSSI-dev > - flex and bison for building with the new parser > - libboost1.40-dev and libgmm++-dev for installation of Chuap, > CsoundAC and > the Linear Algebra Opcodes > - if you want the Loris opcodes working, go to > http://sourceforge.net/projects/loris/files/ and get Loris version > 1.5.2. > Copy "scripting" and "src" with all its contents and paste them in > Csound5/Opcodes/Loris. > - if you want the STK opcodes included: > https://ccrma.stanford.edu/software/stk/download.html and download > Version > 4.4.2. Copy "include", "rawwaves" and "src" with all its contents > and paste > them in Csound5/Opcodes/stk > - MP3 support:Download mpadec (version beta) > http://mpadec.cvs.sourceforge.net/viewvc/mpadec/ (cvs -z3 > -d:pserver:anonymous@...:/cvsroot/mpadec co -P mpadec) > "make" to compile and do a MANUAL install: sudo cp ./include/mp3dec.h > ./include/mpadec.h /usr/include AND sudo cp ./libmpadec/libmpadec.a > ./libmpadec/libmpadec.so /usr/lib > > What lib or dep am i missing? > UbuntuStudio64bit, Csound5.12beta double samples. > > bye, > Menno > -- > View this message in context: http://old.nabble.com/modmatrix-tp28924227p28924227.html > Sent from the Csound - Dev mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > ThinkGeek and WIRED's GeekDad team up for the Ultimate > GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the > lucky parental unit. See the prize list and enter to win: > http://p.sf.net/sfu/thinkgeek-promo > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2010-06-18 12:26 |
From | menno |
Subject | Re: [Cs-dev] modmatrix |
i rebuild Csound and now the example "modmatrix" runs without error. Thank you, Menno Victor Lazzarini wrote: > > I think it was not added to SConstruct, but should be now on CVS. > > Victor > > -- View this message in context: http://old.nabble.com/modmatrix-tp28924227p28925014.html Sent from the Csound - Dev mailing list archive at Nabble.com. ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |