Csound Csound-dev Csound-tekno Search About

[Cs-dev] Release of 5.13

Date2011-01-17 09:19
Fromjohn ffitch
Subject[Cs-dev] Release of 5.13
AttachmentsNone  None  
Code tagged in CVS; source tar and zip in place.
As requested I will not be building an OpenSuSE binary.
Release notes below -- last chance to modify
==John ffitch
------------------------------------------------------------------------
Notes for 5.13
==============

This is largely a bug-fix release, but there are some new opcodes etc

New Opcodes:
    farey sequence opcodes
    median opcode
    filevalid opcode
    Real random number generators using /dev/random (Linux only)
    pvstanal opcode (un documented)
    mincer opcode -- Phase-locked vocoder processing
    temposcal opcode -- Phase-locked vocoder processing with onset 
              detection/processing
    pvswarp opcode -- Warp the spectral envelope of a PVS signal
    pvslock opcode (un documented)

New Gen and Macros:
    INF macro added to orchestras; z read as infinity in scores
    GEN for support of farey sequences

Modified Opcodes and Gens:
    init changed to allow multiple inits in on statement
    maxalloc, cpuperc, instcount now accept named instruments
    If normalisation in pow opcodes is zero treat as 1
    inch can take upto 20 inputs and outputs
    pvscale and pvsmix now have very good spectral envelope preservation  
            modes (1 = filtered cepstrum, 2 = true envelope).
    oscil1 could be static if the duration was long; now there is a
    positive minimum increment. 
    GEN49 now uses search paths
    pvsvoc enhanced with new spectral envelope preservation code.

Bugs fixed:
    Count of lines fixed in orchestras, and \ inside strings
    Fast tab opcodes made safe from crashes
    % in formated printing could crash
    Double free in fgen fixed
    sndwarp quietened (gave too many messages)
    gen41 deals with positive probabilities
    adsynt reworked removing many bugs
    adsynt2 phase error fixed
    atonex/tonex did wrong operation
    Bug in max number of gens fixed
    mp3in could repeat sound at end of file
    Better checking in grain4
    modulus was wrong in new parser
    Better checking in adsyn
    changed opcode initialised to zero
    Serious bug in tabmorphia fixed
    GEN49 has serious bug removed, so no longer incorrect silences.
    Partikkel opcode: fixed bug in sub-sample grain placement when
        using grain rate FM

System Changes:
    In the new parser only there are operator @ and @@ to round up the
        next integer to a power of 2 or powerof2+1
    Score sorting made much faster
    lineto improved
    Named gens allowed
    Various printing include instrument name if available
    Command option to omit loading a library
    Number of out channels no longer constrained to be number of in
    Many fixes to new parser
    More use of Warnings than Messages (allows for them to be switched off)

API:
     csoundSetMessageCallback reset if callback set to null

Internal:
     usual collection of gratuitous minor changes, layout and comments



WARNINGS

Top/csound.c:3157:5: warning: ‘visibility’ attribute ignored on non-class types
frontends/csladspa/ladspa.h:593:50: warning: ‘visibility’ attribute ignored


OUTSTANDING BUGS

 outleta and macros cause segmentation violation Open   2011-01-01
    Not reproduced on Linux; could be Windows
 dripwater issue 	                        Open 	2010-12-30 
    Not clear yet if this is a bug
 nreverb causes segfault when iskip=1    	Open    2010-12-28 
    Only seen on Windows
 Real-time ending too soon? 	                Open 	2010-09-14
    Not reproduced
 ATS noise component with ATSsinnoi             Open 	2010-07-28
    Insufficient information
 midiout and midion2 issues 	                Open 	2010-07-04
    No progress
 ATSA errors 	                                Open 	2010-04-27
    Only seen on Windows
 STKShakers not stable in real time on UBUNTU 	Open 	2010-02-26 
    This is a STK bug and we cannot fix



Date2011-01-17 09:22
FromVictor Lazzarini
SubjectRe: [Cs-dev] Release of 5.13
OK, I'll start building today. Hopefully at least one of the OSX  
versions will be up there at the end of the day.

Victor
On 17 Jan 2011, at 09:19, john ffitch wrote:

