Csound Csound-dev Csound-tekno Search About

[Csnd] Release of v5.13

Date2011-01-17 21:03
Fromjohn ffitch
Subject[Csnd] Release of v5.13
The sources are available on SourceForge; pre-built binaries will
follow.
  The list below are the release notes
==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
    nchnls_i working correctly

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



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"

Date2011-01-17 21:36
FromVictor.Lazzarini@nuim.ie
Subject[Csnd] Re: Release of v5.13
AttachmentsNone  None  

Date2011-01-17 23:49
FromSteven Yi
Subject[Csnd] Re: Re: Release of v5.13
Many thanks all!

This build of Csound on OSX now works for me and blue using the API
when I start blue with 32-bit mode Java.  A great relief for me and
I'm looking very forward to music making with this release! (Note for
blue users: I will be forcing 32-bit Java in the next release; to
modify your current blue, right-click the blue application and select
the option to explore package contents, then navigate to
Contents/Resources/blue/etc/blue.conf and add "-J-d32" to the
default_options line)

Thanks again!
steven


On Mon, Jan 17, 2011 at 4:36 PM,   wrote:
> pvslock & pvstanal are now documented.
>
> ----- Original Message -----
> From: john ffitch 
> Date: Monday, January 17, 2011 9:03 pm
> Subject: [Csnd] Release of v5.13
> To: csound@lists.bath.ac.uk
>
>> The sources are available on SourceForge; pre-built binaries will
>> follow.
>>   The list below are the release notes
>> ==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
>>     nchnls_i working correctly
>>
>> 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
>>
>>
>>
>> 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,
> National University of Ireland, Maynooth
>


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"


Date2011-01-18 00:19
Frompeiman khosravi
Subject[Csnd] Re: Re: Re: Release of v5.13
great news Steven! back to blue!

P

On 17 January 2011 23:49, Steven Yi  wrote:
> Many thanks all!
>
> This build of Csound on OSX now works for me and blue using the API
> when I start blue with 32-bit mode Java.  A great relief for me and
> I'm looking very forward to music making with this release! (Note for
> blue users: I will be forcing 32-bit Java in the next release; to
> modify your current blue, right-click the blue application and select
> the option to explore package contents, then navigate to
> Contents/Resources/blue/etc/blue.conf and add "-J-d32" to the
> default_options line)
>
> Thanks again!
> steven
>
>
> On Mon, Jan 17, 2011 at 4:36 PM,   wrote:
>> pvslock & pvstanal are now documented.
>>
>> ----- Original Message -----
>> From: john ffitch 
>> Date: Monday, January 17, 2011 9:03 pm
>> Subject: [Csnd] Release of v5.13
>> To: csound@lists.bath.ac.uk
>>
>>> The sources are available on SourceForge; pre-built binaries will
>>> follow.
>>>   The list below are the release notes
>>> ==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
>>>     nchnls_i working correctly
>>>
>>> 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
>>>
>>>
>>>
>>> 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,
>> National University of Ireland, Maynooth
>>
>
>
> 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"
>
>


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"


Date2011-01-18 01:44
FromDave Seidel
Subject[Csnd] Re: Re: Re: Release of v5.13
Excellent news on all fronts.

- Dave

On 1/17/2011 6:49 PM, Steven Yi wrote:
> Many thanks all!
> 
> This build of Csound on OSX now works for me and blue using the API
> when I start blue with 32-bit mode Java.  A great relief for me and
> I'm looking very forward to music making with this release! (Note for
> blue users: I will be forcing 32-bit Java in the next release; to
> modify your current blue, right-click the blue application and select
> the option to explore package contents, then navigate to
> Contents/Resources/blue/etc/blue.conf and add "-J-d32" to the
> default_options line)
> 
> Thanks again!
> steven
> 
> 
> On Mon, Jan 17, 2011 at 4:36 PM,   wrote:
>> pvslock & pvstanal are now documented.
>>
>> ----- Original Message -----
>> From: john ffitch 
>> Date: Monday, January 17, 2011 9:03 pm
>> Subject: [Csnd] Release of v5.13
>> To: csound@lists.bath.ac.uk
>>
>>> The sources are available on SourceForge; pre-built binaries will
>>> follow.
>>>   The list below are the release notes
>>> ==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
>>>     nchnls_i working correctly
>>>
>>> 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
>>>
>>>
>>>
>>> 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,
>> National University of Ireland, Maynooth
>>
> 
> 
> 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"
> 
> 


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"

Date2011-01-18 05:38
FromAaron Krister Johnson
Subject[Csnd] Re: Re: Release of v5.13
Where are they documented?

More to the point, where/how does one get an up-to-date html manual? Is it a complex build process? Is there a how-to somewhere?

BTW, I'm willing to help update the csounds.com site, as I mentioned. There are broken links, etc. and I think noobs will get scared away. If someone can grant me admin access, I'd get into the trench...

AKJ

On Mon, Jan 17, 2011 at 3:36 PM, <Victor.Lazzarini@nuim.ie> wrote:
pvslock & pvstanal are now documented.


----- Original Message -----
From: john ffitch <jpff@codemist.co.uk>
Date: Monday, January 17, 2011 9:03 pm
Subject: [Csnd] Release of v5.13
To: csound@lists.bath.ac.uk

> The sources are available on SourceForge; pre-built binaries will
> follow.
>   The list below are the release notes
> ==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
>     nchnls_i working correctly
>
> 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
>
>
>
> 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,
National University of Ireland, Maynooth



--
Aaron Krister Johnson
http://www.akjmusic.com
http://www.untwelve.org


Date2011-01-18 06:09
FromAaron Krister Johnson
Subject[Csnd] Re: Release of v5.13
This is great news, thanks....just finished building on Arch Linux with an 'ABS' script, looks good, no errors.

AKJ

On Mon, Jan 17, 2011 at 3:03 PM, john ffitch <jpff@codemist.co.uk> wrote:
The sources are available on SourceForge; pre-built binaries will
follow.
 The list below are the release notes
==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
   nchnls_i working correctly

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



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"




--
Aaron Krister Johnson
http://www.akjmusic.com
http://www.untwelve.org


Date2011-01-18 08:50
Fromjoachim heintz
Subject[Csnd] Re: Re: Re: Release of v5.13
I think you should write to Richard Boulanger and Cesare Marilungo
directly. They are the admins of the csounds.com site. As you said, an
update of this site is necessary.

Perhaps you may consider to contribute to the Floss Csound project, too:
http://booki.flossmanuals.net/csound/

