1Changes since last release tag:
2
3
4---- balance.lv2 ----
5* Update Makefile: visibility flags, optimizations, etc
6* Add icons
7* Improve x-builds (pkg-config variable)
8
9---- controlfilter.lv2 ----
10* Update README.md
11
12---- convoLV2 ----
13* Fix linking against libpthread
14
15---- darc.lv2 ----
16* update man page for v0.5.6
17* Prevent drawing of current peak level outside of the grid
18* Protect against NaN and Inf -- #4
19
20---- dpl.lv2 ----
21* update man page for v0.5.3
22* Protect internal state against NaN and Inf
23* Add some const'ness
24* Fix peak falloff in case of huge or inf
25* Clean-up and annotate source code, reduce variable scope
26* Lower gain target threshold to delta of ~ -66dB
27* Prolong input-gain parameter smoothing #3
28
29---- fat1.lv2 ----
30* update man page for v0.7.0
31* GUI: directly set minor scales
32* Amend 0b4032453, fix UI sensitivity
33* Amend 4eb199ec6d, build-dependency
34* Add minor scales
35* Implement variant with single scale control
36* Fix microtonal JACK app variant
37* Fix stuck touch-event when using MIDI mode
38* Minor code cleanup
39
40---- fil4.lv2 ----
41* update man page for v0.7.5
42* Fix spectrum control sensitivity - closes #20
43
44---- matrixmixer.lv2 ----
45* update man page for v0.3.3
46* Update robtk submodule
47
48---- meters.lv2 ----
49* update man page for v0.9.19
50* Amend previous commit (fix lib extension)
51* Fix make dependency rule for mac/win builds #32
52* Bitmeter: extend inline-display (NaN/Inf/Silence)
53* Fix Woverflow warning
54
55---- mididebug.lv2 ----
56* Improve x-builds (pkg-config variable)
57
58---- midifilter.lv2 ----
59* Finalize note to patch-change filter
60* Prototype simple note to patch change message filter
61
62---- midigen.lv2 ----
63* Last but not least: 4/4 rock drum pattern
64* Scalepoint label consistency
65* Tweak scalepoint labels
66* Re-order sequences (for hosts that don't sort scalepoints)
67* Add C1 -> C7 note sweep
68* Add oblig. amen break
69* Add GM Drum sweep sequence
70* Update sequence labels/names
71* Add a Legato to Staccato sequence -- #2
72* Some actual black MIDI
73* Simple black-midi: 256 concurrent notes spread over 16 channels
74* Strip initial silence of MIDI files
75* Revert "Send all sound off with panic message"
76* Add a simple black-midi (all 128 notes)
77* Fix panic-message, include channel 15.
78* Rudolph at proper tempo & with CC/PGM
79* Reset program/patches when sequence changes
80* Send all sound off with panic message
81* Add script to convert midi to .h include
82* Add a tune utilizing GM/GS -- #2
83
84---- midimap.lv2 ----
85* Use defined line length in state-restore
86* Fix line numbers in error messages when restoring state
87
88---- mixtri.lv2 ----
89* update man page for v0.4.3
90* Update robtk submodule
91
92---- nodelay.lv2 ----
93* Hotfix for delay-mode (regression in 33b7651d)
94* Proper label for mode-select
95
96---- onsettrigger.lv2 ----
97* Add icon
98
99---- phaserotate.lv2 ----
100* LV2: Cache sin/cos (angle)
101* LV2: NO-OP - rename variables, cleanup
102
103---- robtk ----
104* Fix crash when no tooltip handler is defined
105
106---- sisco.lv2 ----
107* Update robtk submodule
108
109---- spectra.lv2 ----
110* update man page for v0.5.3
111* Update robtk submodule
112
113---- stepseq.lv2 ----
114* update man page for v0.6.6
115* Correctly update position when slowing down BPM
116
117---- stereoroute.lv2 ----
118* Tweak scale-point labels, fix parameter range
119
120---- testsignal.lv2 ----
121* Properly seed PCG
122
123---- tuna.lv2 ----
124* update man page for v0.5.5
125* Update robtk submodule
126
127---- xfade.lv2 ----
128* Hide globally visible symbol
129
130---- zconvo.lv2 ----
131* Cache artificial latency
132* Fix configurable variant (bug in e3cf0a59)