> Code tagged in CVS; source tar and zip in place.
> As requested I will not be building an OpenSuSE binary.
> Release notes below -- last chance to modify
> ==John ffitch
> ------------------------------------------------------------------------
> Notes for 5.13
> ==============
>
> This is largely a bug-fix release, but there are some new opcodes etc
>
> New Opcodes:
>    farey sequence opcodes
>    median opcode
>    filevalid opcode
>    Real random number generators using /dev/random (Linux only)
>    pvstanal opcode (un documented)
>    mincer opcode -- Phase-locked vocoder processing
>    temposcal opcode -- Phase-locked vocoder processing with onset
>              detection/processing
>    pvswarp opcode -- Warp the spectral envelope of a PVS signal
>    pvslock opcode (un documented)
>
> New Gen and Macros:
>    INF macro added to orchestras; z read as infinity in scores
>    GEN for support of farey sequences
>
> Modified Opcodes and Gens:
>    init changed to allow multiple inits in on statement
>    maxalloc, cpuperc, instcount now accept named instruments
>    If normalisation in pow opcodes is zero treat as 1
>    inch can take upto 20 inputs and outputs
>    pvscale and pvsmix now have very good spectral envelope  
> preservation
>            modes (1 = filtered cepstrum, 2 = true envelope).
>    oscil1 could be static if the duration was long; now there is a
>    positive minimum increment.
>    GEN49 now uses search paths
>    pvsvoc enhanced with new spectral envelope preservation code.
>
> Bugs fixed:
>    Count of lines fixed in orchestras, and \ inside strings
>    Fast tab opcodes made safe from crashes
>    % in formated printing could crash
>    Double free in fgen fixed
>    sndwarp quietened (gave too many messages)
>    gen41 deals with positive probabilities
>    adsynt reworked removing many bugs
>    adsynt2 phase error fixed
>    atonex/tonex did wrong operation
>    Bug in max number of gens fixed
>    mp3in could repeat sound at end of file
>    Better checking in grain4
>    modulus was wrong in new parser
>    Better checking in adsyn
>    changed opcode initialised to zero
>    Serious bug in tabmorphia fixed
>    GEN49 has serious bug removed, so no longer incorrect silences.
>    Partikkel opcode: fixed bug in sub-sample grain placement when
>        using grain rate FM
>
> System Changes:
>    In the new parser only there are operator @ and @@ to round up the
>        next integer to a power of 2 or powerof2+1
>    Score sorting made much faster
>    lineto improved
>    Named gens allowed
>    Various printing include instrument name if available
>    Command option to omit loading a library
>    Number of out channels no longer constrained to be number of in
>    Many fixes to new parser
>    More use of Warnings than Messages (allows for them to be  
> switched off)
>
> API:
>     csoundSetMessageCallback reset if callback set to null
>
> Internal:
>     usual collection of gratuitous minor changes, layout and comments
>
>
>
> WARNINGS
>
> Top/csound.c:3157:5: warning: ‘visibility’ attribute ignored on non- 
> class types
> frontends/csladspa/ladspa.h:593:50: warning: ‘visibility’ attribute  
> ignored
>
>
> OUTSTANDING BUGS
>
> outleta and macros cause segmentation violation Open   2011-01-01
>    Not reproduced on Linux; could be Windows
> dripwater issue 	                        Open 	2010-12-30
>    Not clear yet if this is a bug
> nreverb causes segfault when iskip=1    	Open    2010-12-28
>    Only seen on Windows
> Real-time ending too soon? 	                Open 	2010-09-14
>    Not reproduced
> ATS noise component with ATSsinnoi             Open 	2010-07-28
>    Insufficient information
> midiout and midion2 issues 	                Open 	2010-07-04
>    No progress
> ATSA errors 	                                Open 	2010-04-27
>    Only seen on Windows
> STKShakers not stable in real time on UBUNTU 	Open 	2010-02-26
>    This is a STK bug and we cannot fix
>
>
> ------------------------------------------------------------------------------
> Protect Your Site and Customers from Malware Attacks
> Learn about various malware tactics and how to avoid them. Understand
> malware threats, the impact they can have on your business, and how  
> you
> can protect your company and customers by using code signing.
> http://p.sf.net/sfu/oracle-sfdevnl
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-01-17 15:25
FromVictor Lazzarini
SubjectRe: [Cs-dev] Release of 5.13
pvslock & pvstanal are now documented.

I have placed the OSX10.5 & 10.6 release package up in sourceforge.  
Will work tomorrow on 10.4.

Victor
On 17 Jan 2011, at 09:19, john ffitch wrote:

> Code tagged in CVS; source tar and zip in place.
> As requested I will not be building an OpenSuSE binary.
> Release notes below -- last chance to modify
> ==John ffitch
> ------------------------------------------------------------------------
> Notes for 5.13
> ==============
>
> This is largely a bug-fix release, but there are some new opcodes etc
>
> New Opcodes:
>    farey sequence opcodes
>    median opcode
>    filevalid opcode
>    Real random number generators using /dev/random (Linux only)
>    pvstanal opcode (un documented)
>    mincer opcode -- Phase-locked vocoder processing
>    temposcal opcode -- Phase-locked vocoder processing with onset
>              detection/processing
>    pvswarp opcode -- Warp the spectral envelope of a PVS signal
>    pvslock opcode (un documented)
>
> New Gen and Macros:
>    INF macro added to orchestras; z read as infinity in scores
>    GEN for support of farey sequences
>
> Modified Opcodes and Gens:
>    init changed to allow multiple inits in on statement
>    maxalloc, cpuperc, instcount now accept named instruments
>    If normalisation in pow opcodes is zero treat as 1
>    inch can take upto 20 inputs and outputs
>    pvscale and pvsmix now have very good spectral envelope  
> preservation
>            modes (1 = filtered cepstrum, 2 = true envelope).
>    oscil1 could be static if the duration was long; now there is a
>    positive minimum increment.
>    GEN49 now uses search paths
>    pvsvoc enhanced with new spectral envelope preservation code.
>
> Bugs fixed:
>    Count of lines fixed in orchestras, and \ inside strings
>    Fast tab opcodes made safe from crashes
>    % in formated printing could crash
>    Double free in fgen fixed
>    sndwarp quietened (gave too many messages)
>    gen41 deals with positive probabilities
>    adsynt reworked removing many bugs
>    adsynt2 phase error fixed
>    atonex/tonex did wrong operation
>    Bug in max number of gens fixed
>    mp3in could repeat sound at end of file
>    Better checking in grain4
>    modulus was wrong in new parser
>    Better checking in adsyn
>    changed opcode initialised to zero
>    Serious bug in tabmorphia fixed
>    GEN49 has serious bug removed, so no longer incorrect silences.
>    Partikkel opcode: fixed bug in sub-sample grain placement when
>        using grain rate FM
>
> System Changes:
>    In the new parser only there are operator @ and @@ to round up the
>        next integer to a power of 2 or powerof2+1
>    Score sorting made much faster
>    lineto improved
>    Named gens allowed
>    Various printing include instrument name if available
>    Command option to omit loading a library
>    Number of out channels no longer constrained to be number of in
>    Many fixes to new parser
>    More use of Warnings than Messages (allows for them to be  
> switched off)
>
> API:
>     csoundSetMessageCallback reset if callback set to null
>
> Internal:
>     usual collection of gratuitous minor changes, layout and comments
>
>
>
> WARNINGS
>
> Top/csound.c:3157:5: warning: ‘visibility’ attribute ignored on non- 
> class types
> frontends/csladspa/ladspa.h:593:50: warning: ‘visibility’ attribute  
> ignored
>
>
> OUTSTANDING BUGS
>
> outleta and macros cause segmentation violation Open   2011-01-01
>    Not reproduced on Linux; could be Windows
> dripwater issue 	                        Open 	2010-12-30
>    Not clear yet if this is a bug
> nreverb causes segfault when iskip=1    	Open    2010-12-28
>    Only seen on Windows
> Real-time ending too soon? 	                Open 	2010-09-14
>    Not reproduced
> ATS noise component with ATSsinnoi             Open 	2010-07-28
>    Insufficient information
> midiout and midion2 issues 	                Open 	2010-07-04
>    No progress
> ATSA errors 	                                Open 	2010-04-27
>    Only seen on Windows
> STKShakers not stable in real time on UBUNTU 	Open 	2010-02-26
>    This is a STK bug and we cannot fix
>
>
> ------------------------------------------------------------------------------
> Protect Your Site and Customers from Malware Attacks
> Learn about various malware tactics and how to avoid them. Understand
> malware threats, the impact they can have on your business, and how  
> you
> can protect your company and customers by using code signing.
> http://p.sf.net/sfu/oracle-sfdevnl
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-01-17 15:42
FromAndres Cabrera
SubjectRe: [Cs-dev] Release of 5.13
Hi,

