[Cs-dev] First draft of release notes for 6.06
| Date | 2015-09-08 19:59 |
| From | jpff |
| 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 | 2015-09-08 20:16 |
| From | Ed Costello |
| Subject | Re: [Cs-dev] First draft of release notes for 6.06 |
| Attachments | None None |
Hi, 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 -- Edward Costello
|
| Date | 2015-09-08 20:21 |
| From | Victor Lazzarini |
| Subject | Re: [Cs-dev] First draft of release notes for 6.06 |
| Attachments | None None |
Is there a manual page for this opcode? Victor Lazzarini Dean of Arts, Celtic Studies, and Philosophy Maynooth University Ireland
|
| Date | 2015-09-08 20:25 |
| From | jpff |
| Subject | Re: [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 |
| Date | 2015-09-08 20:33 |
| From | Ed Costello |
| Subject | Re: [Cs-dev] First draft of release notes for 6.06 |
| Attachments | None 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! -- Edward Costello
|
| Date | 2015-09-08 20:34 |
| From | Victor Lazzarini |
| Subject | Re: [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 |
| Date | 2015-09-08 20:35 |
| From | Victor Lazzarini |
| Subject | Re: [Cs-dev] First draft of release notes for 6.06 |
| Attachments | None None |
Have you added a link to the manual xml? Victor Lazzarini Dean of Arts, Celtic Studies, and Philosophy Maynooth University Ireland
|
| Date | 2015-09-08 20:38 |
| From | Ed Costello |
| Subject | Re: [Cs-dev] First draft of release notes for 6.06 |
| Attachments | None 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:
-- Edward Costello
|
| Date | 2015-09-08 20:39 |
| From | jpff |
| Subject | Re: [Cs-dev] First draft of release notes for 6.06 |
| Attachments | None 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 |
| Date | 2015-09-08 21:00 |
| From | Michael Gogins |
| Subject | Re: [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 |