-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCHANGELOG
More file actions
144 lines (108 loc) · 4.21 KB
/
Copy pathCHANGELOG
File metadata and controls
144 lines (108 loc) · 4.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
*******************************************************************************
* RECENT CHANGES
*******************************************************************************
=== 1.0.39 ===
* Updated build scripts and dependencies.
=== 1.0.38 ===
* Updated build scripts and dependencies.
=== 1.0.37 ===
* Updated build scripts and dependencies.
=== 1.0.36 ===
* Frequency knob now also is affected by note quantization switch.
* Updated build scripts and dependencies.
=== 1.0.35 ===
* Better parsing APO filter files.
* Added support of bilinear transform filters decramping.
* Fixed artifacts at the edges of the equalization curve.
* Updated build scripts and dependencies.
=== 1.0.34 ===
* Updated build scripts and dependencies.
=== 1.0.33 ===
* Updated build scripts and dependencies.
=== 1.0.32 ===
* Added display of piano keyboard layout on graph.
* Added frequency quantization function to match the exact frequency of the note.
* Updated build scripts and dependencies.
=== 1.0.31 ===
* Added left/right and mid/side linking in the UI.
* Updated build scripts and dependencies.
=== 1.0.30 ===
* Updated build scripts and dependencies.
=== 1.0.29 ===
* Updated build scripts and dependencies.
=== 1.0.28 ===
* Fixed imprecise spectrum graph when rapidly changing the frequency of filter.
* Updated build scripts and dependencies.
=== 1.0.27 ===
* Fixed compilation on modern compilers.
* Updated build scripts and dependencies.
=== 1.0.26 ===
* Added send/return options to communicate with another equalizers/plugins.
* Updated build scripts and dependencies.
* Changed the frequencies that are responsible for enabling filter types when double-clicking on the graph
=== 1.0.25 ===
* Updated build scripts and dependencies.
=== 1.0.24 ===
* Updated build scripts and dependencies.
=== 1.0.23 ===
* Updated build scripts and dependencies.
=== 1.0.22 ===
* Fixed bug in smoothing mode when parameters of filters change.
* Implemented Bypass::process_wet method for better performance.
* Updated build scripts and dependencies.
=== 1.0.21 ===
* Implemented separate input and output signal spectrum analysis.
* Implemented automatic scale of spectrum graph switch.
* Updated zoom fader.
* Added support of variable size of filter dots.
* Implemented x8 versions.
* Updated build scripts and dependencies.
=== 1.0.20 ===
* Updated build scripts and dependencies.
=== 1.0.19 ===
* Updated build scripts and dependencies.
=== 1.0.18 ===
* Updated build scripts and dependencies.
=== 1.0.17 ===
* Fixed frequency inspection bug for LeftRight and MidSide versions of plugin.
* Added Bandpass, Ladder-pass and Ladder-rej filters.
* Updated build scripts and dependencies.
=== 1.0.16 ===
* Updated build scripts and dependencies.
=== 1.0.15 ===
* Updated build scripts and dependencies.
=== 1.0.14 ===
* Fixed regression: non-working solo button after 1.2.6 release.
* Added display of filter number, filer channel and filter type near to the
frequency and note.
* Added possibility to switch filter between Mid/Side and Left/Right channels.
* Updated build scripts and dependencies.
=== 1.0.13 ===
* Equalizer is now smoothly operating with frequency/gain/q factor for each
mode: FIR, IIR, FFT, SPM.
* Added popup menu for more precise control over the equalizer dot on the graph.
* Added frequency and note displaying (with detune in cents) over the currently
configured filter.
* Implemented automatic and manual inspect mode for filters.
* Updated build scripts and dependencies.
=== 1.0.12 ===
* Fixed invalid version number in metadata.
=== 1.0.11 ===
* Updated build scripts and dependencies.
=== 1.0.10 ===
* Updated build scripts and dependencies.
=== 1.0.9 ===
* Added built-in presets for some music genres (contributed by Largos @ linuxmusicians).
* Added possibility to add several filters by performing mouse double click on the graph area.
* Updated build scripts and dependencies.
=== 1.0.8 ===
* Updated build scripts and dependencies.
=== 1.0.7 ===
* Added german translations (contributed by Johannes Guenther).
* Updated build scripts and dependencies.
=== 1.0.6 ===
* Updated plugin metadata (contributed by Dennis Braun).
* Updated dependencies and build scripts.
* Updated build scripts and dependencies.
=== 1.0.5 ===
* Initial release.