Aren't there new inchnls and outchnls opcodes?

Cheers,
Andres

On Mon, Jan 17, 2011 at 9:19 AM, john ffitch  wrote:
> Code tagged in CVS; source tar and zip in place.
> As requested I will not be building an OpenSuSE binary.
> Release notes below -- last chance to modify
> ==John ffitch
> ------------------------------------------------------------------------
> Notes for 5.13
> ==============
>
> This is largely a bug-fix release, but there are some new opcodes etc
>
> New Opcodes:
>    farey sequence opcodes
>    median opcode
>    filevalid opcode
>    Real random number generators using /dev/random (Linux only)
>    pvstanal opcode (un documented)
>    mincer opcode -- Phase-locked vocoder processing
>    temposcal opcode -- Phase-locked vocoder processing with onset
>              detection/processing
>    pvswarp opcode -- Warp the spectral envelope of a PVS signal
>    pvslock opcode (un documented)
>
> New Gen and Macros:
>    INF macro added to orchestras; z read as infinity in scores
>    GEN for support of farey sequences
>
> Modified Opcodes and Gens:
>    init changed to allow multiple inits in on statement
>    maxalloc, cpuperc, instcount now accept named instruments
>    If normalisation in pow opcodes is zero treat as 1
>    inch can take upto 20 inputs and outputs
>    pvscale and pvsmix now have very good spectral envelope preservation
>            modes (1 = filtered cepstrum, 2 = true envelope).
>    oscil1 could be static if the duration was long; now there is a
>    positive minimum increment.
>    GEN49 now uses search paths
>    pvsvoc enhanced with new spectral envelope preservation code.
>
> Bugs fixed:
>    Count of lines fixed in orchestras, and \ inside strings
>    Fast tab opcodes made safe from crashes
>    % in formated printing could crash
>    Double free in fgen fixed
>    sndwarp quietened (gave too many messages)
>    gen41 deals with positive probabilities
>    adsynt reworked removing many bugs
>    adsynt2 phase error fixed
>    atonex/tonex did wrong operation
>    Bug in max number of gens fixed
>    mp3in could repeat sound at end of file
>    Better checking in grain4
>    modulus was wrong in new parser
>    Better checking in adsyn
>    changed opcode initialised to zero
>    Serious bug in tabmorphia fixed
>    GEN49 has serious bug removed, so no longer incorrect silences.
>    Partikkel opcode: fixed bug in sub-sample grain placement when
>        using grain rate FM
>
> System Changes:
>    In the new parser only there are operator @ and @@ to round up the
>        next integer to a power of 2 or powerof2+1
>    Score sorting made much faster
>    lineto improved
>    Named gens allowed
>    Various printing include instrument name if available
>    Command option to omit loading a library
>    Number of out channels no longer constrained to be number of in
>    Many fixes to new parser
>    More use of Warnings than Messages (allows for them to be switched off)
>
> API:
>     csoundSetMessageCallback reset if callback set to null
>
> Internal:
>     usual collection of gratuitous minor changes, layout and comments
>
>
>
> WARNINGS
>
> Top/csound.c:3157:5: warning: ‘visibility’ attribute ignored on non-class types
> frontends/csladspa/ladspa.h:593:50: warning: ‘visibility’ attribute ignored
>
>
> OUTSTANDING BUGS
>
>  outleta and macros cause segmentation violation Open   2011-01-01
>    Not reproduced on Linux; could be Windows
>  dripwater issue                                Open    2010-12-30
>    Not clear yet if this is a bug
>  nreverb causes segfault when iskip=1           Open    2010-12-28
>    Only seen on Windows
>  Real-time ending too soon?                     Open    2010-09-14
>    Not reproduced
>  ATS noise component with ATSsinnoi             Open    2010-07-28
>    Insufficient information
>  midiout and midion2 issues                     Open    2010-07-04
>    No progress
>  ATSA errors                                    Open    2010-04-27
>    Only seen on Windows
>  STKShakers not stable in real time on UBUNTU   Open    2010-02-26
>    This is a STK bug and we cannot fix
>
>
>
> ------------------------------------------------------------------------------
> Protect Your Site and Customers from Malware Attacks
> Learn about various malware tactics and how to avoid them. Understand
> malware threats, the impact they can have on your business, and how you
> can protect your company and customers by using code signing.
> http://p.sf.net/sfu/oracle-sfdevnl
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/list

