Csound Csound-dev Csound-tekno Search About

[Cs-dev] First draft of release notes for 6.06

Date2015-09-08 19:59
Fromjpff
Subject[Cs-dev] First draft of release notes for 6.06
Please send me corrections additions or omissions
==John ffitch

============================
CSOUND VERSION 6.06
RELEASE NOTES   VERSION 6.06
============================


The Developers 



USER-LEVEL CHANGES
==================

New opcodes:

    o    getseed reads the state of the PRN generator; opposite of
         seed opcode.

    o    tabifd

    o    websocket

    o    framebuffer
    
New Gen and Macros:

    o    

Orchestra:

    o   Labels are allowed in instrument 0
    
Score:

    o    Maximum string length in scores increased to 1024

Options:

    o    


Modified Opcodes and Gens:

  o    diskin2 array version uses array size to give number of
       channels in raw file form
  
  o    Vibrato f-table in wgflute and wgcar optional, defaulting to
       sine wave

  o    schedule now accept string arguments

  o    urandom now available on OSX platforms

  o    GEN18 had fencepost problem; largely rewritten

  o    In poscil family of opcodes it is possible to skip initialisation
       of phase

  o    svfilter now can skip initialisation

  o    When opening an input file nchncls_i  is used rather than nchnls

  o    rtjack module now reports the sampling rate

  o    The opcodes rfft, rifft, fft, fftinv, r2c and c2r now
       have i-rate array versions

  o    New optional threshhold parameter in opcodes tradsyn, sinsyn
       and resyn
  
Utilities:

  o    extract fixed

  o    src_conv improved and integrated with -U options

  o    fixes in atsa, and heti
  
Frontends:

  pnacl: 
         Support for 48000 sample rate fixed

  icsound:

  csound~:
        Changes to the threading system
        String channel initialisation fixed
        A number of other bugs were fixed
        
  Emscripten:

  csdebugger:

  HTML5:
        New system for running Csound in a browser

General usage:

    o   Ill-formatted macros in the orchestra now trapped

Bugs fixed:

    o   Use of Windows-style environments for INCDIR etc now works with
        device numbers.

    o   vibrato opcode fixed 

    o   clicking in real-time sample accurate case fixed

    o   Copying of strings now correct; did confuse memory sometimes

    o   Bug in pvstanal fixed

    o   Rounding error in cpspch fixed

    o   Removed crash on recompiling a named instrument
    
====================
SYSTEM LEVEL CHANGES
====================

System changes:

    o   The "error" message from STK plugin is now a warning

    o   
    

Internal changes:

    * 

API
===
    * Redefinition of opcodes and UDOs fixed
    

Platform Specific
=================

iOS
---

    * 


Android
-------

    * 

Windows
-------

OSX
---
       csnd6.jar added to installer
    
Linux
-----
       


========================================================================
Log changes I have not documented in Notes above
================================================

Author: Edward Costello 
Date:   Mon Aug 31 22:52:48 2015 +0200

    Change Value method/function names to Channel

Author: Edward Costello 
Date:   Mon Aug 31 22:42:04 2015 +0200

    Add Output value callback method

Date:   Sun Aug 16 02:17:36 2015 +0100

    fixed installation of cudaops

Author: veplaini 
Date:   Thu Aug 6 10:02:07 2015 +0100

    thresholding in additive synthesis





------------------------------------------------------------------------------
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2015-09-08 20:16
FromEd Costello
SubjectRe: [Cs-dev] First draft of release notes for 6.06
AttachmentsNone  None  
Hi,

Emscripten:
Csound Javascript object can now receive data from the outvalue opcode.

New Opcodes:
olabuffer, in the same file as framebuffer

Ed

On Tue, 8 Sep 2015 at 20:59 jpff <jpff@codemist.co.uk> wrote:
Please send me corrections additions or omissions
==John ffitch

============================
CSOUND VERSION 6.06
RELEASE NOTES   VERSION 6.06
============================


The Developers



USER-LEVEL CHANGES
==================

New opcodes:

    o    getseed reads the state of the PRN generator; opposite of
         seed opcode.

    o    tabifd

    o    websocket

    o    framebuffer

New Gen and Macros:

    o

Orchestra:

    o   Labels are allowed in instrument 0

Score:

    o    Maximum string length in scores increased to 1024

Options:

    o


