Csound Csound-dev Csound-tekno Search About

Re: [Cs-dev] Releast Notes for 5.09 (draft)

Date2008-09-03 15:56
From"Art Hunkins"
SubjectRe: [Cs-dev] Releast Notes for 5.09 (draft)
I believe you mean that:
"bformenc/bformdec are now deprecated and should not be used".

I assume those opcodes will remain in the distribution so that old .csd's 
(like mine) will still work.

Art Hunkins

----- Original Message ----- 
From: 
To: 
Sent: Wednesday, September 03, 2008 7:43 AM
Subject: [Cs-dev] Releast Notes for 5.09 (draft)


> What have I missed?
>
>
>
>
> Notes for 5.09
> ==============
>
> New Opcodes:
>     ambisonics now in bformenc1/bformdec1 and correct.
>     bformenc1/bformdec1 are now depreicated and should not be used
>     Chua's Oscillator
>     Csound i-rate and k-rate opcodes for much standard linear algebra over
> real and complex vectors and matrices: elementwise arithmetic, norms,
> transpose and conjugate, inner products, matrix inverse, LU decomposition,
> QR decomposition, and QR-based eigenvalue decomposition. Includes
> copying vectors to and from a-rate signals, function tables, and 
> f-signals.
>     Vosim opcode
>
> Modified Opcodes:
>     vbap family now take k-rate third and fourth arguments
>     Deprecate soundout in favour of fout
>
> Bugs fixed:
>     printk and printks check that opcode is initialised
>     poscil no longer overwrites frequency if variable is shared
>     Error on /* */ comments in orchestra fixed
>
> System Changes:
>     New parser has #include and argumentless macros
>     Allow scientific notation (as was in csound4!) in Gen23
>
> Internal:
>     A number
>     Includes experimental multicore
>     Less casting between floats and doubles in float version
>     buzz rewritten
>
>
>
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's 
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great 
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the 
> world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel 


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2008-09-03 16:09
Fromjpff@cs.bath.ac.uk
SubjectRe: [Cs-dev] Releast Notes for 5.09 (draft)
> I believe you mean that:
> "bformenc/bformdec are now deprecated and should not be used".
>
> I assume those opcodes will remain in the distribution so that old .csd's
> (like mine) will still work.
>
> Art Hunkins

Sure.  I will not remove opcodes once they are out there as pieces may
depend on it.  It is a strongf policy that Csound developments should
NEVER destroy existing pieces.

the bformenc1 and bformdec1 are basicaly better and should be used for all
new pieces.

There are a small number of deprecated opcodes; all have beeter or more
stable alternatives.

==John ff



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2008-09-03 17:19
From"Andres Cabrera"
SubjectRe: [Cs-dev] Releast Notes for 5.09 (draft)
AttachmentsNone  

Date2008-09-03 17:22
From"Andres Cabrera"
SubjectRe: [Cs-dev] Releast Notes for 5.09 (draft)
AttachmentsNone  

Date2008-09-09 05:19
FromAnthony Kozar
SubjectRe: [Cs-dev] Releast Notes for 5.09 (draft)
I see two other new opcodes in the list printed by Csound:

rewindscore
setscorepos

Andres Cabrera wrote on 9/3/08 12:19 PM:

> Hi,
> 
> The what's new section in the manual now looks as shown below.
> Comments and omissions welcome.
> 
> Cheers,
> Andrés
> 
> New opcodes:
> 
> * New vosim opcode by Rasmus Ekman which recreates the historic
> VOSIM (VOcal SIMulator) technique.
> * New dcblock2 opcode by Rasmus Ekman which recreates the historic
> VOSIM (VOcal SIMulator) technique.
> * New Chua's oscillator model: chuap by Michael Gogins.
> * New Linear Algebra opcodes by Michael Gogins. Standard Linear
> algebra over real and complex vectors and matrices: elementwise
> arithmetic, norms, transpose and conjugate, inner products, matrix
> inverse, LU decomposition, QR decomposition, and QR-based eigenvalue
> decomposition. Includes copying vectors to and from a-rate signals,
> function tables, and f-signals.
> * New ambisonic opcodes: bformdec1 and bformenc1. These opcodes
> deprecate the older bformdec and bformenc.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2008-09-10 14:39
From"Andres Cabrera"
SubjectRe: [Cs-dev] Releast Notes for 5.09 (draft)
AttachmentsNone  

Date2008-09-10 15:02
Fromjpff
SubjectRe: [Cs-dev] Releast Notes for 5.09 (draft)
I think 

> rewindscore
	Rewinds the score to the start

> setscorepos
	Set a score position

Defined ion Opcodes/scoreline.c
Both i-rate

reindscore takes no args and no result
setscorepos takes one i-rate argument which is position in some unjkts
(I think seconds, but not sure which side of warpping)

Code says they were writen by Victor

==John


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2008-09-10 15:11
Fromjpff
SubjectRe: [Cs-dev] Releast Notes for 5.09 (draft)
PS There are coding errors in the sources -- benign but wrong.
Will be corrected in 5.10
==John



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net