Date2011-01-17 16:21
Fromjpff@cs.bath.ac.uk
SubjectRe: [Cs-dev] Release of 5.13
I have no ideas; when?  who?  what?


> Hi,
>
> Aren't there new inchnls and outchnls opcodes?
>
> Cheers,
> Andres
>
> On Mon, Jan 17, 2011 at 9:19 AM, john ffitch  wrote:
>> Code tagged in CVS; source tar and zip in place.
>> As requested I will not be building an OpenSuSE binary.
>> Release notes below -- last chance to modify
>> ==John ffitch
>> ------------------------------------------------------------------------
>> Notes for 5.13
>> ==============
>>
>> This is largely a bug-fix release, but there are some new opcodes etc
>>
>> New Opcodes:
>>    farey sequence opcodes
>>    median opcode
>>    filevalid opcode
>>    Real random number generators using /dev/random (Linux only)
>>    pvstanal opcode (un documented)
>>    mincer opcode -- Phase-locked vocoder processing
>>    temposcal opcode -- Phase-locked vocoder processing with onset
>>              detection/processing
>>    pvswarp opcode -- Warp the spectral envelope of a PVS signal
>>    pvslock opcode (un documented)
>>
>> New Gen and Macros:
>>    INF macro added to orchestras; z read as infinity in scores
>>    GEN for support of farey sequences
>>
>> Modified Opcodes and Gens:
>>    init changed to allow multiple inits in on statement
>>    maxalloc, cpuperc, instcount now accept named instruments
>>    If normalisation in pow opcodes is zero treat as 1
>>    inch can take upto 20 inputs and outputs
>>    pvscale and pvsmix now have very good spectral envelope
>> preservation
>>            modes (1 = filtered cepstrum, 2 = true envelope).
>>    oscil1 could be static if the duration was long; now there is a
>>    positive minimum increment.
>>    GEN49 now uses search paths
>>    pvsvoc enhanced with new spectral envelope preservation code.
>>
>> Bugs fixed:
>>    Count of lines fixed in orchestras, and \ inside strings
>>    Fast tab opcodes made safe from crashes
>>    % in formated printing could crash
>>    Double free in fgen fixed
>>    sndwarp quietened (gave too many messages)
>>    gen41 deals with positive probabilities
>>    adsynt reworked removing many bugs
>>    adsynt2 phase error fixed
>>    atonex/tonex did wrong operation
>>    Bug in max number of gens fixed
>>    mp3in could repeat sound at end of file
>>    Better checking in grain4
>>    modulus was wrong in new parser
>>    Better checking in adsyn
>>    changed opcode initialised to zero
>>    Serious bug in tabmorphia fixed
>>    GEN49 has serious bug removed, so no longer incorrect silences.
>>    Partikkel opcode: fixed bug in sub-sample grain placement when
>>        using grain rate FM
>>
>> System Changes:
>>    In the new parser only there are operator @ and @@ to round up the
>>        next integer to a power of 2 or powerof2+1
>>    Score sorting made much faster
>>    lineto improved
>>    Named gens allowed
>>    Various printing include instrument name if available
>>    Command option to omit loading a library
>>    Number of out channels no longer constrained to be number of in
>>    Many fixes to new parser
>>    More use of Warnings than Messages (allows for them to be switched
>> off)
>>
>> API:
>>     csoundSetMessageCallback reset if callback set to null
>>
>> Internal:
>>     usual collection of gratuitous minor changes, layout and comments
>>
>>
>>
>> WARNINGS
>>
>> Top/csound.c:3157:5: warning: ‘visibility’ attribute ignored on
>> non-class types
>> frontends/csladspa/ladspa.h:593:50: warning: ‘visibility’ attribute
>> ignored
>>
>>
>> OUTSTANDING BUGS
>>
>>  outleta and macros cause segmentation violation Open   2011-01-01
>>    Not reproduced on Linux; could be Windows
>>  dripwater issue                                Open  
>>  2010-12-30
>>    Not clear yet if this is a bug
>>  nreverb causes segfault when iskip=1           Open  
>>  2010-12-28
>>    Only seen on Windows
>>  Real-time ending too soon?                     Open  
>>  2010-09-14
>>    Not reproduced
>>  ATS noise component with ATSsinnoi             Open  
>>  2010-07-28
>>    Insufficient information
>>  midiout and midion2 issues                     Open  
>>  2010-07-04
>>    No progress
>>  ATSA errors                                    Open
>>    2010-04-27
>>    Only seen on Windows
>>  STKShakers not stable in real time on UBUNTU   Open    2010-02-26
>>    This is a STK bug and we cannot fix
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Protect Your Site and Customers from Malware Attacks
>> Learn about various malware tactics and how to avoid them. Understand
>> malware threats, the impact they can have on your business, and how you
>> can protect your company and customers by using code signing.
>> http://p.sf.net/sfu/oracle-sfdevnl
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>>
>
> ------------------------------------------------------------------------------
> Protect Your Site and Customers from Malware Attacks
> Learn about various malware tactics and how to avoid them. Understand
> malware threats, the impact they can have on your business, and how you
> can protect your company and customers by using code signing.
> http://p.sf.net/sfu/oracle-sfdevnl
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>



