diff --git a/CHANGELOG.md b/CHANGELOG.md index 59e9c4d..7dadaec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ -### 1.0.3 (in development) -- Macro Oscillator: Change range of coarse pitch parameter and default value to match hardware. +### 1.1.0 (2020-04-16) +- Macro Oscillator + - Change range of frequency parameter to [-4, 4] octaves in order to match hardware. + - Clean up parameter quantities. +- Macro Oscillator 2 + - Make polyphonic. + - Use separate "invisible" parameters for LPG response and decay, so they can be MIDI-mapped and generally behave better. + - Clean up parameter quantities. ### 1.0.2 (2020-02-29) - Add ModularGrid URLs to manifest. diff --git a/plugin.json b/plugin.json index 02f5405..f30a4e0 100644 --- a/plugin.json +++ b/plugin.json @@ -1,6 +1,6 @@ { "slug": "AudibleInstruments", - "version": "1.0.2", + "version": "1.1.0", "license": "GPL-3.0-or-later", "name": "Audible Instruments", "author": "VCV", @@ -29,7 +29,8 @@ "modularGridUrl": "https://www.modulargrid.net/e/mutable-instruments-plaits", "tags": [ "Oscillator", - "Hardware clone" + "Hardware clone", + "Polyphonic" ] }, {