[Csnd] Csound 5.17 is now available
Date | 2012-03-21 12:18 |
From | john ffitch |
Subject | [Csnd] Csound 5.17 is now available |
Available from Sourceforge now. ==John ffitch Notes for 5.17 ============== This is mainly a bug-fixing release with no major changes, but the number of fixes warrants a release. New Opcodes: cell opcode for cellular automata New Gen and Macros: Modified Opcodes and Gens: active now will report total number of active or allocated instruments if argument in zero. stsend and strecv the TCP socket opcodes reworked to a logical design DSSI system now will take up to 9 channels FLsavesnap works with other widgets where imin > imax Utilities csbeats better documented and built by default Some security holes in utilities fixed Frontends Bugs fixed: unirand opcode at arate fixed Locale fix for floating point literals in orchestra transegr fixed If a .sco file did not end in newline it could crash or loop System Changes: Score can now last longer (change to size of time variable) An empty score gives a very long performance time (years and years) Android code released Changes to use of tmp files; now all are deleted at end of run (previously some were left) and the environmnet variable TMPDIR is used. interaction between Comments, end of line and end of file fixed Hexadecimal numbers now allowed in orchestra Empty orchestra now not a crash change to macro expansion inside a string avoid infinite loop when eof in malformed score macro fixed macroname-with-args diagnostics and memory leak change to preprocessor: {{ }} inside "..." and better diagnostics fix windows installer so it removes full $INSTDIR\bin from PATH during uninstall CsoundAC MusicModel class more usable by C++ programs ftcps had been missed as a function API: Internal: Many! Some messages quietened, code improvements etc ======================================================================== |
Date | 2012-03-21 17:10 |
From | Roger Kelly |
Subject | Re: [Csnd] Csound 5.17 is now available |
I am building on Ubuntu. I get an error: CONFIGURATION DECISION: Building with new parser enabled AttributeError: 'SConsEnvironment' object has no attribute 'CFile':
File "/home/ubuntu/Csound5.17.2/SConstruct", line 906: yaccBuild = csoundLibraryEnvironment.CFile(target = 'Engine/csound_orcparse.c', What do I need to do?
On Wed, Mar 21, 2012 at 7:18 AM, john ffitch <jpff@codemist.co.uk> wrote: Available from Sourceforge now. |
Date | 2012-03-21 19:32 |
From | obaudouin |
Subject | [Csnd] Re: Csound 5.17 is now available |
Hello! I get a strange error when installing: (...) install: impossible d'évaluer « libcsnd.so »: Aucun fichier ou dossier de ce type *** error copying /usr/local/lib/csound/plugins64/libcsnd.so (...) *** Errors occured during installation, deleting files... BUT THE COMPILATION WAS OK WITH: scons useDouble=1 usePortMIDI=0 buildLoris=0 useUDP=1 buildRelease=1 Word64=1 Lib64=1 useCoreAudio=0 buildDSSI=0 buildImageOpcodes=0 useOpenMP=1 buildInterfaces=1 useOSC=1 buildOSC=1 install=1 Any idea? ----- Olivier Baudouin, PhD http://olivierbaudouin.com MINT-OMF Paris-Sorbonne -- View this message in context: http://csound.1045644.n5.nabble.com/Csound-5-17-is-now-available-tp5582719p5583887.html Sent from the Csound - General mailing list archive at Nabble.com. |
Date | 2012-03-21 19:42 |
From | Michael Gogins |
Subject | Re: [Csnd] Re: Csound 5.17 is now available |
Perhaps this file already is open because you have a zombie Csound process or some other process using this library? Maybe rebooting and reinstalling would help. Regards, Mike On Wed, Mar 21, 2012 at 3:32 PM, obaudouin |
Date | 2012-03-21 20:02 |
From | Victor Lazzarini |
Subject | Re: [Csnd] Re: Csound 5.17 is now available |
Do you have libcsnd.so in the top-level sources directory? Maybe it wasn't built. Check your scons messages, you need to have this: CONFIGURATION DECISION: Building Csound C++ interface library. if not, for some reason scons is not building it (maybe swig or other dependencies are missing?) On 21 Mar 2012, at 19:32, obaudouin wrote: > Hello! > > I get a strange error when installing: > > (...) > install: impossible d'évaluer « libcsnd.so »: Aucun fichier ou dossier de ce > type > *** error copying /usr/local/lib/csound/plugins64/libcsnd.so > (...) > *** Errors occured during installation, deleting files... > > > BUT THE COMPILATION WAS OK WITH: > scons useDouble=1 usePortMIDI=0 buildLoris=0 useUDP=1 buildRelease=1 > Word64=1 Lib64=1 useCoreAudio=0 buildDSSI=0 buildImageOpcodes=0 useOpenMP=1 > buildInterfaces=1 useOSC=1 buildOSC=1 install=1 > > Any idea? > > ----- > > Olivier Baudouin, PhD > http://olivierbaudouin.com > MINT-OMF > Paris-Sorbonne > > -- > View this message in context: http://csound.1045644.n5.nabble.com/Csound-5-17-is-now-available-tp5582719p5583887.html > Sent from the Csound - General mailing list archive at Nabble.com. > > > Send bugs reports to the Sourceforge bug tracker > https://sourceforge.net/tracker/?group_id=81968&atid=564599 > Discussions of bugs and features can be posted here > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" > Dr Victor Lazzarini Senior Lecturer Dept. of Music NUI Maynooth Ireland tel.: +353 1 708 3545 Victor dot Lazzarini AT nuim dot ie |
Date | 2012-03-24 15:25 |
From | Roger Kelly |
Subject | Re: [Csnd] Csound 5.17 is now available |
Just did a build on Ubuntu 11.10. It all built fine but the python opcodes are erroring. I have Python 2.7 installed. What else do I need to do?
On Wed, Mar 21, 2012 at 7:18 AM, john ffitch <jpff@codemist.co.uk> wrote: Available from Sourceforge now. |
Date | 2012-03-24 15:41 |
From | Steven Yi |
Subject | Re: [Csnd] Csound 5.17 is now available |
In what way are they "erroring"? Need more information to assist. On Sat, Mar 24, 2012 at 3:25 PM, Roger Kelly |
Date | 2012-03-24 15:44 |
From | Roger Kelly |
Subject | Re: [Csnd] Csound 5.17 is now available |
error: syntax error, unexpected NEWLINE, expecting T_OPCODE or ',' (token " ") line 5: >>>pyinit <<< Parsing failed due to invalid input! Stopping on parser failure
I had this problem on Windows, but it was easy to fix. Had to install newer Python. But I am puzzled on Ubuntu 11. I have Python 2.7 installed and it all builds fine. On Sat, Mar 24, 2012 at 10:41 AM, Steven Yi <stevenyi@gmail.com> wrote: In what way are they "erroring"? Need more information to assist. |
Date | 2012-03-24 15:46 |
From | Roger Kelly |
Subject | Re: [Csnd] Csound 5.17 is now available |
Python Version: 2.7 Checking for C header file Python.h... no Checking for C header file /usr/include/python2.7/Python.h... yes This is from the scons output.
On Sat, Mar 24, 2012 at 10:44 AM, Roger Kelly <loraxman+csound@gmail.com> wrote:
|
Date | 2012-03-24 15:48 |
From | Roger Kelly |
Subject | Re: [Csnd] Csound 5.17 is now available |
also this in output: CONFIGURATION DECISION: Not building Python opcodes.
On Sat, Mar 24, 2012 at 10:46 AM, Roger Kelly <loraxman+csound@gmail.com> wrote:
|
Date | 2012-03-24 15:49 |
From | Steven Yi |
Subject | Re: [Csnd] Csound 5.17 is now available |
Did you set buildPythonOpcodes=1 when you ran scons? On Sat, Mar 24, 2012 at 3:46 PM, Roger Kelly |
Date | 2012-03-24 16:02 |
From | Roger Kelly |
Subject | Re: [Csnd] Csound 5.17 is now available |
That did it! Thanks much. On Sat, Mar 24, 2012 at 10:49 AM, Steven Yi <stevenyi@gmail.com> wrote: Did you set buildPythonOpcodes=1 when you ran scons? |