Modified Opcodes and Gens:

  o    diskin2 array version uses array size to give number of
       channels in raw file form

  o    Vibrato f-table in wgflute and wgcar optional, defaulting to
       sine wave

  o    schedule now accept string arguments

  o    urandom now available on OSX platforms

  o    GEN18 had fencepost problem; largely rewritten

  o    In poscil family of opcodes it is possible to skip initialisation
       of phase

  o    svfilter now can skip initialisation

  o    When opening an input file nchncls_i  is used rather than nchnls

  o    rtjack module now reports the sampling rate

  o    The opcodes rfft, rifft, fft, fftinv, r2c and c2r now
       have i-rate array versions

  o    New optional threshhold parameter in opcodes tradsyn, sinsyn
       and resyn

Utilities:

  o    extract fixed

  o    src_conv improved and integrated with -U options

  o    fixes in atsa, and heti

Frontends:

  pnacl:
         Support for 48000 sample rate fixed

  icsound:

  csound~:
        Changes to the threading system
        String channel initialisation fixed
        A number of other bugs were fixed

  Emscripten:

  csdebugger:

  HTML5:
        New system for running Csound in a browser

General usage:

    o   Ill-formatted macros in the orchestra now trapped

Bugs fixed:

    o   Use of Windows-style environments for INCDIR etc now works with
        device numbers.

    o   vibrato opcode fixed

    o   clicking in real-time sample accurate case fixed

    o   Copying of strings now correct; did confuse memory sometimes

    o   Bug in pvstanal fixed

    o   Rounding error in cpspch fixed

    o   Removed crash on recompiling a named instrument

====================
SYSTEM LEVEL CHANGES
====================

System changes:

    o   The "error" message from STK plugin is now a warning

    o


Internal changes:

    *

API
===
    * Redefinition of opcodes and UDOs fixed


Platform Specific
=================

iOS
---

    *


Android
-------

    *

Windows
-------

OSX
---
       csnd6.jar added to installer

Linux
-----



========================================================================
Log changes I have not documented in Notes above
================================================

Author: Edward Costello <phasereset@gmail.com>
Date:   Mon Aug 31 22:52:48 2015 +0200

    Change Value method/function names to Channel

Author: Edward Costello <phasereset@gmail.com>
Date:   Mon Aug 31 22:42:04 2015 +0200

    Add Output value callback method

Date:   Sun Aug 16 02:17:36 2015 +0100

    fixed installation of cudaops

Author: veplaini <victor.lazzarini@nuim.ie>
Date:   Thu Aug 6 10:02:07 2015 +0100

    thresholding in additive synthesis





------------------------------------------------------------------------------
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel
--
Edward Costello

Date2015-09-08 20:21
FromVictor Lazzarini
SubjectRe: [Cs-dev] First draft of release notes for 6.06
AttachmentsNone  None  
Is there a manual page for this opcode?

Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland

On 8 Sep 2015, at 20:16, Ed Costello <phasereset@gmail.com> wrote:

Hi,

Emscripten:
Csound Javascript object can now receive data from the outvalue opcode.

New Opcodes:
olabuffer, in the same file as framebuffer

Ed

On Tue, 8 Sep 2015 at 20:59 jpff <jpff@codemist.co.uk> wrote:
Please send me corrections additions or omissions
==John ffitch

============================
CSOUND VERSION 6.06
RELEASE NOTES   VERSION 6.06
============================


The Developers



USER-LEVEL CHANGES
==================

New opcodes:

    o    getseed reads the state of the PRN generator; opposite of
         seed opcode.

    o    tabifd

    o    websocket

    o    framebuffer

New Gen and Macros:

    o

Orchestra:

    o   Labels are allowed in instrument 0

Score:

    o    Maximum string length in scores increased to 1024

Options:

    o


Modified Opcodes and Gens:

  o    diskin2 array version uses array size to give number of
       channels in raw file form

  o    Vibrato f-table in wgflute and wgcar optional, defaulting to
       sine wave

  o    schedule now accept string arguments

  o    urandom now available on OSX platforms

  o    GEN18 had fencepost problem; largely rewritten

  o    In poscil family of opcodes it is possible to skip initialisation
       of phase

  o    svfilter now can skip initialisation

  o    When opening an input file nchncls_i  is used rather than nchnls

  o    rtjack module now reports the sampling rate

  o    The opcodes rfft, rifft, fft, fftinv, r2c and c2r now
       have i-rate array versions

  o    New optional threshhold parameter in opcodes tradsyn, sinsyn
       and resyn