It's mainly the Sound Synthesis section which is more or less empty. Any
other contribution, like adding, correcting etc. is very much welcome.
It's just necessary to register at the free booki platform, then
everyone can write.

	joachim


Am 18.01.2011 06:38, schrieb Aaron Krister Johnson:

> 
> BTW, I'm willing to help update the csounds.com 
> site, as I mentioned. There are broken links, etc. and I think noobs
> will get scared away. If someone can grant me admin access, I'd get into
> the trench...
> 
> AKJ
> 
> On Mon, Jan 17, 2011 at 3:36 PM,  > wrote:
> 
>     pvslock & pvstanal are now documented.
> 
> 
>     ----- Original Message -----
>     From: john ffitch >
>     Date: Monday, January 17, 2011 9:03 pm
>     Subject: [Csnd] Release of v5.13
>     To: csound@lists.bath.ac.uk 
> 
>     > The sources are available on SourceForge; pre-built binaries will
>     > follow.
>     >   The list below are the release notes
>     > ==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
>     >     nchnls_i working correctly
>     >
>     > 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
>     >
>     >
>     >
>     > 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,
>     National University of Ireland, Maynooth
> 
> 
> 
> 
> -- 
> Aaron Krister Johnson
> http://www.akjmusic.com
> http://www.untwelve.org
> 


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"

Date2011-01-18 10:40
Frompeiman khosravi
Subject[Csnd] Re: Re: Re: Release of v5.13
Hi Steven,

I've installed the new universal release. Blue is working fine but the
thing is that the input is not recognised in the preferences.

Do you have the same problem?

I don't know if this is a Csound related issue or purely blue.

Best,

Peiman

On 17 January 2011 23:49, Steven Yi  wrote:
> Many thanks all!
>
> This build of Csound on OSX now works for me and blue using the API
> when I start blue with 32-bit mode Java.  A great relief for me and
> I'm looking very forward to music making with this release! (Note for
> blue users: I will be forcing 32-bit Java in the next release; to
> modify your current blue, right-click the blue application and select
> the option to explore package contents, then navigate to
> Contents/Resources/blue/etc/blue.conf and add "-J-d32" to the
> default_options line)
>
> Thanks again!
> steven
>
>
> On Mon, Jan 17, 2011 at 4:36 PM,   wrote:
>> pvslock & pvstanal are now documented.
>>
>> ----- Original Message -----
>> From: john ffitch 
>> Date: Monday, January 17, 2011 9:03 pm
>> Subject: [Csnd] Release of v5.13
>> To: csound@lists.bath.ac.uk
>>
>>> The sources are available on SourceForge; pre-built binaries will
>>> follow.
>>>   The list below are the release notes
>>> ==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
>>>     nchnls_i working correctly
>>>
>>> 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
>>>
>>>
>>>
>>> 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,
>> National University of Ireland, Maynooth
>>
>
>
> 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"
>
>


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"


Date2011-01-18 10:43
FromVictor Lazzarini
Subject[Csnd] Re: Re: Re: Release of v5.13
in the manual...
On 18 Jan 2011, at 05:38, Aaron Krister Johnson wrote:

Where are they documented?

More to the point, where/how does one get an up-to-date html manual? Is it a complex build process? Is there a how-to somewhere?

BTW, I'm willing to help update the csounds.com site, as I mentioned. There are broken links, etc. and I think noobs will get scared away. If someone can grant me admin access, I'd get into the trench...

AKJ

On Mon, Jan 17, 2011 at 3:36 PM, <Victor.Lazzarini@nuim.ie> wrote:
pvslock & pvstanal are now documented.


----- Original Message -----
From: john ffitch <jpff@codemist.co.uk>
Date: Monday, January 17, 2011 9:03 pm
Subject: [Csnd] Release of v5.13
To: csound@lists.bath.ac.uk

> The sources are available on SourceForge; pre-built binaries will
> follow.
>   The list below are the release notes
> ==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
>     nchnls_i working correctly
>
> 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
>
>
>
> 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,
National University of Ireland, Maynooth



--
Aaron Krister Johnson
http://www.akjmusic.com
http://www.untwelve.org



Date2011-01-18 14:50
FromAaron Krister Johnson
Subject[Csnd] Re: Re: Re: Re: Release of v5.13
I've contacted Dr. B.....he's working with me on how to get this going. There's so much to do, but we agree that the starting point is weeding out and /or updating dead links.

AKJ

On Tue, Jan 18, 2011 at 2:50 AM, joachim heintz <jh@joachimheintz.de> wrote:
I think you should write to Richard Boulanger and Cesare Marilungo
directly. They are the admins of the csounds.com site. As you said, an
update of this site is necessary.

Perhaps you may consider to contribute to the Floss Csound project, too:
http://booki.flossmanuals.net/csound/

It's mainly the Sound Synthesis section which is more or less empty. Any
other contribution, like adding, correcting etc. is very much welcome.
It's just necessary to register at the free booki platform, then
everyone can write.

       joachim


Am 18.01.2011 06:38, schrieb Aaron Krister Johnson:

>
> BTW, I'm willing to help update the csounds.com <http://csounds.com>
> site, as I mentioned. There are broken links, etc. and I think noobs
> will get scared away. If someone can grant me admin access, I'd get into
> the trench...
>
> AKJ
>
> On Mon, Jan 17, 2011 at 3:36 PM, <Victor.Lazzarini@nuim.ie
> <mailto:Victor.Lazzarini@nuim.ie>> wrote:
>
>     pvslock & pvstanal are now documented.
>
>
>     ----- Original Message -----
>     From: john ffitch <jpff@codemist.co.uk <mailto:jpff@codemist.co.uk>>
>     Date: Monday, January 17, 2011 9:03 pm
>     Subject: [Csnd] Release of v5.13
>     To: csound@lists.bath.ac.uk <mailto:csound@lists.bath.ac.uk>
>
>     > The sources are available on SourceForge; pre-built binaries will
>     > follow.
>     >   The list below are the release notes
>     > ==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
>     >     nchnls_i working correctly
>     >
>     > 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
>     >
>     >
>     >
>     > Send bugs reports to the Sourceforge bug tracker
>     >
>     https://sourceforge.net/tracker/?group_id=81968&atid=564599
>     <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
>     <mailto:sympa@lists.bath.ac.uk> with body
>     > "unsubscribe csound"
>     >
>
>     Dr Victor Lazzarini, Senior Lecturer, Dept. of Music,
>     National University of Ireland, Maynooth
>
>
>
>
> --
> Aaron Krister Johnson
> http://www.akjmusic.com
> http://www.untwelve.org
>


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"




