+ Knob: eat mouse wheel and pointer motion events so that they do not end up (for...
[calf.git] / ChangeLog
blobb6fc75980f2971c5a83e67c298808ae9521301a8
1 Version 0.0.16
3 + New MultiChorus plugin (stereo multitap chorus with maximum of 8 voices)
4 + Experimental set of plugins for modular synthesizers like Ingen by 
5   Dave Robillard (enabled using --enable-experimental option in configure
6   script)
7 + Minor improvements to other plugins (like Rotary Speaker)
8 + More work on API documentation
10 Version 0.0.15
12 + Organ: new percussive section, using 2-operator FM synthesis for
13   monophonic or polyphonic percussive attack; added global transpose and
14   detune; rearrangement of controls between sections
15 + Rotary Speaker: another attempt at making it useful (thanks FishB8)
16 + JACK host: eliminate deadlock on exit
17 + GUI: bipolar knobs now have a "dead zone" (magnet) in the middle point
18 + GUI: dragging a knob with SHIFT held allows for fine adjustments
19 + GUI: new controls - curve editor and keyboard
20 + LV2: improved extension support (supports my "extended port properties"
21   extension now)
22 + Added some API documentation
24 Version 0.0.14
25 + OSC: totally new OSC wrapper, to allow for realtime-safe parsing (doesn't
26   matter as far as functionality goes, will probably be rewritten again
27   anyway)
28 + Everything: memory management fixes (should improve stability and
29   compatibility)
30 + Organ: improved memory usage
31 + GUI: improved bipolar knobs, added endless knobs
32 + Presets: separate 'built-in' and 'user' presets (so that built-in presets
33   can be upgraded without affecting user's own presets)
34 + Monosynth: new presets
36 Version 0.0.13
37 + Fixed several problems related to 64-bit environments and OpenSUSE (thanks
38 oc2pus!)
39 + Added NOCONFIGURE environment variable support to autogen.sh
41 Version 0.0.12
42 + RotarySpeaker: work in progress; enabled by default just in case it's
43   useful for anyone
44 + Organ: reworked to add a complete subtractive synth section, a selection
45   of waveform (settable on a per-drawbar basis), individual settings of
46   phase, detune, panning, routing for each drawbar, as well as improved(?)
47   percussive section and vibrato/phaser section. It is usable (and sounds
48   good!), but some parameters, waveform set etc. may change in future. May
49   take up to 100 MB of RAM due to pre-calculated bandlimited waveforms.
50 + Added half-complete implementation of LV2 (including GUI and events).
51 + Lots of small "polishing" kind of fixes in many places (like proper
52   rounding of values in the GUIs, another set of hold/sostenuto fixes etc)
54 Version 0.0.11
56 + Fixed x86-64 bugs
57 + JackHost: implemented LASH support
58 + RotarySpeaker: fixed panning bug, implemented acceleration/decceleration
59   for "off" state
61 Version 0.0.10
63 + First attempt at DSSI GUI, does not support some features from JACK host,
64   but that's inevitable because of API limitations
65 + Reverb: improvements (more parameters, fixed denormals)
66 + Knob: added custom support for scroll wheel (instead of one inherited from
67   GtkRange)
69 Version 0.0.9
71 + started creating an XML-based GUI
72 + LineGraph: new GTK+ control for displaying waveforms and filter response
73   graphs in Monosynth (and maybe others in future)
74 + Monosynth: notch filter changes (made notch bandwidth proportional to Q,
75   just for fun, might be a bad idea)
76 + Monosynth: more waveforms (these might be final?)
77 + Monosynth: capped Sustain level to 0.999 so that decay time actually means
78   something with Sustain = 100% (not a great way to do it, but acceptable in
79   this case)
80 + Monosynth: GUI refreshes less often (which means less CPU use)
81 + Monosynth: less clicks on sounds using LP filter with very low cutoff 
82   (using ramp of 256 samples instead of 64 samples as before)
83 + Knob: new GTK+ control based on GtkRange, with my primitive bitmap set
84   (generated with Python and Cairo)
85 + Organ: added a GUI too, very provisional
86 + Organ: fixed Hold pedal (doesn't release the notes which are still depressed)
87 + RotarySpeaker: new effect (split off Organ)
88 + all: denormal fixes (still some denormals present in reverb)
89 + Reverb: better time setting (decay time somewhat corresponds to -60dB
90   attenuation time)
91 + JackHost: -M switch allows for automatic connection to JACK MIDI event source
92   (use -M system:midi_capture_2 or -M 2 for autoconnection to
93   system:midi_capture_2; of course, the short numeric form only work for
94   system:midi_capture_ ports)
95 + JackHost: -p switch selects a preset automatically
96 + JackHost: better size setting algorithm
97 + JackHost: duplicate client name (causing JACK to rename the client) doesn't
98   break autoconnecting functionality
99 + autotools configuration update (detect Cairo and require newer GTK+)
100 + more presets