-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG.txt
62 lines (42 loc) · 1.53 KB
/
CHANGELOG.txt
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
2.1.0
* Added modules to Cardinal :: https://github.com/DISTRHO/Cardinal/pull/573
* Adds Negative Harmony module.
2.0.8
* Transport: renders example display for module browser
* Transport: set default `On Start` action as `No action`. For the
intended default use, the reset signal means to stop. So it made
no sense to send stop on start.
* Adds Pulse module.
* Adds Range module.
2.0.7
* Store the actual playCount as modulo 1000.
* Remove unused font references.
* Included utility for splitting a 16 channel .wav file recorded by
Lilac Looper into 8 separate stereo .wav files.
* Included 8 stereo channel looper patch.
2.0.6
* Updated copyright headers across all cpp and hpp files to reflect dual license.
* Transport:
* Added labels to all inputs and outputs.
2.0.5
* Transport:
* Added LOOP trigger output, pulsed at the start of every record length loop.
* playCount display is modulo 1000 so that it loops back to 0 after 999.
2.0.4
* Changed slug to `EnigmaCurry`.
* Transport:
* Added external reset (stop) input.
* Added internal clock divider.
* Added play button selectable to be a toggle or idempotent.
* Tested working with MIDI-CV CLK and CLK/N for use in a DAW.
* Added configurable RESET for start and/or stop in menu.
2.0.3
* Fix license name in plugin manifest: "GPL-3.0-or-later"
* Load fonts in the drawText call, rather than in the constructor.
2.0.2
* Added Transport Looper example patch
2.0.1
* Added Latch module
* Relicensed as GPLv3+
2.0.0
* Added Transport module