--
Aaron Krister Johnson
http://www.akjmusic.com
http://www.untwelve.org


Date2011-01-18 14:52
FromAaron Krister Johnson
Subject[Csnd] Re: Re: Re: Re: Release of v5.13
Hi Victor...the new opcodes et al do not seem to be in any manual I have access to. There is no manual in the source download. Or if there is, I don't know/can't find instructions on building it.

Where does one get an up-to-date-hot-of-the-press manual? 5.12 canonical is the one that the csounds.com site links to....

AKJ


On Tue, Jan 18, 2011 at 4:43 AM, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
in the manual...

On 18 Jan 2011, at 05:38, Aaron Krister Johnson wrote:

Where are they documented?

More to the point, where/how does one get an up-to-date html manual? Is it a complex build process? Is there a how-to somewhere?

BTW, I'm willing to help update the csounds.com site, as I mentioned. There are broken links, etc. and I think noobs will get scared away. If someone can grant me admin access, I'd get into the trench...

AKJ

On Mon, Jan 17, 2011 at 3:36 PM, <Victor.Lazzarini@nuim.ie> wrote:
pvslock & pvstanal are now documented.


----- Original Message -----
From: john ffitch <jpff@codemist.co.uk>
Date: Monday, January 17, 2011 9:03 pm
Subject: [Csnd] Release of v5.13
To: csound@lists.bath.ac.uk

> The sources are available on SourceForge; pre-built binaries will
> follow.
>   The list below are the release notes
> ==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
>     nchnls_i working correctly
>
> 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
>
>
>
> 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,
National University of Ireland, Maynooth



--
Aaron Krister Johnson
http://www.akjmusic.com
http://www.untwelve.org





--
Aaron Krister Johnson
http://www.akjmusic.com
http://www.untwelve.org


Date2011-01-18 15:34
FromMichael Gogins
Subject[Csnd] Re: Re: Re: Re: Re: Release of v5.13
Of all the releases, the Windows installers probably have the most
complete set of stuff and documentation.

I will be working on the 5.13 installer later this week.

Regards,
Mike

On Tue, Jan 18, 2011 at 9:52 AM, Aaron Krister Johnson
 wrote:
> Hi Victor...the new opcodes et al do not seem to be in any manual I have
> access to. There is no manual in the source download. Or if there is, I
> don't know/can't find instructions on building it.
>
> Where does one get an up-to-date-hot-of-the-press manual? 5.12 canonical is
> the one that the csounds.com site links to....
>
> AKJ
>
>
> On Tue, Jan 18, 2011 at 4:43 AM, Victor Lazzarini 
> wrote:
>>
>> in the manual...
>> On 18 Jan 2011, at 05:38, Aaron Krister Johnson wrote:
>>
>> Where are they documented?
>>
>> More to the point, where/how does one get an up-to-date html manual? Is it
>> a complex build process? Is there a how-to somewhere?
>>
>> BTW, I'm willing to help update the csounds.com site, as I mentioned.
>> There are broken links, etc. and I think noobs will get scared away. If
>> someone can grant me admin access, I'd get into the trench...
>>
>> AKJ
>>
>> On Mon, Jan 17, 2011 at 3:36 PM,  wrote:
>>>
>>> pvslock & pvstanal are now documented.
>>>
>>> ----- Original Message -----
>>> From: john ffitch 
>>> Date: Monday, January 17, 2011 9:03 pm
>>> Subject: [Csnd] Release of v5.13
>>> To: csound@lists.bath.ac.uk
>>>
>>> > The sources are available on SourceForge; pre-built binaries will
>>> > follow.
>>> >   The list below are the release notes
>>> > ==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
>>> >     nchnls_i working correctly
>>> >
>>> > 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
>>> >
>>> >
>>> >
>>> > 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,
>>> National University of Ireland, Maynooth
>>
>>
>>
>> --
>> Aaron Krister Johnson
>> http://www.akjmusic.com
>> http://www.untwelve.org
>>
>>
>
>
>
> --
> Aaron Krister Johnson
> http://www.akjmusic.com
> http://www.untwelve.org
>
>



-- 
Michael Gogins
Irreducible Productions
http://www.michael-gogins.com
Michael dot Gogins at gmail dot 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"


Date2011-01-18 15:41
Fromjpff@cs.bath.ac.uk
Subject[Csnd] Re: Re: Re: Re: Re: Release of v5.13
> Hi Victor...the new opcodes et al do not seem to be in any manual I have
> access to. There is no manual in the source download. Or if there is, I
> don't know/can't find instructions on building it.
>
> Where does one get an up-to-date-hot-of-the-press manual? 5.12 canonical
> is
> the one that the csounds.com site links to....
>
> AKJ
>

On sourceforge there is a complete manual in source.  That is where all
the documentation is.
  I used to build a manual as part of the release but there seemed to be a
move against that.  I could zip up the latest manual as html or pdf as I
keep the current version on all my machines

==John ff




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"

Date2011-01-18 16:02
FromFrancois PINOT
Subject[Csnd] Re: Release of v5.13
I can build the English and the French versions of the manual in all formats as soon as it will be tagged for version 5.13. But I think some elements are not yet updated (e.g. the preface/whatsnew.xml file). The flow graph section has disappeared from the quickref section too...

Regards

Francois


2011/1/18 <jpff@cs.bath.ac.uk>
> Hi Victor...the new opcodes et al do not seem to be in any manual I have
> access to. There is no manual in the source download. Or if there is, I
> don't know/can't find instructions on building it.
>
> Where does one get an up-to-date-hot-of-the-press manual? 5.12 canonical
> is
> the one that the csounds.com site links to....
>
> AKJ
>

On sourceforge there is a complete manual in source.  That is where all
the documentation is.
 I used to build a manual as part of the release but there seemed to be a
move against that.  I could zip up the latest manual as html or pdf as I
keep the current version on all my machines

==John ff




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"



Date2011-01-18 16:30
FromCaecos
Subject[Csnd] RE: Re: Re: Re: Re: Re: Release of v5.13
As always... Windows users like me count on you... Which version of QuteCsound will be included: 0.6.0 or 0.6.1 ?

Cheers,

Marc

-----Message d'origine-----
De : Michael Gogins [mailto:michael.gogins@gmail.com] 
Envoyé : 18 janvier 2011 10:34
À : csound@lists.bath.ac.uk
Objet : [Csnd] Re: Re: Re: Re: Re: Release of v5.13

Of all the releases, the Windows installers probably have the most
complete set of stuff and documentation.

I will be working on the 5.13 installer later this week.