------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-01-17 16:51
FromAndres Cabrera
SubjectRe: [Cs-dev] Release of 5.13
Hi,

Sorry, didn't mean opcdes, but header variables.

Cheers,
Andres

On Mon, Jan 17, 2011 at 4:21 PM,   wrote:
> I have no ideas; when?  who?  what?
>
>
>> Hi,
>>
>> Aren't there new inchnls and outchnls opcodes?
>>
>> Cheers,
>> Andres
>>
>> On Mon, Jan 17, 2011 at 9:19 AM, john ffitch  wrote:
>>> Code tagged in CVS; source tar and zip in place.
>>> As requested I will not be building an OpenSuSE binary.
>>> Release notes below -- last chance to modify
>>> ==John ffitch
>>> ------------------------------------------------------------------------
>>> Notes for 5.13
>>> ==============
>>>
>>> This is largely a bug-fix release, but there are some new opcodes etc
>>>
>>> New Opcodes:
>>>    farey sequence opcodes
>>>    median opcode
>>>    filevalid opcode
>>>    Real random number generators using /dev/random (Linux only)
>>>    pvstanal opcode (un documented)
>>>    mincer opcode -- Phase-locked vocoder processing
>>>    temposcal opcode -- Phase-locked vocoder processing with onset
>>>              detection/processing
>>>    pvswarp opcode -- Warp the spectral envelope of a PVS signal
>>>    pvslock opcode (un documented)
>>>
>>> New Gen and Macros:
>>>    INF macro added to orchestras; z read as infinity in scores
>>>    GEN for support of farey sequences
>>>
>>> Modified Opcodes and Gens:
>>>    init changed to allow multiple inits in on statement
>>>    maxalloc, cpuperc, instcount now accept named instruments
>>>    If normalisation in pow opcodes is zero treat as 1
>>>    inch can take upto 20 inputs and outputs
>>>    pvscale and pvsmix now have very good spectral envelope
>>> preservation
>>>            modes (1 = filtered cepstrum, 2 = true envelope).
>>>    oscil1 could be static if the duration was long; now there is a
>>>    positive minimum increment.
>>>    GEN49 now uses search paths
>>>    pvsvoc enhanced with new spectral envelope preservation code.
>>>
>>> Bugs fixed:
>>>    Count of lines fixed in orchestras, and \ inside strings
>>>    Fast tab opcodes made safe from crashes
>>>    % in formated printing could crash
>>>    Double free in fgen fixed
>>>    sndwarp quietened (gave too many messages)
>>>    gen41 deals with positive probabilities
>>>    adsynt reworked removing many bugs
>>>    adsynt2 phase error fixed
>>>    atonex/tonex did wrong operation
>>>    Bug in max number of gens fixed
>>>    mp3in could repeat sound at end of file
>>>    Better checking in grain4
>>>    modulus was wrong in new parser
>>>    Better checking in adsyn
>>>    changed opcode initialised to zero
>>>    Serious bug in tabmorphia fixed
>>>    GEN49 has serious bug removed, so no longer incorrect silences.
>>>    Partikkel opcode: fixed bug in sub-sample grain placement when
>>>        using grain rate FM
>>>
>>> System Changes:
>>>    In the new parser only there are operator @ and @@ to round up the
>>>        next integer to a power of 2 or powerof2+1
>>>    Score sorting made much faster
>>>    lineto improved
>>>    Named gens allowed
>>>    Various printing include instrument name if available
>>>    Command option to omit loading a library
>>>    Number of out channels no longer constrained to be number of in
>>>    Many fixes to new parser
>>>    More use of Warnings than Messages (allows for them to be switched
>>> off)
>>>
>>> API:
>>>     csoundSetMessageCallback reset if callback set to null
>>>
>>> Internal:
>>>     usual collection of gratuitous minor changes, layout and comments
>>>
>>>
>>>
>>> WARNINGS
>>>
>>> Top/csound.c:3157:5: warning: ‘visibility’ attribute ignored on
>>> non-class types
>>> frontends/csladspa/ladspa.h:593:50: warning: ‘visibility’ attribute
>>> ignored
>>>
>>>
>>> OUTSTANDING BUGS
>>>
>>>  outleta and macros cause segmentation violation Open   2011-01-01
>>>    Not reproduced on Linux; could be Windows
>>>  dripwater issue                                Open Â
>>>  2010-12-30
>>>    Not clear yet if this is a bug
>>>  nreverb causes segfault when iskip=1           Open Â
>>>  2010-12-28
>>>    Only seen on Windows
>>>  Real-time ending too soon?                     Open Â
>>>  2010-09-14
>>>    Not reproduced
>>>  ATS noise component with ATSsinnoi             Open Â
>>>  2010-07-28
>>>    Insufficient information
>>>  midiout and midion2 issues                     Open Â
>>>  2010-07-04
>>>    No progress
>>>  ATSA errors                                    Open
>>>    2010-04-27
>>>    Only seen on Windows
>>>  STKShakers not stable in real time on UBUNTU   Open    2010-02-26
>>>    This is a STK bug and we cannot fix
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Protect Your Site and Customers from Malware Attacks
>>> Learn about various malware tactics and how to avoid them. Understand
>>> malware threats, the impact they can have on your business, and how you
>>> can protect your company and customers by using code signing.
>>> http://p.sf.net/sfu/oracle-sfdevnl
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>>
>>
>> ------------------------------------------------------------------------------
>> Protect Your Site and Customers from Malware Attacks
>> Learn about various malware tactics and how to avoid them. Understand
>> malware threats, the impact they can have on your business, and how you
>> can protect your company and customers by using code signing.
>> http://p.sf.net/sfu/oracle-sfdevnl
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>
>
>
> ------------------------------------------------------------------------------
> Protect Your Site and Customers from Malware Attacks
> Learn about various malware tactics and how to avoid them. Understand
> malware threats, the impact they can have on your business, and how you
> can protect your company and customers by using code signing.
> http://p.sf.net/sfu/oracle-sfdevnl
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourcefo

