File: changes.html

package info (click to toggle)
cmt 1.18-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 576 kB
  • sloc: cpp: 7,000; makefile: 98
file content (236 lines) | stat: -rw-r--r-- 4,932 bytes parent folder | download
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
<HTML>
  <HEAD>
    <TITLE>CMT Documentation</TITLE>
    <META NAME="DESCRIPTION"
          CONTENT="CMT Documentation">
  </HEAD>
  <BODY BGCOLOR=#FFFFFF>
    
    <CENTER><IMG BORDER=0 SRC="/images/top.jpg"></CENTER>

    <HR/>


<H1>CMT Changes</H1>

<H2>Version 1.01 - 4 May 2000</H2>
<UL>

  <LI>Initial Release.</LI>

</UL>

<H2>Version 1.02 - 11 May 2000</H2>
<UL>

  <LI>Use <CODE>_init()</CODE> and <CODE>_fini()</CODE>. To handle
    memory management automatically.</LI>

  <LI>Change from <CODE>*_descriptor()</CODE> approach simpler
    initialise_*() approach. Use <CODE>_init()</CODE> and
    <CODE>_fini()</CODE> to handle memory management. Supply
    <CODE>CMT_Descriptor::~CMT_Descriptor()</CODE>.</LI>

  <LI>Make comments compatible with Doxygen.</LI>

  <LI>Addition of Ambisonic encoder, decoder, converter and rotation
    plugins.</LI>

  <LI>Addition of Sine Waveshaper and Granular Scatter Processor
    plugin.</LI>

</UL>

<H2>Version 1.03 - 14 May 2000</H2>
<UL>

  <LI>Updated to correspond to http://www.ladspa.org/.</LI>

</UL>

<H2>Version 1.04 - 18 May 2000</H2>
<UL>

  <LI>Bugfixes: Ambisonic encoder inputs, white noise amplitude/DC,
    Ambisonic rotation inplace support, sine oscillator frequency input
    inplace support.</LI>

</UL>

<H2>Version 1.05 - 18 May 2000</H2>
<UL>

  <LI>Bugfix: use explicit pointer type when deleting
    <CODE>ImplementationData</CODE> in <CODE>~CMT_Descriptor</CODE>.</LI>

</UL>

<H2>Version 1.06 - 24 Sep 2000</H2>
<UL>

  <LI>Introduction of Identity plugins.</LI>

</UL>

<H2>Version 1.07 - 30 Sep 2000</H2>
<UL>

  <LI>Use constructor/destructor rather than _fini() and _init(). Use
    C++ for linkage.</LI>

</UL>

<H2>Version 1.08 - 30 Sep 2000</H2>
<UL>

  <LI>Fix to Ambisonic decode equations.</LI>

</UL>

<H2>Version 1.09 - 4 Nov 2000</H2>
<UL>

  <LI>Addition of a port of Freeverb (version 3) and a collection of
    plugins by David Bartold (analogue, canyon_delay, organ, syndrum,
    vcf303).</LI>

</UL>

<H2>Version 1.10 - 17 Feb 2001</H2>
<UL>

  <LI>Small compile fixes to some modules. Apologies to David who sent
    me a patch ages ago for the analogue module.</LI>

</UL>

<H2>Version 1.11 - 8 May 2001</H2>
<UL>

  <LI>Addition of newline character to end of allpass.h.</LI>

</UL>

<H2>Version 1.12 - 17 Sept 2001</H2>
<UL>

  <LI>Addition of new plugins by David: "Lo Fi" and "Phase Modulated
    Voice."</LI>

</UL>

<H2>Version 1.13 - 7 May 2002</H2>
<UL>

  <LI>Fix to B-Format rotation algorithm.</LI>

</UL>

<H2>Version 1.14 - 7 Aug 2002</H2>
<UL>

  <LI>Fix to B-Format rotation algorithm.</LI>

  <LI>Update for LADSPA 1.1 (include default values).</LI>

</UL>

<H2>Version 1.15 - 19 Dec 2002</H2>
<UL>

  <LI>Addition of a number of utility routines and namespaces by
    Nathaniel Virgo.</LI>

  <LI>Addition of a number of plugins by Nathaniel Virgo.</LI>

  <LI>Small change to trigger mechanism in syndrum plugin.</LI>

</UL>

<H2>Version 1.16 - 6 Nov 2007</H2>
<UL>

  <LI>Remove -Werror from compile options in makefile.</LI>

  <LI>Remove "local" part from install directories.</LI>

  <LI>Small additional changes to makefile for robustness.</LI>

  <LI>Replace strdup() with localStrdup() to avoid malloc/new
    mismatch.</LI>

</UL>

<H2>Version 1.17 - 3 Jan 2019</H2>
<UL>

  <LI>Rename Makefile.</LI>
  
  <LI>Modernise C++ #include style.</LI>

  <LI>Make some globals static.</LI>

  <LI>Initialise variables in analogue.cpp to reassure compiler.</LI>
  
  <LI>Remove ancient to-do list.</LI>
  
  <LI>Use GCC export map to ensure only ladspa_descriptor() is
    exported. Don't strip on install.</LI>

  <LI>Package with version number in archive and directory names.</LI>
  
  <LI>Tweaks to documentation processing.</LI>
  
  <LI>Use C99 isnormal() to identify denormals (and other bad
    numbers).</LI>
  
</UL>

<H2>Version 1.18 - 3 Sep 2021</H2>
<UL>

  <LI>Remove stale email address</LI>

  <LI>Remove some unused variables.</LI>

  <LI>Fix clang compile issue with static function.</LI>

  <LI>Change Freeverb to handle sample rates better.</LI>

  <LI>Fix URL in documentation.</LI>

  <LI>Fix so delay can handle a delay of zero.</LI>
  
</UL>

<HR/>

<H1>CMT Index</H1>

<UL>
  <LI><A HREF="overview.html">Overview</A></LI>
  <LI><A HREF="http://www.ladspa.org/download/index.html">Download</A></LI>
  <LI><A HREF="installation.html">Installation</A></LI>
  <LI><A HREF="license.html">License (LGPL)</A></LI>
  <LI><A HREF="plugins.html">Plugins in the Library</A></LI>
  <LI><A HREF="adding_plugins.html">Adding Plugins to the Library</A></LI>
  <LI><A HREF="changes.html">Change History</A></LI>
  <LI><A HREF="bugs.html">Bugs</A></LI>
</UL>

<H2>Other Links</H2>

<UL>
  <LI>
    The <A HREF="http://www.ladspa.org/ladspa_sdk/overview.html">LADSPA
      Software Development Kit</A>
  </LI>
</UL>


    <HR/>

    <CENTER><IMG BORDER=0 SRC="/images/base.jpg"></CENTER>

  </BODY>
</HTML>