Regards,
Mike

On Tue, Jan 18, 2011 at 9:52 AM, Aaron Krister Johnson
 wrote:
> Hi Victor...the new opcodes et al do not seem to be in any manual I have
> access to. There is no manual in the source download. Or if there is, I
> don't know/can't find instructions on building it.
>
> Where does one get an up-to-date-hot-of-the-press manual? 5.12 canonical is
> the one that the csounds.com site links to....
>
> AKJ
>
>
> On Tue, Jan 18, 2011 at 4:43 AM, Victor Lazzarini 
> wrote:
>>
>> in the manual...
>> On 18 Jan 2011, at 05:38, Aaron Krister Johnson wrote:
>>
>> Where are they documented?
>>
>> More to the point, where/how does one get an up-to-date html manual? Is it
>> a complex build process? Is there a how-to somewhere?
>>
>> BTW, I'm willing to help update the csounds.com site, as I mentioned.
>> There are broken links, etc. and I think noobs will get scared away. If
>> someone can grant me admin access, I'd get into the trench...
>>
>> AKJ
>>
>> On Mon, Jan 17, 2011 at 3:36 PM,  wrote:
>>>
>>> pvslock & pvstanal are now documented.
>>>
>>> ----- Original Message -----
>>> From: john ffitch 
>>> Date: Monday, January 17, 2011 9:03 pm
>>> Subject: [Csnd] Release of v5.13
>>> To: csound@lists.bath.ac.uk
>>>
>>> > The sources are available on SourceForge; pre-built binaries will
>>> > follow.
>>> >   The list below are the release notes
>>> > ==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
>>> >     nchnls_i working correctly
>>> >
>>> > 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
>>> >
>>> >
>>> >
>>> > 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,
>>> National University of Ireland, Maynooth
>>
>>
>>
>> --
>> Aaron Krister Johnson
>> http://www.akjmusic.com
>> http://www.untwelve.org
>>
>>
>
>
>
> --
> Aaron Krister Johnson
> http://www.akjmusic.com
> http://www.untwelve.org
>
>



-- 
Michael Gogins
Irreducible Productions
http://www.michael-gogins.com
Michael dot Gogins at gmail dot 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"




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"


Date2011-01-18 17:31
FromAaron Krister Johnson
Subject[Csnd] Re: Re: Re: Re: Re: Re: Release of v5.13
Hi John,

http://sourceforge.net/projects/csound/files/csound5/csound5.13/
does not contain an up-to-date manual, and

http://sourceforge.net/projects/csound/files/
shows that the manual is from 2007!!!!

so, are you talking CVS? And still, the question remains, how does one BUILD the manual? You may take it for granted as the developer that this is common knowledge, but this stuff needs documentation, and from where I'm sitting, I don't see it. There needs to be *somewhere* clear instructions on how to build the manual, and the csounds.com site certainly doesn't show it (one of the reasons I'm volunteering to help on the site is to spearhead the campaign to finally make csound user-friendly via DOCS!!!)

Thanks,
AKJ


On Tue, Jan 18, 2011 at 9:41 AM, <jpff@cs.bath.ac.uk> wrote:
> Hi Victor...the new opcodes et al do not seem to be in any manual I have
> access to. There is no manual in the source download. Or if there is, I
> don't know/can't find instructions on building it.
>
> Where does one get an up-to-date-hot-of-the-press manual? 5.12 canonical
> is
> the one that the csounds.com site links to....
>
> AKJ
>

On sourceforge there is a complete manual in source.  That is where all
the documentation is.
 I used to build a manual as part of the release but there seemed to be a
move against that.  I could zip up the latest manual as html or pdf as I
keep the current version on all my machines

==John ff




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"




--
Aaron Krister Johnson
http://www.akjmusic.com
http://www.untwelve.org


Date2011-01-18 17:32
FromAaron Krister Johnson
Subject[Csnd] Re: Re: Release of v5.13
Again, where is the *howto* for building docs?!

AKJ

On Tue, Jan 18, 2011 at 10:02 AM, Francois PINOT <fggpinot@gmail.com> wrote:
I can build the English and the French versions of the manual in all formats as soon as it will be tagged for version 5.13. But I think some elements are not yet updated (e.g. the preface/whatsnew.xml file). The flow graph section has disappeared from the quickref section too...

Regards

Francois


2011/1/18 <jpff@cs.bath.ac.uk>

> Hi Victor...the new opcodes et al do not seem to be in any manual I have
> access to. There is no manual in the source download. Or if there is, I
> don't know/can't find instructions on building it.
>
> Where does one get an up-to-date-hot-of-the-press manual? 5.12 canonical
> is
> the one that the csounds.com site links to....
>
> AKJ
>

On sourceforge there is a complete manual in source.  That is where all
the documentation is.
 I used to build a manual as part of the release but there seemed to be a
move against that.  I could zip up the latest manual as html or pdf as I
keep the current version on all my machines

==John ff




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"





--
Aaron Krister Johnson
http://www.akjmusic.com
http://www.untwelve.org


Date2011-01-18 17:44
FromAaron Krister Johnson
Subject[Csnd] Re: Re: Re: Re: Re: Re: Release of v5.13
For heavens sake, let's make the manual part of the release...does it make it that much bigger? There's all sorts of extra stuff we are being, in effect, forced to download anyway that many may or may not use. (language extensions, CsoundAC, various GUIs, etc.)---surely these take up download space, and are at least no more essential than the *manual*!!

I believe it is essential to have better overall install/packaging and documentation. At the very least, instructions on how to get/build the up-to-date manual from CVS or whatever should be *included* in the source, if not the html for the manual itself. And perhaps cleaning up the directory structure of the source download: it a huge chaotic swamp of files---it would be nice to see a clean hierarchy that gives the user an idea of the rhyme and reason for things....

AKJ

On Tue, Jan 18, 2011 at 9:41 AM, <jpff@cs.bath.ac.uk> wrote:
> Hi Victor...the new opcodes et al do not seem to be in any manual I have
> access to. There is no manual in the source download. Or if there is, I
> don't know/can't find instructions on building it.
>
> Where does one get an up-to-date-hot-of-the-press manual? 5.12 canonical
> is
> the one that the csounds.com site links to....
>
> AKJ
>

On sourceforge there is a complete manual in source.  That is where all
the documentation is.
 I used to build a manual as part of the release but there seemed to be a
move against that.  I could zip up the latest manual as html or pdf as I
keep the current version on all my machines

==John ff




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"




--
Aaron Krister Johnson
http://www.akjmusic.com
http://www.untwelve.org


