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