Date2011-01-17 18:21
Fromjpff@cs.bath.ac.uk
SubjectRe: [Cs-dev] Release of 5.13
The nchnls remains as number of output channels
nchnls_i is the numbe rof inputs for in opcodes.  If ommitted defaults to
nchnnls

Thought that was in 5.12 but with a bug


> Hi,
>
> Sorry, didn't mean opcdes, but header variables.
>
> Cheers,
> Andres
>
> On Mon, Jan 17, 2011 at 4:21 PM,   wrote:
>> I have no ideas; when?  who?  what?
>>
>>
>>> Hi,
>>>
>>> Aren't there new inchnls and outchnls opcodes?
>>>
>>> Cheers,
>>> Andres
>>>
>>> On Mon, Jan 17, 2011 at 9:19 AM, john ffitch 
>>> wrote:
>>>> Code tagged in CVS; source tar and zip in place.
>>>> As requested I will not be building an OpenSuSE binary.
>>>> Release notes below -- last chance to modify
>>>> ==John ffitch
>>>> ------------------------------------------------------------------------
>>>> Notes for 5.13
>>>> ==============
>>>>
>>>> This is largely a bug-fix release, but there are some new opcodes etc
>>>>
>>>> New Opcodes:
>>>>    farey sequence opcodes
>>>>    median opcode
>>>>    filevalid opcode
>>>>    Real random number generators using /dev/random (Linux only)
>>>>    pvstanal opcode (un documented)
>>>>    mincer opcode -- Phase-locked vocoder processing
>>>>    temposcal opcode -- Phase-locked vocoder processing with
>>>> onset
>>>>              detection/processing
>>>>    pvswarp opcode -- Warp the spectral envelope of a PVS signal
>>>>    pvslock opcode (un documented)
>>>>
>>>> New Gen and Macros:
>>>>    INF macro added to orchestras; z read as infinity in scores
>>>>    GEN for support of farey sequences
>>>>
>>>> Modified Opcodes and Gens:
>>>>    init changed to allow multiple inits in on statement
>>>>    maxalloc, cpuperc, instcount now accept named instruments
>>>>    If normalisation in pow opcodes is zero treat as 1
>>>>    inch can take upto 20 inputs and outputs
>>>>    pvscale and pvsmix now have very good spectral envelope
>>>> preservation
>>>>            modes (1 = filtered cepstrum, 2 = true
>>>> envelope).
>>>>    oscil1 could be static if the duration was long; now there is
>>>> a
>>>>    positive minimum increment.
>>>>    GEN49 now uses search paths
>>>>    pvsvoc enhanced with new spectral envelope preservation code.
>>>>
>>>> Bugs fixed:
>>>>    Count of lines fixed in orchestras, and \ inside strings
>>>>    Fast tab opcodes made safe from crashes
>>>>    % in formated printing could crash
>>>>    Double free in fgen fixed
>>>>    sndwarp quietened (gave too many messages)
>>>>    gen41 deals with positive probabilities
>>>>    adsynt reworked removing many bugs
>>>>    adsynt2 phase error fixed
>>>>    atonex/tonex did wrong operation
>>>>    Bug in max number of gens fixed
>>>>    mp3in could repeat sound at end of file
>>>>    Better checking in grain4
>>>>    modulus was wrong in new parser
>>>>    Better checking in adsyn
>>>>    changed opcode initialised to zero
>>>>    Serious bug in tabmorphia fixed
>>>>    GEN49 has serious bug removed, so no longer incorrect
>>>> silences.
>>>>    Partikkel opcode: fixed bug in sub-sample grain placement
>>>> when
>>>>        using grain rate FM
>>>>
>>>> System Changes:
>>>>    In the new parser only there are operator @ and @@ to round
>>>> up the
>>>>        next integer to a power of 2 or powerof2+1
>>>>    Score sorting made much faster
>>>>    lineto improved
>>>>    Named gens allowed
>>>>    Various printing include instrument name if available
>>>>    Command option to omit loading a library
>>>>    Number of out channels no longer constrained to be number of
>>>> in
>>>>    Many fixes to new parser
>>>>    More use of Warnings than Messages (allows for them to be
>>>> switched
>>>> off)
>>>>
>>>> API:
>>>>     csoundSetMessageCallback reset if callback set to null
>>>>
>>>> Internal:
>>>>     usual collection of gratuitous minor changes, layout and
>>>> comments
>>>>
>>>>
>>>>
>>>> WARNINGS
>>>>
>>>> Top/csound.c:3157:5: warning: ‘visibility’ attribute
>>>> ignored on
>>>> non-class types
>>>> frontends/csladspa/ladspa.h:593:50: warning: ‘visibility’
>>>> attribute
>>>> ignored
>>>>
>>>>
>>>> OUTSTANDING BUGS
>>>>
>>>>  outleta and macros cause segmentation violation Open  
>>>> 2011-01-01
>>>>    Not reproduced on Linux; could be Windows
>>>>  dripwater issue                    
>>>>            Open Â
>>>>  2010-12-30
>>>>    Not clear yet if this is a bug
>>>>  nreverb causes segfault when iskip=1           Open
>>>> Â
>>>>  2010-12-28
>>>>    Only seen on Windows
>>>>  Real-time ending too soon?                
>>>>     Open Â
>>>>  2010-09-14
>>>>    Not reproduced
>>>>  ATS noise component with ATSsinnoi            
>>>> Open Â
>>>>  2010-07-28
>>>>    Insufficient information
>>>>  midiout and midion2 issues                
>>>>     Open Â
>>>>  2010-07-04
>>>>    No progress
>>>>  ATSA errors                      
>>>>              Open
>>>>    2010-04-27
>>>>    Only seen on Windows
>>>>  STKShakers not stable in real time on UBUNTU   Open  
>>>>  2010-02-26
>>>>    This is a STK bug and we cannot fix
>>>>
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Protect Your Site and Customers from Malware Attacks
>>>> Learn about various malware tactics and how to avoid them. Understand
>>>> malware threats, the impact they can have on your business, and how
>>>> you
>>>> can protect your company and customers by using code signing.
>>>> http://p.sf.net/sfu/oracle-sfdevnl
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Protect Your Site and Customers from Malware Attacks
>>> Learn about various malware tactics and how to avoid them. Understand
>>> malware threats, the impact they can have on your business, and how you
>>> can protect your company and customers by using code signing.
>>> http://p.sf.net/sfu/oracle-sfdevnl
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Protect Your Site and Customers from Malware Attacks
>> Learn about various malware tactics and how to avoid them. Understand
>> malware threats, the impact they can have on your business, and how you
>> can protect your company and customers by using code signing.
>> http://p.sf.net/sfu/oracle-sfdevnl
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>
> ------------------------------------------------------------------------------
> Protect Your Site and Customers from Malware Attacks
> Learn about various malware tactics and how to avoid them. Understand
> malware threats, the impact they can have on your business, and how you
> can protect your company and customers by using code signing.
> http://p.sf.net/sfu/oracle-sfdevnl
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>



