-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGELOG
119 lines (104 loc) · 3.22 KB
/
CHANGELOG
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
0.1.6:
* Bug fix on wscript
0.1.5:
* A small plugin to convert Ingen Control to VC ('0 to 1' to '-1 to 1') REMOVED because it is now possible in Ingen
* A new LFO to be controlled via Freq, not Tempo
* Removed usage of Jack library
* VCO2 CV as well... to be used as modulator
* LFO Tempo Divider goes from 1/128 to 32 and is displayed as such in Dial
* A few bug fixes
* New examples
* Bug fix: default resonance value in vcf.ttl
* VC to HZ and HZ to VC: all input/output as VC
* VCA for CV
* VCO Edge is controllable (for Square and Triangle)
* VCO has now a semitone parameter (no harmonic/subharmonic no more)
* Plugin to change the amplitude of a VC (-1/1 to 0/2 for example)
* VC to Control and Control to VC plugin
0.1.4:
* LFO frequency now represented as Tempo and Multiplier
* Beat Repeater doesn't crash if parameters changed while repeating
* A small plugin to convert Ingen Control to VC ('0 to 1' to '-1 to 1')
0.1.3:
* Fix in Sample&Hold ttl
* Fix in Presets
0.1.2:
* VCF Resonance filter bug fix
* Optimization in wscript
* Trashy DownSampler
* Granulator
* Mixer 2 channels
* BeatRepeater Stereo & Mono
* BeatSlice Stereo & Mono
* Percussive Envelope bug fix
0.1.1:
* New presets
* GUI fixes for VCO2
0.1.0:
* Plugins using CV
* Plugins with updated GUI
* David Robillard Patch:
* Fixed several errors and typos discovered by sord_validate.
* Clean up port names (unfortunately some symbols are pretty weird too but changing this would break compatibility), use label conventions consistent with fomp
* Describe project separately and link plugins to it (one description of maintainer etc., and now validates)
* Make ports with scale points enumerations so a combo box will be shown in hosts (including Ingen)
* Categorized plugins and remove references to non-existent classes. I added lv2:EnvelopePlugin for this, it will be included in the next spec release
* "Envelop" => "Envelope
* Dial to react to mouse scroll
0.0.9:
* Migrated the code to lvtk (lvtoolkitorg)
* Starting not to use Gtk Builder
* Using Luppp Dial for GUI
* Non Linear Dial (very dirty method)
* Remove JACKLFO (not necessary, using LV2 Time)
* LFO frequency can be set manually or in sync with LV2 Time
* Tranches plugin now using LV2 Time
0.0.8:
* VCF GUI
* Ported from AMS:
- Ring Modulator
- Sample&Hold
- VC Panning (with GUI)
- VC Switch
* Percussive Env based on the AMS Env
* MoogLFP ported from LADSPA MCP Plugins
* Use VC Port
0.0.7:
* License updated
* Ported from AMS:
- Absolute
- Inv
* Jack sync LFO based on the AMS one
* Ported from Tranches (http://hitmuri.net/tardigrade/index.php/En/News)
- Tranches
* URI modified to http://avwlv2.sourceforge.net
0.0.6:
* Basic GUI for Analog Driver, Envelop and Advanced Envelop
* Ported:
- CV Source
- Delay
- Dynamic Waves (4 Osc)
0.0.5:
* Bug correction in wscript
0.0.4:
* GUI for VCO2
0.0.3:
* Mixer ported (mixer 4->1)
* Slew Limiter
* Advanced Envelop
* A few test presets
0.0.2:
* VC to HZ module (ported from Conv in AMS)
* HZ to VC module (ported from Omins)
* Ported:
- Env
- VCA (two plugins: VCA Lin and VCA Exp)
0.0.1:
* Initial version
* Ported:
- Analog Driver
- Amplifier
- LFO
- Noise2
- VCF
- VCO2