forked from csound/manual
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwhatsnew.xml
9156 lines (9126 loc) · 338 KB
/
whatsnew.xml
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
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<section id="PrefaceWhatsNew"><title>What's new in Csound &csoundversion;</title>
<!-- <bridgehead>Release Notes for Csound 6.XX ()</bridgehead>
<para>
<itemizedlist>
<listitem>
<para>New opcodes:
<itemizedlist>
<listitem>
<simpara><link linkend=""><citetitle></citetitle></link></simpara>
</listitem>
</itemizedlist>
</para>
</listitem>
<listitem>
<para>
New functionality
<itemizedlist>
<listitem>
<simpara>
</simpara>
</listitem>
<listitem>
<simpara>
</simpara>
</listitem>
</itemizedlist>
</para>
</listitem>
<listitem>
<para>Bug fixes and improvements:
<itemizedlist>
<listitem>
<simpara>
</simpara>
</listitem>
<listitem>
<simpara>
</simpara>
</listitem>
</itemizedlist>
</para>
</listitem>
<listitem>
<para>
Internal Changes:
<itemizedlist>
<listitem>
<simpara>
</simpara>
</listitem>
<listitem>
<simpara>
</simpara>
</listitem>
<listitem>
<simpara>
</simpara>
</listitem>
<listitem>
<simpara>
</simpara>
</listitem>
</itemizedlist>
</para>
</listitem>
</itemizedlist>
</para>-->
<bridgehead>Release Notes for Csound 6.17 (2021 October)</bridgehead>
<para>
Mainly a bug-fixing release but also a major re-organisation of the
libraries to move all opcodes with dependencies into a separate plugins
repository. The only exception to this is the OSC opcodes (which
depend on liblo). This is in part a preparation for Csound7. This is
the last release using the current parser (v.2).
</para>
<para>
<itemizedlist>
<listitem>
<para>New opcodes:
<itemizedlist>
<listitem>
<simpara>
scanmap and scansmap are like the xscanmap/xscansmap opcodes but
work with the mainstream scan opcodes.
</simpara>
</listitem>
<listitem>
<simpara>
trigexpseg, triglinseg are aliases for trigExpseg, trigLinseg.
</simpara>
</listitem>
<listitem>
<simpara>
xscan opcodes are deprecated as they add nothing to the scan
opcodes.
</simpara>
</listitem>
<listitem>
<simpara>
bformdec2 provides more ambisonic decoding of bformat audio.
</simpara>
</listitem>
<listitem>
<simpara>
metrobpm is like metro but the timing is in beats per minute
and the signal can be offset by a proportion of the cycle.
</simpara>
</listitem>
<listitem>
<simpara>
sequ is a csound version of an hardware sequencer. It has many
modes and options.
</simpara>
</listitem>
<listitem>
<simpara>
gtadsr implements a gated ADSR envelope.
</simpara>
</listitem>
</itemizedlist>
</para>
</listitem>
<listitem>
<para>
Orchestra:
<itemizedlist>
<listitem>
<simpara>
Message printing has been revised so -m0 suppresses (nearly)
all messages.
</simpara>
</listitem>
<listitem>
<simpara>
add channel count to list_audio_devices (called when the flag
--devices is used so that it can be parsed by frontends.
</simpara>
</listitem>
</itemizedlist>
</para>
</listitem>
<listitem>
<para>Modified Opcodes and Gens:
<itemizedlist>
<listitem>
<simpara>
Event opcode does not bail out if the instrument called does
not exist.
</simpara>
</listitem>
<listitem>
<simpara>
Added an optional prefix to soundfont instruments printed via
sfilist.
</simpara>
</listitem>
<listitem>
<simpara>
lpslots reworked with better control.
</simpara>
</listitem>
</itemizedlist>
</para>
</listitem>
<listitem>
<para>
Utilities:
<itemizedlist>
<listitem>
<simpara>
cvanal now uses the SADIR environment to look for analysis
files.
</simpara>
</listitem>
</itemizedlist>
</para>
</listitem>
<listitem>
<para>
Bugs Fixed:
<itemizedlist>
<listitem>
<simpara>
fareylen called a non-existent function leading to a crash.
Removed typo.
</simpara>
</listitem>
<listitem>
<simpara>
turnoff could cause clicks in some cases; fixed.
</simpara>
</listitem>
<listitem>
<simpara>turnoff3 improved.</simpara>
</listitem>
<listitem>
<simpara>
cntReset fixed; had a false initialisation code.
</simpara>
</listitem>
<listitem>
<simpara>binary search in bpf fixed.</simpara>
</listitem>
<listitem>
<simpara>pvscfs frame counting issue fixed.</simpara>
</listitem>
<listitem>
<simpara>
--sample-accurate fixed in a-rate form of tabsum.
</simpara>
</listitem>
<listitem>
<simpara>
Problem in atssinnoi fixed; did read outside allocated memory.
</simpara>
</listitem>
<listitem>
<simpara>
hrtfmove fixed; it could use the wrong value for sr.
</simpara>
</listitem>
<listitem>
<simpara>
Named instruments could use wrong structure in redefinition.
</simpara>
</listitem>
<listitem>
<simpara>
Fixes in the jack backend relating to --get-system-sr.
</simpara>
</listitem>
<listitem>
<simpara>
pvcross frequency warp mode fixed.
</simpara>
</listitem>
<listitem>
<simpara>
lpcfilter/lpcanal bug where processing could not be restarted
after a freeze fixed.
</simpara>
</listitem>
<listitem>
<simpara>
The emugens collection of opcode, a large group incorporation
mainly array operations were not made available due to a small
editing error.
</simpara>
</listitem>
<listitem>
<simpara>
If using a float build (rather than a double) array access
could be wrong.
</simpara>
</listitem>
<listitem>
<simpara>
In some cases instr0 code could ignore loops after an incorrect
warning. Now fixed.
</simpara>
</listitem>
<listitem>
<simpara>
Bugs in mp3len and similar fixed.
</simpara>
</listitem>
<listitem>
<simpara>
Crash in syncgrain issue #1773 fixed.
</simpara>
</listitem>
</itemizedlist>
</para>
</listitem>
<listitem>
<para>System Changes:
<itemizedlist>
<listitem>
<simpara>
winsound has been removed.
</simpara>
</listitem>
</itemizedlist>
</para>
</listitem>
<listitem>
<para>API:
<itemizedlist>
<listitem>
<simpara>
CreateThread2 is a new API function that allows threads to be
given a user-defined stack size.
</simpara>
</listitem>
</itemizedlist>
</para>
</listitem>
<listitem>
<para>External Plugin Code:
<itemizedlist>
<listitem>
<simpara>
For a variety of reasons including licences, plugin opcodes
that allow csound to be a host for VST plugins is available
from <ulink
url="https://github.com/gogins/csound-vst3-opcodes.git">
<citetitle>https://github.com/gogins/csound-vst3-opcodes.git</citetitle></ulink>
where installation instructions can be found. It has been shown
to work on Linux, MacOS and Windows.
</simpara>
</listitem>
</itemizedlist>
</para>
</listitem>
</itemizedlist>
</para>
<bridgehead>Release Notes for Csound 6.16 (2021 June)</bridgehead>
<para>
This delayed release was mainly a bug fixing release but there
are significant new opcodes, including support for simpler use of MIDI
controls and a new opcode to connect to an Arduino. Also there is an
optional limiter in the sound output chain.
</para>
<para>
Also there are a number of new filters including the final
opcode written by the 'father of computer music' Max Mathews (with
Julius Smith)! ported by Joel Ross.
</para>
<para>
<itemizedlist>
<listitem>
<para>New opcodes:
<itemizedlist>
<listitem>
<simpara>
<link linkend="cntDelete"><citetitle>cntDelete</citetitle></link>
deletes a counter object.
</simpara>
</listitem>
<listitem>
<simpara>
<link linkend="lfsr"><citetitle>lfsr</citetitle></link>,
a linear feedback shift register opcode for pseudo random
number generation.
</simpara>
</listitem>
<listitem>
<simpara>
<link linkend="ctrlsave"><citetitle>ctrlsave</citetitle></link>
stores the current values of MIDI controllers in an array.
</simpara>
</listitem>
<listitem>
<simpara>
<link linkend="turnoff3"><citetitle>turnoff3</citetitle></link>
extends tuning off to remove instrument instances that are
queued via scheduling but not yet active.
</simpara>
</listitem>
<listitem>
<simpara>
<link linkend="ctrlprint"><citetitle>ctrlprint</citetitle></link>
prints the result of a ctrlsave call in a form that can be
used in an orchestra.
</simpara>
</listitem>
<listitem>
<simpara><link
linkend="ctrlprintpresets"><citetitle>ctrlprintpresets</citetitle></link>
prints the MIDI controller preset.
</simpara>
</listitem>
<listitem>
<simpara>
<link linkend="ctrlselect"><citetitle>ctrlselect</citetitle></link>
selects a preset for MIDI controller values.
</simpara>
</listitem>
<listitem>
<simpara>
<link linkend="ctrlpreset"><citetitle>ctrlpreset</citetitle></link>
defines a preset for MIDI controllers.
</simpara>
</listitem>
<listitem>
<simpara>
<link linkend="outall"><citetitle>outall</citetitle></link>
writes a signal to all output channels.
</simpara>
</listitem>
<listitem>
<simpara>
<link linkend="scale2"><citetitle>scale2</citetitle></link>
is similar to scale but has different argument order and has
an optional port filter.
</simpara>
</listitem>
<listitem>
<simpara>
<link linkend="arduinoReadF"><citetitle>arduinoRead</citetitle></link>
extends the arduino family to transfer floating point values.
</simpara>
</listitem>
<listitem>
<simpara>
<link linkend="triglinseg"><citetitle>triglinseg</citetitle></link>
and
<link linkend="trigexpseg"><citetitle>trigexpseg</citetitle></link>
are triggered versions of linseg and expseg.
</simpara>
</listitem>
<listitem>
<simpara>
<link linkend="vclpf"><citetitle>vclpf</citetitle></link>
is a 4-pole resonant lowpass linear filter based on a typical
analogue filter configuration.
</simpara>
</listitem>
<listitem>
<simpara>
<link linkend="spf"><citetitle>spf</citetitle></link>
is a second-order multimode filter based on the Steiner-Parker
configuration with separate lowpass, highpass, and bandpass
inputs and a single output.
</simpara>
</listitem>
<listitem>
<simpara>
<link linkend="skf"><citetitle>skf</citetitle></link>
is a second-order lowpass or highpass filter based on a
linear model of the Sallen-Key analogue filter.
</simpara>
</listitem>
<listitem>
<simpara>
<link linkend="svn"><citetitle>svn</citetitle></link>
is a non-linear state variable filter with overdrive control
and optional user-defined non-linear map.
</simpara>
</listitem>
<listitem>
<simpara>
<link linkend="autocorr"><citetitle>autocorr</citetitle></link>
computes the autocorrelation of a sequence stored in an array.
</simpara>
</listitem>
<listitem>
<simpara>
<link linkend="turnoff2"><citetitle>turnoff2_i</citetitle></link>
is init-time version of turnoff2.
</simpara>
</listitem>
<listitem>
<simpara>
<link linkend="scanu2"><citetitle>scanu2</citetitle></link>
is a revision of scanu to make it closer to the original
concept. Damping now a positive value and plucking
initialisation totally rewritten, plus various code
improvements.
</simpara>
</listitem>
<listitem>
<simpara>
<link linkend="st2ms"><citetitle>st2ms</citetitle></link> and
<link linkend="ms2st"><citetitle>ms2st</citetitle></link>
are stereo to MS and vice-versa conversion opcodes
with stereo width control.
</simpara>
</listitem>
<listitem>
<simpara>
<link linkend="mvmfilter"><citetitle>mvmfilter</citetitle></link>
is a filter with pronounced resonance and controllable decay time.
</simpara>
</listitem>
</itemizedlist>
</para>
</listitem>
<listitem>
<para>
New gen:
<itemizedlist>
<listitem>
<simpara>
<link linkend="GEN44"><citetitle>gen44</citetitle></link>
allows the writing of stiffness matrices for scanu/scanu2 in a
textual format.
</simpara>
</listitem>
</itemizedlist>
</para>
</listitem>
<listitem>
<para>Orchestra:
<itemizedlist>
<listitem>
<simpara>
The operations += and -= now work for i and k arrays.
</simpara>
</listitem>
<listitem>
<simpara>
k-rate array operators are now only processed at k-rate.
</simpara>
</listitem>
</itemizedlist>
</para>
</listitem>
<listitem>
<para>Score:
<itemizedlist>
<listitem>
<simpara>
An instance of a named instrument can have a decimal fraction
added to the name to allow for tied notes and other facilities
that were only avaliable for numbered instruments.
</simpara>
</listitem>
</itemizedlist>
</para>
</listitem>
<listitem>
<para>Options:
<itemizedlist>
<listitem>
<simpara>
New options --limiter and --limiter=num (where num is in range
[0,1]) inserts a tanh limiter (see clip version2) at the end of
each k-cycle. This can be used when experimenting or trying
some alien inputs to save your ears or speakers. The default
value in the first form is 0.5.
</simpara>
</listitem>
<listitem>
<simpara>
A typing error meant that the tag <CsShortLicense> was
not recognised, although the English spelling (CsSortLicence)
was. Corrected.
</simpara>
</listitem>
<listitem>
<simpara>
New option --default-ksmps=num changes the default value from
the internal fixed number.
</simpara>
</listitem>
<listitem>
<simpara>
New environment variable `CS_USER_PLUGINDIR` has been added to
indicate a user plugin dir path (in addition to the system
plugin directory). This added search path defaults to standard
locations on different platforms (documented in the manual).
</simpara>
</listitem>
</itemizedlist>
</para>
</listitem>
<listitem>
<para>Modified Opcodes and Gens:
<itemizedlist>
<listitem>
<simpara>
slicearray_i now works for string arrays.
</simpara>
</listitem>
<listitem>
<simpara>
<link linkend="OSCsend"><citetitle>OSCsend</citetitle></link>
always runs on the first call regardless of the value of kwhen.
</simpara>
</listitem>
<listitem>
<simpara>
<link linkend="pvadd"><citetitle>pvadd</citetitle></link>
can access the internal ftable -1.
</simpara>
</listitem>
<listitem>
<simpara>
<link linkend="pan2"><citetitle>pan2</citetitle></link>
efficiency improved in many cases.
</simpara>
</listitem>
<listitem>
<simpara>
Add version of pow for the case kout[] = kx ^ ivalues[]
</simpara>
</listitem>
<listitem>
<simpara>
<link linkend="expcurve"><citetitle>expcurve</citetitle></link>
and
<link linkend="logcurve"><citetitle>logcurve</citetitle></link>
now incorporate range checks and corrects end values.
</simpara>
</listitem>
<listitem>
<simpara>
Streaming LPC opcodes have had a major improvement in
performance (>10x speedup for some cases), due to a new
autocorrelation routine.
</simpara>
</listitem>
<listitem>
<simpara>
Restriction on size of directory name size in ftsamplebank
removed.
</simpara>
</listitem>
<listitem>
<simpara>
If a non string is passed to sprintf to be formatted as a %s
an error is signalled.
</simpara>
</listitem>
<listitem>
<simpara>
readk family of opcodes now support comments in the input which
is ignored.
</simpara>
</listitem>
<listitem>
<simpara>
Added iflag parameter to sflooper.
</simpara>
</listitem>
<listitem>
<simpara>
Opcodes beosc, beadsynt, tabrowl, and getrowlin removed.
</simpara>
</listitem>
</itemizedlist>
</para>
</listitem>
<listitem>
<para>General Usage:
<itemizedlist>
<listitem>
<simpara>
Csound no longer supports Python2 opcodes following end of life
for Python 2.
</simpara>
</listitem>
</itemizedlist>
</para>
</listitem>
<listitem>
<para>Bug fixed:
<itemizedlist>
<listitem>
<simpara>
The wterrain2 opcode was not correctly compiled on some
platforms.
</simpara>
</listitem>
<listitem>
<simpara>
fprintks opcode crashed when format contains one %s.
</simpara>
</listitem>
<listitem>
<simpara>
Bug in rtjack when number of outputs differed from the number
in inputs.
</simpara>
</listitem>
<listitem>
<simpara>
FLsetVal now works properly with "inverted range" FLsliders.
</simpara>
</listitem>
<listitem>
<simpara>
Conditional expressions with a-rate output now work correctly.
</simpara>
</listitem>
<listitem>
<simpara>
Bug in --opcode-dir option fixed.
</simpara>
</listitem>
<listitem>
<simpara>
sfpassign failed to remember the number of presets causing
confusion. This also affects sfplay ad sfinstrplay.
</simpara>
</listitem>
<listitem>
<simpara>midiarp opcode fixed (issue 1365).</simpara>
</listitem>
<listitem>
<simpara>
A bug in moogladder where the value of 0dbfs affected the
output is now fixed.
</simpara>
</listitem>
<listitem>
<simpara>
Bugs in several filters where istor was defaulting to 1 instead
of 0 as described in the manual have been fixed.
</simpara>
</listitem>
<listitem>
<simpara>
Bug in assigning numbers to named instruments fixed. This
particularly affected dynamic definitions of instruments.
</simpara>
</listitem>
<listitem>
<simpara>
Use of %s format in sprintf crashed if the corresponding item
was not a string. Thus now gives an error.
</simpara>
</listitem>
<listitem>
<simpara>
Fix bug in ftprint where trigger was not working as advertised.
</simpara>
</listitem>
<listitem>
<simpara>Asynchronous use of diskin2 fixed.</simpara>
</listitem>
<listitem>
<simpara>
pvs2tab does not crash in the sliding case but gives a error.
</simpara>
</listitem>
<listitem>
<simpara>
In some circumstances turnoff2 could cause the silencing of
another instrument for one k-cycle. This is now fixed.
</simpara>
</listitem>
<listitem>
<simpara>
timeinstk behaved differently in a UDO to normal use. This
has been corrected.
</simpara>
</listitem>
<listitem>
<simpara>
Fixed midiarp init method as it was causing an issue with one
of the arp modes.
</simpara>
</listitem>
<listitem>
<simpara>Fixed scaling of attack stage of xadsr.</simpara>
</listitem>
<listitem>
<simpara>
Fix printarray behaviour for string arrays (default is to print
at every cycle); added a variant without trigger.
</simpara>
</listitem>
<listitem>
<simpara>
Bug with named instrument merging in new compilations fixed.
</simpara>
</listitem>
<listitem>
<simpara>
ATSA opcode atsinnoi could cause memory problems. The 6.16
release is better but not yet verified.
</simpara>
</listitem>
</itemizedlist>
</para>
</listitem>
<listitem>
<para>System Changes:
<itemizedlist>
<listitem>
<simpara>
New autocorrelation routine can compute in the frequency or
in the time domain. Thanks to Patrick Ropohl for the improvement
suggestion.
</simpara>
</listitem>
<listitem>
<simpara>Minimum cmake version bumped to 3.5.</simpara>
</listitem>
<listitem>
<simpara>Image opcodes removed, now in plugin repo.</simpara>
</listitem>
<listitem>
<simpara>faust opcodes removed, now in plugin repo.</simpara>
</listitem>
<listitem>
<simpara>Python opcodes are now in plugin repo.</simpara>
</listitem>
<listitem>
<simpara>Ableton Link opcodes moved to plugins repo.</simpara>
</listitem>
</itemizedlist>
</para>
</listitem>
<listitem>
<para>Platform Specific:
<itemizedlist>
<listitem>
<para>MacOS:
<itemizedlist>
<listitem>
<simpara>
Some opcode libs with dependencies have been removed from
release. Image opcodes, Python opcodes, Faust opcodes, and
FLTK Widget opcodes have been moved to a separate repository
and are not included anymore.
</simpara>
</listitem>
</itemizedlist>
</para>
</listitem>
</itemizedlist>
</para>
</listitem>
</itemizedlist>
</para>
<bridgehead>Release Notes for Csound 6.15 (2020 August)</bridgehead>
<para>
Quite a few new opcodes are in this release as well as extensions of
existing opcodes. In particular there is the introduction of streamed
LPC which has long been requested.
</para>
<para>
Another feature in this release is a large number of internal fixes to
incorrect data access, as well as the usual tweaks and changes.
</para>
<para>
Starting from this release, no third-party graphic frontends are shipped
with the installation packages on MacOs and Windows. Users should
install their choice of frontend separately.
</para>
<para>
<itemizedlist>
<listitem>
<para>New opcodes:
<itemizedlist>
<listitem>
<simpara>
<link linkend="ftset"><citetitle>ftset</citetitle></link> sets
multiple elements of a table to a given value.
</simpara>
</listitem>
<listitem>
<simpara>
<link linkend="lufs"><citetitle>lufs</citetitle></link> opcode
calculates a momentary, integrated and short-term loudness meter.
</simpara>
</listitem>
<listitem>
<simpara>
<link linkend="bob"><citetitle>bob</citetitle></link> filter is
a numerical simulation of the Moog analog resonant filter.
</simpara>
</listitem>
<listitem>
<simpara>
<link linkend="sterrain"><citetitle>sterrain</citetitle></link>
is an enhanced version of <emphasis>wterrain</emphasis> with
more possible orbits.
</simpara>
</listitem>
<listitem>
<simpara>
<link linkend="wterrain2"><citetitle>wterrain2</citetitle></link>
is a alternative enhancement of <emphasis>wterrain</emphasis>
with less variation that <emphasis>sterrain</emphasis>.
</simpara>
</listitem>
<listitem>
<simpara>
count, count_i, cntCreate, cntRead, cntReset, cntCycles and
cntState together implement a new counter object that cycles
through a constant range, similar to in PD.
</simpara>
</listitem>
<listitem>
<simpara>
new alias for sc_ opcodes: sc_lag -> lag, sc_lagud -> lagud,
sc_trig -> trigholf, sc_phasor -> phasortrigo.
</simpara>
</listitem>
<listitem>
<simpara>
<link linkend="println"><citetitle>println</citetitle></link>
is similar to <emphasis>printf</emphasis> but without the
trigger.
</simpara>
</listitem>
<listitem>
<simpara>
<link linkend="rndseed"><citetitle>rndseed</citetitle></link>
provides a seed for rnd and birnd functions.
</simpara>
</listitem>
<listitem>
<simpara>
arduinoStart, arduinoRead and arduinoStop provide a protocol for
transferring sensor data from an Arduino to Csound.
</simpara>
</listitem>
<listitem>
<simpara>
lpcfilter, lpcanal, allpole, pvslpc, pvscfs, apoleparams,
resonbnk: new streaming linear prediction opcodes.
</simpara>
</listitem>
<listitem>
<simpara>
<link linkend="gauss"><citetitle>gauss</citetitle></link> -
new version accepting mean and standard deviation as
parameters, implementing the Box-Muller algorithm.
</simpara>
</listitem>
<listitem>
<simpara>
<link linkend="pvsbandwidth"><citetitle>pvsbandwidth</citetitle>
</link> - returns spectral bandwidth.
</simpara>
</listitem>
<listitem>
<simpara>
<link linkend="vps"><citetitle>vps</citetitle></link> -
vector phase shaping.
</simpara>
</listitem>
</itemizedlist>
</para>
</listitem>
<listitem>
<para>Orchestra:
<itemizedlist>
<listitem>
<simpara>#include of a url now works again.</simpara>
</listitem>
<listitem>
<simpara>
The end of file case is better handled in the pre-lexer.
</simpara>
</listitem>
<listitem>
<simpara>
Corrections to reported line number in a few error cases.
</simpara>
</listitem>
<listitem>
<simpara>
Conditional expressions yielding strings fixed, and other cases.
</simpara>
</listitem>
<listitem>
<simpara>
The sequence //* no longer is misinterpreted as starting a
comment block.
</simpara>
</listitem>
<listitem>
<simpara>
When using sample-accurate mode a new score event that was
aligned to the ksmps could stop one cycle early. Now correct.
</simpara>
</listitem>
<listitem>
<simpara>
The maximum line length for various inputs has been increased
to 8192.
</simpara>
</listitem>
<listitem>
<simpara>
Now legal to set the number of input channels to zero.
</simpara>
</listitem>
</itemizedlist>
</para>
</listitem>
<listitem>
<para>Score:
<itemizedlist>
<listitem>
<simpara>
New score opcode B is like b but is accumulative.
</simpara>
</listitem>
<listitem>
<simpara>
The end of file case is better handled in the pre-lexer.
</simpara>
</listitem>
</itemizedlist>
</para>
</listitem>
<listitem>
<para>Options:
<itemizedlist>
<listitem>