[Csnd] Csound 5.11
| Date | 2009-10-04 13:11 |
| From | |
| Subject | [Csnd] Csound 5.11 |
many of you may have heard the rumours, but it is true, Csound 5.11 is
now released and available from Sourceforge
The release notes are below; the notes at SF are missing GEN49
So, on with 5.12; we await the requests with interest...
==John ffitch
------------------------------------------------------------------------
Notes for 5.11
==============
New Opcodes:
tabsum to sum sections of ftables
p5glove -- not working very well yet
MixerSetLevel_i -- an init-time only version of MixerSetLevel
wiimote opcodes to allow games controller to be read directly in
Csound.
mp3in -- like diskin but reads MP3 files
doppler -- details to follow
filebit -- reports bit size of files
New Gen:
None (well actually there is a gen49 to read mp3 files)
Modified Opcodes and Gens:
Added rounding bin code to pvsscale
Added NP2 support for ftload and ftsave
GEN23 totally rewritten to be more consistent in what constitutes
a separator and comments. (Still no /* */ comments)
Bugs fixed:
Use of automatic numbering of ftables reuses table numbers
seed with positive argument was wrong
sprints with an empty string printed wrong data
mute now works with both numeric and named instruments
Comments in new parser fixed
Byteorder in loading files fixed
Small fixes in diskin, and in tablexkt
System Changes:
Revised Windows installer
SConstruct now builds completely independent shared libraries
for Python, Lua, and Java wrappers.
New Parser almost usable
Redrawing of graphs fixed so that only selected ones get redrawn.
RT-alsa more forgiving on near sample rates
It is possible to have the score generated by an external program
rather than using standard score format using
|
| Date | 2009-10-04 14:54 |
| From | moko@city-net.com |
| Subject | [Csnd] Re: Csound 5.11 |
Thanks for all this hard work. We users out here really appreciate it. Best-- --David Mooney > many of you may have heard the rumours, but it is true, Csound 5.11 is > now released and available from Sourceforge > > The release notes are below; the notes at SF are missing GEN49 > > So, on with 5.12; we await the requests with interest... > ==John ffitch > > ------------------------------------------------------------------------ > Notes for 5.11 > ============== > > New Opcodes: > tabsum to sum sections of ftables > p5glove -- not working very well yet > MixerSetLevel_i -- an init-time only version of MixerSetLevel > wiimote opcodes to allow games controller to be read directly in > Csound. > mp3in -- like diskin but reads MP3 files > doppler -- details to follow > filebit -- reports bit size of files > > New Gen: > None (well actually there is a gen49 to read mp3 files) > > Modified Opcodes and Gens: > Added rounding bin code to pvsscale > Added NP2 support for ftload and ftsave > GEN23 totally rewritten to be more consistent in what constitutes > a separator and comments. (Still no /* */ comments) > > Bugs fixed: > Use of automatic numbering of ftables reuses table numbers > seed with positive argument was wrong > sprints with an empty string printed wrong data > mute now works with both numeric and named instruments > Comments in new parser fixed > Byteorder in loading files fixed > Small fixes in diskin, and in tablexkt > > System Changes: > Revised Windows installer > SConstruct now builds completely independent shared libraries > for Python, Lua, and Java wrappers. > New Parser almost usable > Redrawing of graphs fixed so that only selected ones get redrawn. > RT-alsa more forgiving on near sample rates > It is possible to have the score generated by an external program > rather than using standard score format using > |
| Date | 2009-10-04 15:21 |
| From | Dave Seidel |
| Subject | [Csnd] Re: Re: Csound 5.11 |
Seconded! Just having the Ctrl-C issue fixed is improving the quality of my life. :-) - Dave moko@city-net.com wrote: > Thanks for all this hard work. We users out here really appreciate it. > > Best-- > > --David Mooney > >> many of you may have heard the rumours, but it is true, Csound 5.11 is >> now released and available from Sourceforge >> >> The release notes are below; the notes at SF are missing GEN49 >> >> So, on with 5.12; we await the requests with interest... >> ==John ffitch >> >> ------------------------------------------------------------------------ >> Notes for 5.11 >> ============== >> >> New Opcodes: >> tabsum to sum sections of ftables >> p5glove -- not working very well yet >> MixerSetLevel_i -- an init-time only version of MixerSetLevel >> wiimote opcodes to allow games controller to be read directly in >> Csound. >> mp3in -- like diskin but reads MP3 files >> doppler -- details to follow >> filebit -- reports bit size of files >> >> New Gen: >> None (well actually there is a gen49 to read mp3 files) >> >> Modified Opcodes and Gens: >> Added rounding bin code to pvsscale >> Added NP2 support for ftload and ftsave >> GEN23 totally rewritten to be more consistent in what constitutes >> a separator and comments. (Still no /* */ comments) >> >> Bugs fixed: >> Use of automatic numbering of ftables reuses table numbers >> seed with positive argument was wrong >> sprints with an empty string printed wrong data >> mute now works with both numeric and named instruments >> Comments in new parser fixed >> Byteorder in loading files fixed >> Small fixes in diskin, and in tablexkt >> >> System Changes: >> Revised Windows installer >> SConstruct now builds completely independent shared libraries >> for Python, Lua, and Java wrappers. >> New Parser almost usable >> Redrawing of graphs fixed so that only selected ones get redrawn. >> RT-alsa more forgiving on near sample rates >> It is possible to have the score generated by an external program >> rather than using standard score format using >> |
| Date | 2009-10-04 20:33 |
| From | Chuckk Hubbard |
| Subject | [Csnd] Re: Csound 5.11 |
Great! Thanks to everyone who worked on this! The Windows stopping error I was having with the last version is gone, for the record. -Chuckk On Sun, Oct 4, 2009 at 3:11 PM, |
| Date | 2009-10-05 03:12 |
| From | Mike Moser-Booth |
| Subject | [Csnd] Re: Csound 5.11 |
I've just installed the floats version of 5.11 on Windows, and upon launching QuteCsound I get an error saying it can't find csound64.dll.5.2. Is it possible the doubles version of QuteCsound got bundled with the floats installer? .mmb jpff@codemist.co.uk wrote: > many of you may have heard the rumours, but it is true, Csound 5.11 is > now released and available from Sourceforge > > The release notes are below; the notes at SF are missing GEN49 > > So, on with 5.12; we await the requests with interest... > ==John ffitch > > ------------------------------------------------------------------------ > Notes for 5.11 > ============== > > New Opcodes: > tabsum to sum sections of ftables > p5glove -- not working very well yet > MixerSetLevel_i -- an init-time only version of MixerSetLevel > wiimote opcodes to allow games controller to be read directly in > Csound. > mp3in -- like diskin but reads MP3 files > doppler -- details to follow > filebit -- reports bit size of files > > New Gen: > None (well actually there is a gen49 to read mp3 files) > > Modified Opcodes and Gens: > Added rounding bin code to pvsscale > Added NP2 support for ftload and ftsave > GEN23 totally rewritten to be more consistent in what constitutes > a separator and comments. (Still no /* */ comments) > > Bugs fixed: > Use of automatic numbering of ftables reuses table numbers > seed with positive argument was wrong > sprints with an empty string printed wrong data > mute now works with both numeric and named instruments > Comments in new parser fixed > Byteorder in loading files fixed > Small fixes in diskin, and in tablexkt > > System Changes: > Revised Windows installer > SConstruct now builds completely independent shared libraries > for Python, Lua, and Java wrappers. > New Parser almost usable > Redrawing of graphs fixed so that only selected ones get redrawn. > RT-alsa more forgiving on near sample rates > It is possible to have the score generated by an external program > rather than using standard score format using > |