+ AutoHell, ChangeLog: up the version number to 0.0.18.4
[calf.git] / ChangeLog
blobfffdd8e723cb3d396eea369d5c6d398eca3797bd
1 Version 0.0.18.4
3 + Framework: gcc-4.4 compilation fix (Orcan Ogetbil)
5 Version 0.0.18.3
7 + Framework: do not use x86 assembler code on non-x86 platforms
8 + Monosynth, Organ: fix serious audio quality issues
9 + Monosynth: implement inertia for cutoff knob and pitch bend, make
10   pitch bend range adjustable
11 + Organ: fix polyphony limit bug
13 Version 0.0.18.2
15 + Organ: fix voice stealing of released notes, sort out GUI, add quadratic
16   mode for amplitude envelope (enabled by default) - sounds more natural
17 + Monosynth: fix the bug that caused JACK to kick the client out due
18   to precalculating waves in a completely wrong place, fix portamento
19   for off-stack notes
20 + Presets: 3 new presets for Organ, 4 for Monosynth, 2 for Reverb
22 Version 0.0.18.1
24 + Filter: fixed subtle redraw bugs
25 + Icons: fixed packaging-incompatible paths
27 Version 0.0.18
29 + Filterclavier: new plugin (a MIDI controlled filter) by Hans Baier
30 + DSSI: added a basic implementation of live graphs. The graphs have a
31   limited resolution (128 data points), and are rather inefficient
32   (as the graph data need to be transmitted via OSC to a different
33   process), but it's better than nothing
34 + GUI: Torben Hohn's drawing optimizations (critical for Intel graphics
35   cards, but should also reduce CPU usage on other hardware)
36 + Phaser: added frequency response graph
37 + JACK host: discontinue the broken option -p; allow giving preset names
38   after a colon sign (reverb:DiscoVerb instead of -p DiscoVerb reverb)
39 + Reverb: less modulation; tone controls; 2 more room types
40 + MultiChorus: add double bandpass filter on input
41 + GUI: added frequency grid
42 + Organ: added progress reporting on load (works with JACK host and LV2)
43 + JACK host: use sensible port names (possibly breaking new LASH sessions)
44 + Organ: added polyphony limit
45 + Small plugins: added support for polymorphic port extension to allow
46   the same plugins to be used for control and audio signals
47 + DSSI: renamed all the plugins from "plugin LADSPA" to "plugin DSSI"
48 + LADSPA: more reasonable default value hints, fixed locale issue in LRDF
49 + JACK host: added icons by Thorsten Wilms (thanks!)
50 + Organ, Monosynth: better memory usage
51 + LV2: attempt at supporting configure-like parameters (key mapping curve
52   in Organ) by the new String Port extension
53 + AutoHell: header files are not installed anymore (they are of little
54   use anyway)
55 + AutoHell: configure script prints if --enable-experimental was specified
57 Version 0.0.17
59 + Compressor: new plugin by Thor Harald Johansen
60 + GUI: control improvements (new LED control, improved VU meter, XML
61   improvements, line graph with dots and grid lines - no legend yet), move
62   autolayout code from the plugin libraries to makerdf executable,
63 + Most plugins: use custom GUI layouts instead of autogenerated ones
64 + Most plugins: add dry amount (for aux bus type uses)
65 + Flanger, Filter, MultiChorus: added live graphs displaying frequency
66   response and (in case of MultiChorus) LFO positions
67 + LV2 GUI: added a way to display live graphs in Ardour and Zynjacku/LV2Rack
68   (only works when the plugin and the GUI are in the same process)
69 + Framework: general improvements/cleanups to reduce the chance of the
70   kind of errors that were introduced in 0.0.16 and reduce dependencies
71 + Monosynth: removed soft clipper on output
73 Version 0.0.16.3
75 + Fixed compilation without LV2 core installed
77 Version 0.0.16.2
79 + Fixed DSSI GUI for MultiChorus
80 + Fixed LV2 GUI for MultiChorus
81 + Make knob control mouse wheel handling work better in Ingen
83 Version 0.0.16
85 + New MultiChorus plugin (stereo multitap chorus with maximum of 8 voices)
86 + Experimental set of plugins for modular synthesizers like Ingen by 
87   Dave Robillard (enabled using --enable-experimental option in configure
88   script)
89 + Minor improvements to other plugins (like Rotary Speaker)
90 + More work on API documentation
92 Version 0.0.15
94 + Organ: new percussive section, using 2-operator FM synthesis for
95   monophonic or polyphonic percussive attack; added global transpose and
96   detune; rearrangement of controls between sections
97 + Rotary Speaker: another attempt at making it useful (thanks FishB8)
98 + JACK host: eliminate deadlock on exit
99 + GUI: bipolar knobs now have a "dead zone" (magnet) in the middle point
100 + GUI: dragging a knob with SHIFT held allows for fine adjustments
101 + GUI: new controls - curve editor and keyboard
102 + LV2: improved extension support (supports my "extended port properties"
103   extension now)
104 + Added some API documentation
106 Version 0.0.14
107 + OSC: totally new OSC wrapper, to allow for realtime-safe parsing (doesn't
108   matter as far as functionality goes, will probably be rewritten again
109   anyway)
110 + Everything: memory management fixes (should improve stability and
111   compatibility)
112 + Organ: improved memory usage
113 + GUI: improved bipolar knobs, added endless knobs
114 + Presets: separate 'built-in' and 'user' presets (so that built-in presets
115   can be upgraded without affecting user's own presets)
116 + Monosynth: new presets
118 Version 0.0.13
119 + Fixed several problems related to 64-bit environments and OpenSUSE (thanks
120 oc2pus!)
121 + Added NOCONFIGURE environment variable support to autogen.sh
123 Version 0.0.12
124 + RotarySpeaker: work in progress; enabled by default just in case it's
125   useful for anyone
126 + Organ: reworked to add a complete subtractive synth section, a selection
127   of waveform (settable on a per-drawbar basis), individual settings of
128   phase, detune, panning, routing for each drawbar, as well as improved(?)
129   percussive section and vibrato/phaser section. It is usable (and sounds
130   good!), but some parameters, waveform set etc. may change in future. May
131   take up to 100 MB of RAM due to pre-calculated bandlimited waveforms.
132 + Added half-complete implementation of LV2 (including GUI and events).
133 + Lots of small "polishing" kind of fixes in many places (like proper
134   rounding of values in the GUIs, another set of hold/sostenuto fixes etc)
136 Version 0.0.11
138 + Fixed x86-64 bugs
139 + JackHost: implemented LASH support
140 + RotarySpeaker: fixed panning bug, implemented acceleration/decceleration
141   for "off" state
143 Version 0.0.10
145 + First attempt at DSSI GUI, does not support some features from JACK host,
146   but that's inevitable because of API limitations
147 + Reverb: improvements (more parameters, fixed denormals)
148 + Knob: added custom support for scroll wheel (instead of one inherited from
149   GtkRange)
151 Version 0.0.9
153 + started creating an XML-based GUI
154 + LineGraph: new GTK+ control for displaying waveforms and filter response
155   graphs in Monosynth (and maybe others in future)
156 + Monosynth: notch filter changes (made notch bandwidth proportional to Q,
157   just for fun, might be a bad idea)
158 + Monosynth: more waveforms (these might be final?)
159 + Monosynth: capped Sustain level to 0.999 so that decay time actually means
160   something with Sustain = 100% (not a great way to do it, but acceptable in
161   this case)
162 + Monosynth: GUI refreshes less often (which means less CPU use)
163 + Monosynth: less clicks on sounds using LP filter with very low cutoff 
164   (using ramp of 256 samples instead of 64 samples as before)
165 + Knob: new GTK+ control based on GtkRange, with my primitive bitmap set
166   (generated with Python and Cairo)
167 + Organ: added a GUI too, very provisional
168 + Organ: fixed Hold pedal (doesn't release the notes which are still depressed)
169 + RotarySpeaker: new effect (split off Organ)
170 + all: denormal fixes (still some denormals present in reverb)
171 + Reverb: better time setting (decay time somewhat corresponds to -60dB
172   attenuation time)
173 + JackHost: -M switch allows for automatic connection to JACK MIDI event source
174   (use -M system:midi_capture_2 or -M 2 for autoconnection to
175   system:midi_capture_2; of course, the short numeric form only work for
176   system:midi_capture_ ports)
177 + JackHost: -p switch selects a preset automatically
178 + JackHost: better size setting algorithm
179 + JackHost: duplicate client name (causing JACK to rename the client) doesn't
180   break autoconnecting functionality
181 + autotools configuration update (detect Cairo and require newer GTK+)
182 + more presets