Date2011-01-18 17:47
Fromjpff@cs.bath.ac.uk
Subject[Csnd] Re: Re: Re: Re: Re: Re: Re: Release of v5.13
> Hi John,
>
> http://sourceforge.net/projects/csound/files/csound5/csound5.13/
> does not contain an up-to-date manual, and
>
> http://sourceforge.net/projects/csound/files/
> shows that the manual is from 2007!!!!
>
> so, are you talking CVS? And still, the question remains, how does one
> BUILD
> the manual? You may take it for granted as the developer that this is
> common
> knowledge, but this stuff needs documentation, and from where I'm sitting,

I downloaded the manual fron CVS years ago with
cvs -d:pserver:anonymous@csound.cvs.sourceforge.net:/cvsroot/csound login

cvs -z3 -d:pserver:anonymous@csound.cvs.sourceforge.net:/cvsroot/csound co
-P manual

Now I change directory to manual and call "cvs update; make"
That is all-- after I had installed docbook etc

As I said I used to place a manual in the release directory but recently I
have not as (a) others run the manual and (b) it was decided that I would
not build code

==John ff





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"

Date2011-01-18 17:59
FromSteven Yi
Subject[Csnd] Re: Re: Re: Re: Re: Re: Re: Re: Release of v5.13
To note, the manual repostiory has a README file within it that should
explain how to compile the manual.

On Tue, Jan 18, 2011 at 12:47 PM,   wrote:
>> Hi John,
>>
>> http://sourceforge.net/projects/csound/files/csound5/csound5.13/
>> does not contain an up-to-date manual, and
>>
>> http://sourceforge.net/projects/csound/files/
>> shows that the manual is from 2007!!!!
>>
>> so, are you talking CVS? And still, the question remains, how does one
>> BUILD
>> the manual? You may take it for granted as the developer that this is
>> common
>> knowledge, but this stuff needs documentation, and from where I'm sitting,
>
> I downloaded the manual fron CVS years ago with
> cvs -d:pserver:anonymous@csound.cvs.sourceforge.net:/cvsroot/csound login
>
> cvs -z3 -d:pserver:anonymous@csound.cvs.sourceforge.net:/cvsroot/csound co
> -P manual
>
> Now I change directory to manual and call "cvs update; make"
> That is all-- after I had installed docbook etc
>
> As I said I used to place a manual in the release directory but recently I
> have not as (a) others run the manual and (b) it was decided that I would
> not build code
>
> ==John ff
>
>
>
>
>
> 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"
>
>


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"


Date2011-01-18 18:04
FromAndres Cabrera
Subject[Csnd] Re: Re: Re: Re: Re: Re: Re: Release of v5.13
Hi Aaron,

The manual is included in both the OS X and windows installers, and
there is usually a zip package with all the formats (pdf, html ,etc.)
and the sources as well. I've worked on finalising the details
Francois mentioned, and when it's done, I'll tag the manual and
release things probably with the help of Francois as usual. So don't
worry, the manual will be there as usual. What John meant is that it's
not part of the Csound source release, which I think makes sense.

I'll also upload it to csounds.com after that.

Cheers,
Andres


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"

Date2011-01-18 18:33
FromVictor.Lazzarini@nuim.ie
Subject[Csnd] Re: Re: Re: Re: Re: Re: Re: Release of v5.13
AttachmentsNone  None  

Date2011-01-18 19:14
FromAaron Krister Johnson
Subject[Csnd] Re: Re: Re: Re: Re: Re: Re: Re: Release of v5.13
Hi,

Some of us use a Linux distro! So, the manual should be clearly available somewhere as source...the various distros have different packaging paradigms; as a result each distro at some stage builds from source. So it's important for Linux users (I imagine a large percentage of Csound users overall), esp. those who maintain packages, to have a way of getting/creating an up-to-date manual.

I'll try John's CVS approach and report back.

Cheers,
AKJ

On Tue, Jan 18, 2011 at 12:33 PM, <Victor.Lazzarini@nuim.ie> wrote:
It's released with the OSX installer. I expect the same with Windows. Usually someone also puts the html and PDF versions in the same release directory. I think this will eventually will be done.


----- Original Message -----
From: Aaron Krister Johnson <aaron@akjmusic.com>
Date: Tuesday, January 18, 2011 5:44 pm
Subject: [Csnd] Re: Re: Re: Re: Re: Re: Release of v5.13
To: csound@lists.bath.ac.uk

> For heavens sake, let's make the manual part of the release...does it make it that much bigger? There's all sorts of extra stuff we are being, in effect, forced to download anyway that many may or may not use. (language extensions, CsoundAC, various GUIs, etc.)---surely these take up download space, and are at least no more essential than the *manual*!!
>
> I believe it is essential to have better overall install/packaging and documentation. At the very least, instructions on how to get/build the up-to-date manual from CVS or whatever should be *included* in the source, if not the html for the manual itself. And perhaps cleaning up the directory structure of the source download: it a huge chaotic swamp of files---it would be nice to see a clean hierarchy that gives the user an idea of the rhyme and reason for things....
>
> AKJ
>
> On Tue, Jan 18, 2011 at 9:41 AM, <jpff@cs.bath.ac.uk> wrote:
> > Hi Victor...the new opcodes et al do not seem to be in any manual I have
> > access to. There is no manual in the source download. Or if there is, I
> > don't know/can't find instructions on building it.
> >
> > Where does one get an up-to-date-hot-of-the-press manual? 5.12 canonical
> > is
> > the one that the csounds.com site links to....
> >
> > AKJ
> >
>
> On sourceforge there is a complete manual in source.  That is where all
> the documentation is.
>  I used to build a manual as part of the release but there seemed to be a
> move against that.  I could zip up the latest manual as html or pdf as I
> keep the current version on all my machines
>
> ==John ff
>
>
>
>
> 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"
>
>
>
>
> --
> Aaron Krister Johnson
> http://www.akjmusic.com
> http://www.untwelve.org
>


Dr Victor Lazzarini, Senior Lecturer, Dept. of Music,
National University of Ireland, Maynooth



--
Aaron Krister Johnson
http://www.akjmusic.com
http://www.untwelve.org


Date2011-01-18 19:35
FromVictor.Lazzarini@nuim.ie
Subject[Csnd] Re: Re: Re: Re: Re: Re: Re: Re: Re: Release of v5.13
AttachmentsNone  None  

Date2011-01-18 19:35
FromAndres Cabrera
Subject[Csnd] Re: Re: Re: Re: Re: Re: Re: Re: Re: Release of v5.13
Hi,

