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