Csound Csound-dev Csound-tekno Search About

[Cs-dev] Draft Release Notes

Date2012-05-25 12:34
Fromjohn ffitch
Subject[Cs-dev] Draft Release Notes
==John ffitch
========================================================================
Notes for 5.17.11
=================

This is a bug-fixing release with no major changes, but the
number of fixes warrants a release.  



New Opcodes:
  NONE

New Gen and Macros:
   GEN "wave" added for wavelet analysis/synthesis

Score
   [..] can now return an integer if that is possible
   (Experimental) multiple  sections

Modified Opcodes and Gens:
  NONE

Utilities 
  NONE

Frontends
  Developments in CsoundAC
  csbeats fixed seg fault; also new syntax

Bugs fixed:
  assignments of kvar = iexp where iexp is complex now work correctly
  Treatment of omitted krate/ksmps/sr fixed for new parser
  Constant folding corrected in obscure cases
  Fix to -O option
  Portaudio was incorrect wrt channels
  Copying of t-vars fixed
  Corrections to large strings
  sfload had an potential error; same in image opcode
  linseg/expseg fixed with incomplete segments
  Stray \r characters in {{ ... }} strings fixed

System Changes:
  DSSI improvements#
  wiimote available on OSx
  New parser even faster
  Score sorting ditto
  Cleanup of files in 

API:
  new Csound API func: csoundScoreEventAbsolute

Internal:
     Many!  Some messages quietened, more defensive code etc


========================================================================


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2012-05-25 17:05
Fromjoachim heintz
SubjectRe: [Cs-dev] Draft Release Notes
is the problem with the size and the accessible index of a t-variable
fixed, too?
a size of 3 is actual a size of 4 because you can access indices 0 to 3:



instr 1
tabb init 3, 1
kval1 = tabb[0]
kval2 = tabb[1]
kval3 = tabb[2]
kval4 = tabb[3] ;ok but should fail
printk 1, kval3
kval5 = tabb[4] ;fails
endin


i 1 0 1
e



regards -
	joachim

Am 25.05.2012 13:34, schrieb john ffitch:
> 
> ==John ffitch
> ========================================================================
> Notes for 5.17.11
> =================
> 
> This is a bug-fixing release with no major changes, but the
> number of fixes warrants a release.  
> 
> 
> 
> New Opcodes:
>   NONE
> 
> New Gen and Macros:
>    GEN "wave" added for wavelet analysis/synthesis
> 
> Score
>    [..] can now return an integer if that is possible
>    (Experimental) multiple  sections
> 
> Modified Opcodes and Gens:
>   NONE
> 
> Utilities 
>   NONE
> 
> Frontends
>   Developments in CsoundAC
>   csbeats fixed seg fault; also new syntax
> 
> Bugs fixed:
>   assignments of kvar = iexp where iexp is complex now work correctly
>   Treatment of omitted krate/ksmps/sr fixed for new parser
>   Constant folding corrected in obscure cases
>   Fix to -O option
>   Portaudio was incorrect wrt channels
>   Copying of t-vars fixed
>   Corrections to large strings
>   sfload had an potential error; same in image opcode
>   linseg/expseg fixed with incomplete segments
>   Stray \r characters in {{ ... }} strings fixed
> 
> System Changes:
>   DSSI improvements#
>   wiimote available on OSx
>   New parser even faster
>   Score sorting ditto
>   Cleanup of files in 
> 
> API:
>   new Csound API func: csoundScoreEventAbsolute
> 
> Internal:
>      Many!  Some messages quietened, more defensive code etc
> 
> 
> ========================================================================
> 
> 
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and 
> threat landscape has changed and how IT managers can respond. Discussions 
> will include endpoint security, mobile security and the latest in malware 
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
> 

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net