Yes! Some of us do too =) You can do it yourself if you want, but the
manual will be packaged and put on sourceforge soon (both the manual
docbook sources and the html and pdf versions).

Cheers,
Andres

On Tue, Jan 18, 2011 at 7:14 PM, Aaron Krister Johnson
 wrote:
> Hi,
>
> Some of us use a Linux distro! So, the manual should be clearly available
> somewhere as source...the various distros have different packaging
> paradigms; as a result each distro at some stage builds from source. So it's
> important for Linux users (I imagine a large percentage of Csound users
> overall), esp. those who maintain packages, to have a way of
> getting/creating an up-to-date manual.
>
> I'll try John's CVS approach and report back.
>
> Cheers,
> AKJ
>
> On Tue, Jan 18, 2011 at 12:33 PM,  wrote:
>>
>> It's released with the OSX installer. I expect the same with Windows.
>> Usually someone also puts the html and PDF versions in the same release
>> directory. I think this will eventually will be done.
>>
>> ----- Original Message -----
>> From: Aaron Krister Johnson 
>> Date: Tuesday, January 18, 2011 5:44 pm
>> Subject: [Csnd] Re: Re: Re: Re: Re: Re: Release of v5.13
>> To: csound@lists.bath.ac.uk
>>
>> > For heavens sake, let's make the manual part of the release...does it
>> > make it that much bigger? There's all sorts of extra stuff we are being, in
>> > effect, forced to download anyway that many may or may not use. (language
>> > extensions, CsoundAC, various GUIs, etc.)---surely these take up download
>> > space, and are at least no more essential than the *manual*!!
>> >
>> > I believe it is essential to have better overall install/packaging and
>> > documentation. At the very least, instructions on how to get/build the
>> > up-to-date manual from CVS or whatever should be *included* in the source,
>> > if not the html for the manual itself. And perhaps cleaning up the directory
>> > structure of the source download: it a huge chaotic swamp of files---it
>> > would be nice to see a clean hierarchy that gives the user an idea of the
>> > rhyme and reason for things....
>> >
>> > AKJ
>> >
>> > On Tue, Jan 18, 2011 at 9:41 AM,  wrote:
>>>
>>> > > Hi Victor...the new opcodes et al do not seem to be in any manual I
>>> > > have
>>> > > access to. There is no manual in the source download. Or if there is,
>>> > > I
>>> > > don't know/can't find instructions on building it.
>>> > >
>>> > > Where does one get an up-to-date-hot-of-the-press manual? 5.12
>>> > > canonical
>>> > > is
>>> > > the one that the csounds.com site links to....
>>> > >
>>> > > AKJ
>>> > >
>>> >
>>> > On sourceforge there is a complete manual in source.  That is where all
>>> > the documentation is.
>>> >  I used to build a manual as part of the release but there seemed to be
>>> > a
>>> > move against that.  I could zip up the latest manual as html or pdf as
>>> > I
>>> > keep the current version on all my machines
>>> >
>>> > ==John ff
>>> >
>>> >
>>> >
>>> >
>>> > 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"
>>> >
>>
>> >
>> >
>> >
>> > --
>> > Aaron Krister Johnson
>> > http://www.akjmusic.com
>> > http://www.untwelve.org
>> >
>>
>>
>> Dr Victor Lazzarini, Senior Lecturer, Dept. of Music,
>> National University of Ireland, Maynooth
>
>
>
> --
> Aaron Krister Johnson
> http://www.akjmusic.com
> http://www.untwelve.org
>
>


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"


Date2011-01-19 01:51
FromFelipe Sateler
Subject[Csnd] Re: Release of v5.13
On Mon, Jan 17, 2011 at 18:03, john ffitch  wrote:
> The sources are available on SourceForge; pre-built binaries will
> follow.

I am currently uploading the Debian packages to the experimental
distribution (the next stable Debian release, squeeze, is targeted for
February and will ship 5.12; this is why I'm uploading to
experimental). Interested users can grab them from there to try them
out.

Date2011-01-19 08:56
Fromjpff@cs.bath.ac.uk
Subject[Csnd] Re: Re: Release of v5.13
> I am currently uploading the Debian packages to the experimental
> distribution (the next stable Debian release, squeeze, is targeted for
> February and will ship 5.12; this is why I'm uploading to
> experimental). Interested users can grab them from there to try them
> out.
>
> --
>
> Saludos,
> Felipe Sateler
>

For Debian users in x86 there is libscansyn.so at
http://www.codemist.co.uk/jpff/libscansyn.so
as there are licencing issues

==John



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"

Date2011-01-19 14:57
FromSteven Yi
SubjectRe: [Csnd] Re: Re: Re: Release of v5.13
Hi Peiman,

I tried this and it worked with PortAudio but not with CoreAudio.  The
way blue finds devices is to use a temp CSD file and use -i adc999 to
give an invalid device and list devices, but that doesn't happen with
the CoreAudio module, at least with invalid input device num.  With an
invalid output device num, it lists devices, but seems to show mic
input on that list.

Perhaps Victor can explain?  I took a look at the source here:

https://fisheye1.atlassian.com/browse/~raw,r=1.41.2.4/csound/csound5/InOut/rtcoreaudio.c

but I'm at the job at the moment and can't delve too much deeper.

Thanks!
steven

On Tue, Jan 18, 2011 at 5:40 AM, peiman khosravi
 wrote:
> Hi Steven,
>
> I've installed the new universal release. Blue is working fine but the
> thing is that the input is not recognised in the preferences.
>
> Do you have the same problem?
>
> I don't know if this is a Csound related issue or purely blue.
>
> Best,
>
> Peiman
>
> On 17 January 2011 23:49, Steven Yi  wrote:
>> Many thanks all!
>>
>> This build of Csound on OSX now works for me and blue using the API
>> when I start blue with 32-bit mode Java.  A great relief for me and
>> I'm looking very forward to music making with this release! (Note for
>> blue users: I will be forcing 32-bit Java in the next release; to
>> modify your current blue, right-click the blue application and select
>> the option to explore package contents, then navigate to
>> Contents/Resources/blue/etc/blue.conf and add "-J-d32" to the
>> default_options line)
>>
>> Thanks again!
>> steven
>>
>>
>> On Mon, Jan 17, 2011 at 4:36 PM,   wrote:
>>> pvslock & pvstanal are now documented.
>>>
>>> ----- Original Message -----
>>> From: john ffitch 
>>> Date: Monday, January 17, 2011 9:03 pm
>>> Subject: [Csnd] Release of v5.13
>>> To: csound@lists.bath.ac.uk
>>>
>>>> The sources are available on SourceForge; pre-built binaries will
>>>> follow.
>>>>   The list below are the release notes
>>>> ==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
>>>>     nchnls_i working correctly
>>>>
>>>> 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
>>>>
>>>>
>>>>
>>>> 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,
>>> National University of Ireland, Maynooth
>>>
>>
>>
>> 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"
>>
>>
>
>
> 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"
>
>


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"