Utilities:

  o    extract fixed

  o    src_conv improved and integrated with -U options

  o    fixes in atsa, and heti

Frontends:

  pnacl:
         Support for 48000 sample rate fixed

  icsound:

  csound~:
        Changes to the threading system
        String channel initialisation fixed
        A number of other bugs were fixed

  Emscripten:

  csdebugger:

  HTML5:
        New system for running Csound in a browser

General usage:

    o   Ill-formatted macros in the orchestra now trapped

Bugs fixed:

    o   Use of Windows-style environments for INCDIR etc now works with
        device numbers.

    o   vibrato opcode fixed

    o   clicking in real-time sample accurate case fixed

    o   Copying of strings now correct; did confuse memory sometimes

    o   Bug in pvstanal fixed

    o   Rounding error in cpspch fixed

    o   Removed crash on recompiling a named instrument

====================
SYSTEM LEVEL CHANGES
====================

System changes:

    o   The "error" message from STK plugin is now a warning

    o


Internal changes:

    *

API
===
    * Redefinition of opcodes and UDOs fixed


Platform Specific
=================

iOS
---

    *


Android
-------

    *

Windows
-------

OSX
---
       csnd6.jar added to installer

Linux
-----



========================================================================
Log changes I have not documented in Notes above
================================================

Author: Edward Costello <phasereset@gmail.com>
Date:   Mon Aug 31 22:52:48 2015 +0200

    Change Value method/function names to Channel

Author: Edward Costello <phasereset@gmail.com>
Date:   Mon Aug 31 22:42:04 2015 +0200

    Add Output value callback method

Date:   Sun Aug 16 02:17:36 2015 +0100

    fixed installation of cudaops

Author: veplaini <victor.lazzarini@nuim.ie>
Date:   Thu Aug 6 10:02:07 2015 +0100

    thresholding in additive synthesis





------------------------------------------------------------------------------
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel
--
Edward Costello
------------------------------------------------------------------------------
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

Date2015-09-08 20:25
Fromjpff
SubjectRe: [Cs-dev] First draft of release notes for 6.06
No tere is not!

On Tue, 8 Sep 2015, Victor Lazzarini wrote:

> Is there a manual page for this opcode?
> 
> Victor LazzariniDean of Arts, Celtic Studies, and Philosophy
> Maynooth University
> Ireland
> 
> On 8 Sep 2015, at 20:16, Ed Costello  wrote:
>
>       Hi,
> 
> Emscripten:Csound Javascript object can now receive data from the
> outvalue opcode.
> 
> New Opcodes:
> olabuffer, in the same file as framebuffer
> 
> Ed
>

------------------------------------------------------------------------------
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2015-09-08 20:33
FromEd Costello
SubjectRe: [Cs-dev] First draft of release notes for 6.06
AttachmentsNone  None  
Do you mean olabuffer? The manual page should be in git.
Ed

On Tue, 8 Sep 2015 at 21:26 jpff <jpff@codemist.co.uk> wrote:
No tere is not!

On Tue, 8 Sep 2015, Victor Lazzarini wrote:

> Is there a manual page for this opcode?
>
> Victor LazzariniDean of Arts, Celtic Studies, and Philosophy
> Maynooth University
> Ireland
>
> On 8 Sep 2015, at 20:16, Ed Costello <phasereset@gmail.com> wrote:
>
>       Hi,
>
> Emscripten:Csound Javascript object can now receive data from the
> outvalue opcode.
>
> New Opcodes:
> olabuffer, in the same file as framebuffer
>
> Ed
>

------------------------------------------------------------------------------
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel
--
Edward Costello

Date2015-09-08 20:34
FromVictor Lazzarini
SubjectRe: [Cs-dev] First draft of release notes for 6.06
Ok, so a page is needed. 

Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland

