File: Version_6.04

package info (click to toggle)
csound 1%3A6.18.1%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 63,260 kB
  • sloc: ansic: 192,643; cpp: 14,149; javascript: 9,654; objc: 9,181; python: 3,376; java: 3,337; sh: 1,840; yacc: 1,255; xml: 985; perl: 635; lisp: 411; tcl: 341; lex: 217; makefile: 128
file content (246 lines) | stat: -rw-r--r-- 6,341 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246

============================
CSOUND VERSION 6.04
RELEASE NOTES   VERSION 6.04
============================

This new version has many extensions and fixes; many new opcodes 
and significant numbers of internal reworking.  There is a new
frontend and iOS and Android version have seen many improvements.

As ever we track bugs and requests for enhancements via the github
issues system.  Already proposals for the next release are being
made but the volume of changes require a release now.

The Developers 



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

New opcodes:
    o    pinker generates high quality pink noise

    o    power opcode ^ now works with array arguments

    o    exciter opcode, modelled on the calf plugin
,
    o    vactrol opcode simulate an analog envelope follower

    o    family of hdf5 opcodes to handle hdf5 format files

    o    (experimental undocumented) buchla opcode models the lowgate
         filter of Buchla

    o    New k-rate opcodes acting on arrays:
         -  transforms: rfft, rifft, fft, fftinv
         -  complex product: complxprod
         -  polar - rectangular conversion: rect2pol, pol2rect, mags, phs,
         -  real - complex: r2c, c2r
         -  windowing: window
         -  cepstrum: pvsceps, iceps, ceps
         -  column / row access: getrow, getcol, setrow, setcol
         -  a-rate data - k-array copy: shiftin, shiftout
         -  phase unwraping: unwrap


New Gen and Macros:

Orchestra:

    o    Line numbers corrected in instr statements

    o    New control operation, while, for looping

    o    A long-standing bug with macros which use the same name for an
         argument has been corrected

    o    Redefinition of an instrument in a single call to compile is
         flagged as an error

    o    ID3 header skip for mp3 files now properly implemented.

    o    Errors induced by not defining the location of STK's raw wave
         files has been removed

    o    bug fixed where UDO's could not read strings from pfields

    o    bug fixed which hid tb opcodesat i-rate

    o    Attempts to use two OSClisteners with the same port is now
         trapped rather than give a segmenttion fault
Score:

Options:

Modified Opcodes and Gens:

    o    stackops opcodes deprecated

    o    lenarray extended to handle multi-dimensional arrays

    o    ftgenonce accepts string arguments correctly and multiple
         string arguments

    o    max and min now have initialisation-time versions

    o    gen23 improved regarding comments and reporting problems

    o    in OSCsend the port is now a k-rate value

    o    socksend now works at k-rate

    o    a number of envelope-generating opcodes are now correct in
         sample-accurate mode

    o    faust compilation is now lock-protected

    o    mp3 fixed to allow reinit to be used with it.

    o    In remote opcode the name of the network can be set via the
         environment variable CS_NETWORK.  Defaults to en0 (OSX) or
         eth0.

    o    invalue, outvalue are available at i-rate as well as k-rate
    
Utilities:


Frontends:

  icsound:
      New frontend icsound is now ready for general use.  icsound is a
      python interface for interactive work in the ipython notebook.

  csound~:

  Emscripten:

  csdebugger:
      A number of changes and improvements have been made, like
      stepping through active instruments, better line number use

General usage:

      Jack module now does not stop Csound if autoconnect fails

Bugs fixed:

    o    atsinnoi fixed

    o    ftsavek fixed

    o    sprintf fixed

    o    gen27 fixed, especially with extended arguments, as well as
         fixed a number of errors in extended score arguments.

    o    Physem opcodes (guiro cabasa, sekere) fixed so second call
         works

    o    flooper fixed in mode 2

    o    OSCsend multiple fixes

    o    UDO fix for case of local ksmps of 1

    o    More changes/fixes to dssi code

    o    xscanu and scanu fixed

    o    temposcal and mincer fixed

    o    crash in ftload fixed

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

System changes:

    o    In server mode exit is now clean

    o    Fixes to rtalsa module

    o    Pulseaudio rt module fixes

    o    Fix to remove fluidEngine entries for csound instance
         (prevents crash on moduleDestroy)

    o    Opcodes called through function calls that returned arrays
         did not correctly synthesize args as array types due to not
         converting the arg specifier to the internal format

    o    fixed crashing issue during note initialization for tied
         notes due to goto skipping over code

    o    fixed incorrect initialization of pfields when note's pfields
         length were less than instrument expected (off-by-one)


Internal changes:

    * Added Runtime Type Identification for instrument variables;
    removed use of XINCODE/XOUTCO

    * fix malloc length in negative number parsing, and improved
      handling of negative numbers

    * writing to circularBuffer is now atomic

    * a number of memory leaks and potential dangerous code have been
      fixed

    * type-inference has been extensively reworked, as have a few
      parsing areas

API
===
    * Added API function for retrieving GEN parameters used for
      creating a table

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

iOS
---
* API Refactored for clearer method names and abstraction names (i.e.
CsoundBinding instead of CsoundValueCacheable)
* Updated to remove deprecated code
* A significant amount of reworking has been done on the code

Android
-------
* API Refactored for clearer method names and abstraction names (i.e.
CsoundBinding instead of CsoundValueCacheable)
* Changes to enable HTML 5 with JavaScript and it is to be hoped WebGL
in the Csound6 Android app.
* Enabled change of screen orientation in the Csound6 app without
forcing a restart of the app.
* Enabled local storage (useful for saving and restoring widget
values, etc.).

Windows
-------

* fixed pointer arithmetic that caused crashing on Windows

*  pyexec changed to use python's file opening functions to prevent crash on
   Windows

OSX
---

* CsoundAC now compiles


Linux
-----

* threadlocks bug fix on linux.



========================================================================