Date2011-01-19 15:21
FromEnrico Francioni
Subject[Csnd] Re: Release of v5.13

…I can still hope to run MacCsound 1.5,
with
http://sourceforge.net/projects/csound/files/csound5/csound5.13/csound5.13-OSX10.5-universal.dmg/download 
?

thanks,

e
-- 
View this message in context: http://csound.1045644.n5.nabble.com/Release-of-v5-13-tp3345130p3348010.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"


Date2011-01-19 15:27
FromVictor Lazzarini
SubjectRe: [Csnd] Re: Re: Re: Release of v5.13
I think it's the way devices are found by the coreaudio module. Now  
that portaudio is working well, I will
start phasing out the coreaudio module. For next release, I will mark  
it as deprecated.

Victor
On 19 Jan 2011, at 14:57, Steven Yi wrote:

> Hi Peiman,
>
> I tried this and it worked with PortAudio but not with CoreAudio.  The
> way blue finds devices is to use a temp CSD file and use -i adc999 to
> give an invalid device and list devices, but that doesn't happen with
> the CoreAudio module, at least with invalid input device num.  With an
> invalid output device num, it lists devices, but seems to show mic
> input on that list.
>
> Perhaps Victor can explain?  I took a look at the source here:
>
> https://fisheye1.atlassian.com/browse/~raw,r=1.41.2.4/csound/csound5/ 
> InOut/rtcoreaudio.c
>
> but I'm at the job at the moment and can't delve too much deeper.
>
> Thanks!
> steven
>
> On Tue, Jan 18, 2011 at 5:40 AM, peiman khosravi
>  wrote:
>> Hi Steven,
>>
>> I've installed the new universal release. Blue is working fine but  
>> the
>> thing is that the input is not recognised in the preferences.
>>
>> Do you have the same problem?
>>
>> I don't know if this is a Csound related issue or purely blue.
>>
>> Best,
>>
>> Peiman
>>
>> On 17 January 2011 23:49, Steven Yi  wrote:
>>> Many thanks all!
>>>
>>> This build of Csound on OSX now works for me and blue using the API
>>> when I start blue with 32-bit mode Java.  A great relief for me and
>>> I'm looking very forward to music making with this release! (Note  
>>> for
>>> blue users: I will be forcing 32-bit Java in the next release; to
>>> modify your current blue, right-click the blue application and  
>>> select
>>> the option to explore package contents, then navigate to
>>> Contents/Resources/blue/etc/blue.conf and add "-J-d32" to the
>>> default_options line)
>>>
>>> Thanks again!
>>> steven
>>>
>>>
>>> On Mon, Jan 17, 2011 at 4:36 PM,   wrote:
>>>> pvslock & pvstanal are now documented.
>>>>
>>>> ----- Original Message -----
>>>> From: john ffitch 
>>>> Date: Monday, January 17, 2011 9:03 pm
>>>> Subject: [Csnd] Release of v5.13
>>>> To: csound@lists.bath.ac.uk
>>>>
>>>>> The sources are available on SourceForge; pre-built binaries will
>>>>> follow.
>>>>>   The list below are the release notes
>>>>> ==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
>>>>>     nchnls_i working correctly
>>>>>
>>>>> 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
>>>>>
>>>>>
>>>>>
>>>>> 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,
>>>> National University of Ireland, Maynooth
>>>>
>>>
>>>
>>> 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"
>>>
>>>
>>
>>
>> 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"
>>
>>
>
>
> 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"
>



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"


Date2011-01-19 15:28
FromVictor Lazzarini
SubjectRe: [Csnd] Re: Release of v5.13
It's still a universal binary.

Victor
On 19 Jan 2011, at 15:21, Enrico Francioni wrote:

>
>
> …I can still hope to run MacCsound 1.5,
> with
> http://sourceforge.net/projects/csound/files/csound5/csound5.13/csound5.13-OSX10.5-universal.dmg/download
> ?
>
> thanks,
>
> e
> --  
> View this message in context: http://csound.1045644.n5.nabble.com/Release-of-v5-13-tp3345130p3348010.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"
>



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"


Date2011-01-19 15:29
FromSteven Yi
SubjectRe: [Csnd] Re: Re: Re: Release of v5.13
Sounds good to me.  Many thanks!

On Wed, Jan 19, 2011 at 10:27 AM, Victor Lazzarini
 wrote:
> I think it's the way devices are found by the coreaudio module. Now that
> portaudio is working well, I will
> start phasing out the coreaudio module. For next release, I will mark it as
> deprecated.
>
> Victor
> On 19 Jan 2011, at 14:57, Steven Yi wrote:
>
>> Hi Peiman,
>>
>> I tried this and it worked with PortAudio but not with CoreAudio.  The
>> way blue finds devices is to use a temp CSD file and use -i adc999 to
>> give an invalid device and list devices, but that doesn't happen with
>> the CoreAudio module, at least with invalid input device num.  With an
>> invalid output device num, it lists devices, but seems to show mic
>> input on that list.
>>
>> Perhaps Victor can explain?  I took a look at the source here:
>>
>>
>> https://fisheye1.atlassian.com/browse/~raw,r=1.41.2.4/csound/csound5/InOut/rtcoreaudio.c
>>
>> but I'm at the job at the moment and can't delve too much deeper.
>>
>> Thanks!
>> steven
>>
>> On Tue, Jan 18, 2011 at 5:40 AM, peiman khosravi
>>  wrote:
>>>
>>> Hi Steven,
>>>
>>> I've installed the new universal release. Blue is working fine but the
>>> thing is that the input is not recognised in the preferences.
>>>
>>> Do you have the same problem?
>>>
>>> I don't know if this is a Csound related issue or purely blue.
>>>
>>> Best,
>>>
>>> Peiman
>>>
>>> On 17 January 2011 23:49, Steven Yi  wrote:
>>>>
>>>> Many thanks all!
>>>>
>>>> This build of Csound on OSX now works for me and blue using the API
>>>> when I start blue with 32-bit mode Java.  A great relief for me and
>>>> I'm looking very forward to music making with this release! (Note for
>>>> blue users: I will be forcing 32-bit Java in the next release; to
>>>> modify your current blue, right-click the blue application and select
>>>> the option to explore package contents, then navigate to
>>>> Contents/Resources/blue/etc/blue.conf and add "-J-d32" to the
>>>> default_options line)
>>>>
>>>> Thanks again!
>>>> steven
>>>>
>>>>
>>>> On Mon, Jan 17, 2011 at 4:36 PM,   wrote:
>>>>>
>>>>> pvslock & pvstanal are now documented.
>>>>>
>>>>> ----- Original Message -----
>>>>> From: john ffitch 
>>>>> Date: Monday, January 17, 2011 9:03 pm
>>>>> Subject: [Csnd] Release of v5.13
>>>>> To: csound@lists.bath.ac.uk
>>>>>
>>>>>> The sources are available on SourceForge; pre-built binaries will
>>>>>> follow.
>>>>>>  The list below are the release notes
>>>>>> ==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
>>>>>>    nchnls_i working correctly
>>>>>>
>>>>>> 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
>>>>>>
>>>>>>
>>>>>>
>>>>>> 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,
>>>>> National University of Ireland, Maynooth
>>>>>
>>>>
>>>>
>>>> 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"
>>>>
>>>>
>>>
>>>
>>> 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"
>>>
>>>
>>
>>
>> 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"
>>
>
>
>
> 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"
>
>


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"