> On 8 Sep 2015, at 20:25, jpff  wrote:
> 
> No tere is not!
> 
>> On Tue, 8 Sep 2015, Victor Lazzarini wrote:
>> 
>> Is there a manual page for this opcode?
>> 
>> Victor LazzariniDean of Arts, Celtic Studies, and Philosophy
>> Maynooth University
>> Ireland
>> 
>> On 8 Sep 2015, at 20:16, Ed Costello  wrote:
>> 
>>      Hi,
>> 
>> Emscripten:Csound Javascript object can now receive data from the
>> outvalue opcode.
>> 
>> New Opcodes:
>> olabuffer, in the same file as framebuffer
>> 
>> Ed
> 
> ------------------------------------------------------------------------------
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2015-09-08 20:35
FromVictor Lazzarini
SubjectRe: [Cs-dev] First draft of release notes for 6.06
AttachmentsNone  None  
Have you added a link to the manual xml?

Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland

On 8 Sep 2015, at 20:33, Ed Costello <phasereset@gmail.com> wrote:

Do you mean olabuffer? The manual page should be in git.
Ed

On Tue, 8 Sep 2015 at 21:26 jpff <jpff@codemist.co.uk> wrote:
No tere is not!

On Tue, 8 Sep 2015, Victor Lazzarini wrote:

> Is there a manual page for this opcode?
>
> Victor LazzariniDean of Arts, Celtic Studies, and Philosophy
> Maynooth University
> Ireland
>
> On 8 Sep 2015, at 20:16, Ed Costello <phasereset@gmail.com> wrote:
>
>       Hi,
>
> Emscripten:Csound Javascript object can now receive data from the
> outvalue opcode.
>
> New Opcodes:
> olabuffer, in the same file as framebuffer
>
> Ed
>

------------------------------------------------------------------------------
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel
--
Edward Costello
------------------------------------------------------------------------------
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

Date2015-09-08 20:38
FromEd Costello
SubjectRe: [Cs-dev] First draft of release notes for 6.06
AttachmentsNone  None  
Yeah, https://github.com/csound/manual/blob/master/manual.xml#L870
Is it not showing up in the built manual?

On Tue, 8 Sep 2015 at 21:36 Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
Have you added a link to the manual xml?


Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland

On 8 Sep 2015, at 20:33, Ed Costello <phasereset@gmail.com> wrote:

Do you mean olabuffer? The manual page should be in git.
Ed

On Tue, 8 Sep 2015 at 21:26 jpff <jpff@codemist.co.uk> wrote:
No tere is not!

On Tue, 8 Sep 2015, Victor Lazzarini wrote:

> Is there a manual page for this opcode?
>
> Victor LazzariniDean of Arts, Celtic Studies, and Philosophy
> Maynooth University
> Ireland
>
> On 8 Sep 2015, at 20:16, Ed Costello <phasereset@gmail.com> wrote:
>
>       Hi,
>
> Emscripten:Csound Javascript object can now receive data from the
> outvalue opcode.
>
> New Opcodes:
> olabuffer, in the same file as framebuffer
>
> Ed
>

------------------------------------------------------------------------------
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel
--
Edward Costello
------------------------------------------------------------------------------
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel
------------------------------------------------------------------------------
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel
--
Edward Costello

Date2015-09-08 20:39
Fromjpff
SubjectRe: [Cs-dev] First draft of release notes for 6.06
AttachmentsNone  None  
OK I found it; apologies.  My keyboard keeps dropping caracterts


On Tue, 8 Sep 2015, Ed Costello wrote:

> Do you mean olabuffer? The manual page should be in git.Ed
> 
> On Tue, 8 Sep 2015 at 21:26 jpff  wrote:
>       No tere is not!
>
>       On Tue, 8 Sep 2015, Victor Lazzarini wrote:
>
>       > Is there a manual page for this opcode?
>       >
>       > Victor LazzariniDean of Arts, Celtic Studies, and Philosophy
>       > Maynooth University
>       > Ireland
>       >
>       > On 8 Sep 2015, at 20:16, Ed Costello 
>       wrote:
>       >
>       >       Hi,
>       >
>       > Emscripten:Csound Javascript object can now receive data from
>       the
>       > outvalue opcode.
>       >
>       > New Opcodes:
>       > olabuffer, in the same file as framebuffer
>       >
>       > Ed
>       >
> 
> -----------------------------------------------------------------------------
>       -
>       _______________________________________________
>       Csound-devel mailing list
>       Csound-devel@lists.sourceforge.net
>       https://lists.sourceforge.net/lists/listinfo/csound-devel
> 
> --
> Edward Costello
> 
>