------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-01-17 18:27
FromAndres Cabrera
SubjectRe: [Cs-dev] Release of 5.13
Oh, OK, sorry for the noise.

Cheers,
Andres

On Mon, Jan 17, 2011 at 6:21 PM,   wrote:
> The nchnls remains as number of output channels
> nchnls_i is the numbe rof inputs for in opcodes.  If ommitted defaults to
> nchnnls
>
> Thought that was in 5.12 but with a bug
>
>
>> Hi,
>>
>> Sorry, didn't mean opcdes, but header variables.
>>
>> Cheers,
>> Andres
>>
>> On Mon, Jan 17, 2011 at 4:21 PM,   wrote:
>>> I have no ideas; when?  who?  what?
>>>
>>>
>>>> Hi,
>>>>
>>>> Aren't there new inchnls and outchnls opcodes?
>>>>
>>>> Cheers,
>>>> Andres
>>>>
>>>> On Mon, Jan 17, 2011 at 9:19 AM, john ffitch 
>>>> wrote:
>>>>> Code tagged in CVS; source tar and zip in place.
>>>>> As requested I will not be building an OpenSuSE binary.
>>>>> Release notes below -- last chance to modify
>>>>> ==John ffitch
>>>>> ------------------------------------------------------------------------
>>>>> Notes for 5.13
>>>>> ==============
>>>>>
>>>>> This is largely a bug-fix release, but there are some new opcodes etc
>>>>>
>>>>> New Opcodes:
>>>>>    farey sequence opcodes
>>>>>    median opcode
>>>>>    filevalid opcode
>>>>>    Real random number generators using /dev/random (Linux only)
>>>>>    pvstanal opcode (un documented)
>>>>>    mincer opcode -- Phase-locked vocoder processing
>>>>>    temposcal opcode -- Phase-locked vocoder processing with
>>>>> onset
>>>>>              detection/processing
>>>>>    pvswarp opcode -- Warp the spectral envelope of a PVS signal
>>>>>    pvslock opcode (un documented)
>>>>>
>>>>> New Gen and Macros:
>>>>>    INF macro added to orchestras; z read as infinity in scores
>>>>>    GEN for support of farey sequences
>>>>>
>>>>> Modified Opcodes and Gens:
>>>>>    init changed to allow multiple inits in on statement
>>>>>    maxalloc, cpuperc, instcount now accept named instruments
>>>>>    If normalisation in pow opcodes is zero treat as 1
>>>>>    inch can take upto 20 inputs and outputs
>>>>>    pvscale and pvsmix now have very good spectral envelope
>>>>> preservation
>>>>>            modes (1 = filtered cepstrum, 2 = true
>>>>> envelope).
>>>>>    oscil1 could be static if the duration was long; now there is
>>>>> a
>>>>>    positive minimum increment.
>>>>>    GEN49 now uses search paths
>>>>>    pvsvoc enhanced with new spectral envelope preservation code.
>>>>>
>>>>> Bugs fixed:
>>>>>    Count of lines fixed in orchestras, and \ inside strings
>>>>>    Fast tab opcodes made safe from crashes
>>>>>    % in formated printing could crash
>>>>>    Double free in fgen fixed
>>>>>    sndwarp quietened (gave too many messages)
>>>>>    gen41 deals with positive probabilities
>>>>>    adsynt reworked removing many bugs
>>>>>    adsynt2 phase error fixed
>>>>>    atonex/tonex did wrong operation
>>>>>    Bug in max number of gens fixed
>>>>>    mp3in could repeat sound at end of file
>>>>>    Better checking in grain4
>>>>>    modulus was wrong in new parser
>>>>>    Better checking in adsyn
>>>>>    changed opcode initialised to zero
>>>>>    Serious bug in tabmorphia fixed
>>>>>    GEN49 has serious bug removed, so no longer incorrect
>>>>> silences.
>>>>>    Partikkel opcode: fixed bug in sub-sample grain placement
>>>>> when
>>>>>        using grain rate FM
>>>>>
>>>>> System Changes:
>>>>>    In the new parser only there are operator @ and @@ to round
>>>>> up the
>>>>>        next integer to a power of 2 or powerof2+1
>>>>>    Score sorting made much faster
>>>>>    lineto improved
>>>>>    Named gens allowed
>>>>>    Various printing include instrument name if available
>>>>>    Command option to omit loading a library
>>>>>    Number of out channels no longer constrained to be number of
>>>>> in
>>>>>    Many fixes to new parser
>>>>>    More use of Warnings than Messages (allows for them to be
>>>>> switched
>>>>> off)
>>>>>
>>>>> API:
>>>>>     csoundSetMessageCallback reset if callback set to null
>>>>>
>>>>> Internal:
>>>>>     usual collection of gratuitous minor changes, layout and
>>>>> comments
>>>>>
>>>>>
>>>>>
>>>>> WARNINGS
>>>>>
>>>>> Top/csound.c:3157:5: warning: ‘visibility’ attribute
>>>>> ignored on
>>>>> non-class types
>>>>> frontends/csladspa/ladspa.h:593:50: warning: ‘visibility’
>>>>> attribute
>>>>> ignored
>>>>>
>>>>>
>>>>> OUTSTANDING BUGS
>>>>>
>>>>>  outleta and macros cause segmentation violation Open ÂÂ
>>>>> 2011-01-01
>>>>>    Not reproduced on Linux; could be Windows
>>>>>  dripwater issue                   ÂÂ
>>>>>            Open Â
>>>>>  2010-12-30
>>>>>    Not clear yet if this is a bug
>>>>>  nreverb causes segfault when iskip=1           Open
>>>>> Â
>>>>>  2010-12-28
>>>>>    Only seen on Windows
>>>>>  Real-time ending too soon?               ÂÂ
>>>>>     Open Â
>>>>>  2010-09-14
>>>>>    Not reproduced
>>>>>  ATS noise component with ATSsinnoi           ÂÂ
>>>>> Open Â
>>>>>  2010-07-28
>>>>>    Insufficient information
>>>>>  midiout and midion2 issues               ÂÂ
>>>>>     Open Â
>>>>>  2010-07-04
>>>>>    No progress
>>>>>  ATSA errors                     ÂÂ
>>>>>              Open
>>>>>    2010-04-27
>>>>>    Only seen on Windows
>>>>>  STKShakers not stable in real time on UBUNTU   Open ÂÂ
>>>>>  2010-02-26
>>>>>    This is a STK bug and we cannot fix
>>>>>
>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> Protect Your Site and Customers from Malware Attacks
>>>>> Learn about various malware tactics and how to avoid them. Understand
>>>>> malware threats, the impact they can have on your business, and how
>>>>> you
>>>>> can protect your company and customers by using code signing.
>>>>> http://p.sf.net/sfu/oracle-sfdevnl
>>>>> _______________________________________________
>>>>> Csound-devel mailing list
>>>>> Csound-devel@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>
>>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Protect Your Site and Customers from Malware Attacks
>>>> Learn about various malware tactics and how to avoid them. Understand
>>>> malware threats, the impact they can have on your business, and how you
>>>> can protect your company and customers by using code signing.
>>>> http://p.sf.net/sfu/oracle-sfdevnl
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Protect Your Site and Customers from Malware Attacks
>>> Learn about various malware tactics and how to avoid them. Understand
>>> malware threats, the impact they can have on your business, and how you
>>> can protect your company and customers by using code signing.
>>> http://p.sf.net/sfu/oracle-sfdevnl
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>
>> ------------------------------------------------------------------------------
>> Protect Your Site and Customers from Malware Attacks
>> Learn about various malware tactics and how to avoid them. Understand
>> malware threats, the impact they can have on your business, and how you
>> can protect your company and customers by using code signing.
>> http://p.sf.net/sfu/oracle-sfdevnl
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>
>
>
> ------------------------------------------------------------------------------
> Protect Your Site and Customers from Malware Attacks
> Learn about various malware tactics and how to avoid them. Understand
> malware threats, the impact they can have on your business, and how you
> can protect your company and customers by using code signing.
> http://p.sf.net/sfu/oracle-sfdevnl
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-dev