Date2011-01-19 15:51
FromEnrico Francioni
Subject[Csnd] Re: Release of v5.13

…fantastico!

e
-- 
View this message in context: http://csound.1045644.n5.nabble.com/Release-of-v5-13-tp3345130p3348048.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"


Date2011-01-19 17:03
Frompeiman khosravi
SubjectRe: [Csnd] Re: Re: Re: Release of v5.13
Thanks Steven,

Best,

Peiman

On 19 January 2011 14:57, Steven Yi  wrote:
> Hi Peiman,
>
> I tried this and it worked with PortAudio but not with CoreAudio.  The
> way blue finds devices is to use a temp CSD file and use -i adc999 to
> give an invalid device and list devices, but that doesn't happen with
> the CoreAudio module, at least with invalid input device num.  With an
> invalid output device num, it lists devices, but seems to show mic
> input on that list.
>
> Perhaps Victor can explain?  I took a look at the source here:
>
> https://fisheye1.atlassian.com/browse/~raw,r=1.41.2.4/csound/csound5/InOut/rtcoreaudio.c
>
> but I'm at the job at the moment and can't delve too much deeper.
>
> Thanks!
> steven
>
> On Tue, Jan 18, 2011 at 5:40 AM, peiman khosravi
>  wrote:
>> Hi Steven,
>>
>> I've installed the new universal release. Blue is working fine but the
>> thing is that the input is not recognised in the preferences.
>>
>> Do you have the same problem?
>>
>> I don't know if this is a Csound related issue or purely blue.
>>
>> Best,
>>
>> Peiman
>>
>> On 17 January 2011 23:49, Steven Yi  wrote:
>>> Many thanks all!
>>>
>>> This build of Csound on OSX now works for me and blue using the API
>>> when I start blue with 32-bit mode Java.  A great relief for me and
>>> I'm looking very forward to music making with this release! (Note for
>>> blue users: I will be forcing 32-bit Java in the next release; to
>>> modify your current blue, right-click the blue application and select
>>> the option to explore package contents, then navigate to
>>> Contents/Resources/blue/etc/blue.conf and add "-J-d32" to the
>>> default_options line)
>>>
>>> Thanks again!
>>> steven
>>>
>>>
>>> On Mon, Jan 17, 2011 at 4:36 PM,   wrote:
>>>> pvslock & pvstanal are now documented.
>>>>
>>>> ----- Original Message -----
>>>> From: john ffitch 
>>>> Date: Monday, January 17, 2011 9:03 pm
>>>> Subject: [Csnd] Release of v5.13
>>>> To: csound@lists.bath.ac.uk
>>>>
>>>>> The sources are available on SourceForge; pre-built binaries will
>>>>> follow.
>>>>>   The list below are the release notes
>>>>> ==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
>>>>>     nchnls_i working correctly
>>>>>
>>>>> 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
>>>>>
>>>>>
>>>>>
>>>>> 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,
>>>> National University of Ireland, Maynooth
>>>>
>>>
>>>
>>> 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"
>>>
>>>
>>
>>
>> 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"
>>
>>
>
>
> 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"
>
>


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"


Date2011-01-23 13:09
FromAndres Cabrera
SubjectRe: [Csnd] Re: Re: Re: Re: Re: Re: Release of v5.13
Hi Aaron,

You can now find the source and html version of the manual for 5.13 up
in sourceforge. It's nwo uploading to csounds.com as I write.
I've asked Francois Pinot to update the pdf version as I don't have
the toolchain setup to build it...

Cheers,
Andres

On Tue, Jan 18, 2011 at 5:44 PM, Aaron Krister Johnson
 wrote:
> For heavens sake, let's make the manual part of the release...does it make
> it that much bigger? There's all sorts of extra stuff we are being, in
> effect, forced to download anyway that many may or may not use. (language
> extensions, CsoundAC, various GUIs, etc.)---surely these take up download
> space, and are at least no more essential than the *manual*!!
>
> I believe it is essential to have better overall install/packaging and
> documentation. At the very least, instructions on how to get/build the
> up-to-date manual from CVS or whatever should be *included* in the source,
> if not the html for the manual itself. And perhaps cleaning up the directory
> structure of the source download: it a huge chaotic swamp of files---it
> would be nice to see a clean hierarchy that gives the user an idea of the
> rhyme and reason for things....
>
> AKJ
>
> On Tue, Jan 18, 2011 at 9:41 AM,  wrote:
>>
>> > Hi Victor...the new opcodes et al do not seem to be in any manual I have
>> > access to. There is no manual in the source download. Or if there is, I
>> > don't know/can't find instructions on building it.
>> >
>> > Where does one get an up-to-date-hot-of-the-press manual? 5.12 canonical
>> > is
>> > the one that the csounds.com site links to....
>> >
>> > AKJ
>> >
>>
>> On sourceforge there is a complete manual in source.  That is where all
>> the documentation is.
>>  I used to build a manual as part of the release but there seemed to be a
>> move against that.  I could zip up the latest manual as html or pdf as I
>> keep the current version on all my machines
>>
>> ==John ff
>>
>>
>>
>>
>> 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"
>>
>
>
>
> --
> Aaron Krister Johnson
> http://www.akjmusic.com
> http://www.untwelve.org
>
>


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"