Date2015-09-08 21:00
FromMichael Gogins
SubjectRe: [Cs-dev] First draft of release notes for 6.06
The HTML5 development is not complete and describing it is tricky. I suggest:

HTML5: Integrate HTML, JavaScript, and other features of HTML5 with
Csound, either by embedding a Web page as an  element in the CSD
file for CsoundQt or Csound for Android, or by hosting Csound in the
JavaScript context of a standalone Web browser (Emscripten, PNaCl) or
embedded Web browser (csound.node).

Best,
Mike

-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com


On Tue, Sep 8, 2015 at 2:59 PM, jpff  wrote:
> Please send me corrections additions or omissions
> ==John ffitch
>
> ============================
> CSOUND VERSION 6.06
> RELEASE NOTES   VERSION 6.06
> ============================
>
>
> The Developers
>
>
>
> USER-LEVEL CHANGES
> ==================
>
> New opcodes:
>
>     o    getseed reads the state of the PRN generator; opposite of
>          seed opcode.
>
>     o    tabifd
>
>     o    websocket
>
>     o    framebuffer
>
> New Gen and Macros:
>
>     o
>
> Orchestra:
>
>     o   Labels are allowed in instrument 0
>
> Score:
>
>     o    Maximum string length in scores increased to 1024
>
> Options:
>
>     o
>
>
> Modified Opcodes and Gens:
>
>   o    diskin2 array version uses array size to give number of
>        channels in raw file form
>
>   o    Vibrato f-table in wgflute and wgcar optional, defaulting to
>        sine wave
>
>   o    schedule now accept string arguments
>
>   o    urandom now available on OSX platforms
>
>   o    GEN18 had fencepost problem; largely rewritten
>
>   o    In poscil family of opcodes it is possible to skip initialisation
>        of phase
>
>   o    svfilter now can skip initialisation
>
>   o    When opening an input file nchncls_i  is used rather than nchnls
>
>   o    rtjack module now reports the sampling rate
>
>   o    The opcodes rfft, rifft, fft, fftinv, r2c and c2r now
>        have i-rate array versions
>
>   o    New optional threshhold parameter in opcodes tradsyn, sinsyn
>        and resyn
>
> Utilities:
>
>   o    extract fixed
>
>   o    src_conv improved and integrated with -U options
>
>   o    fixes in atsa, and heti
>
> Frontends:
>
>   pnacl:
>          Support for 48000 sample rate fixed
>
>   icsound:
>
>   csound~:
>         Changes to the threading system
>         String channel initialisation fixed
>         A number of other bugs were fixed
>
>   Emscripten:
>
>   csdebugger:
>
>   HTML5:
>         New system for running Csound in a browser
>
> General usage:
>
>     o   Ill-formatted macros in the orchestra now trapped
>
> Bugs fixed:
>
>     o   Use of Windows-style environments for INCDIR etc now works with
>         device numbers.
>
>     o   vibrato opcode fixed
>
>     o   clicking in real-time sample accurate case fixed
>
>     o   Copying of strings now correct; did confuse memory sometimes
>
>     o   Bug in pvstanal fixed
>
>     o   Rounding error in cpspch fixed
>
>     o   Removed crash on recompiling a named instrument
>
> ====================
> SYSTEM LEVEL CHANGES
> ====================
>
> System changes:
>
>     o   The "error" message from STK plugin is now a warning
>
>     o
>
>
> Internal changes:
>
>     *
>
> API
> ===
>     * Redefinition of opcodes and UDOs fixed
>
>
> Platform Specific
> =================
>
> iOS
> ---
>
>     *
>
>
> Android
> -------
>
>     *
>
> Windows
> -------
>
> OSX
> ---
>        csnd6.jar added to installer
>
> Linux
> -----
>
>
>
> ========================================================================
> Log changes I have not documented in Notes above
> ================================================
>
> Author: Edward Costello 
> Date:   Mon Aug 31 22:52:48 2015 +0200
>
>     Change Value method/function names to Channel
>
> Author: Edward Costello 
> Date:   Mon Aug 31 22:42:04 2015 +0200
>
>     Add Output value callback method
>
> Date:   Sun Aug 16 02:17:36 2015 +0100
>
>     fixed installation of cudaops
>
> Author: veplaini 
> Date:   Thu Aug 6 10:02:07 2015 +0100
>
>     thresholding in additive synthesis
>
>
>
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net