| @@ -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) | ### 1.0.2 (2020-02-29) | ||||
| - Add ModularGrid URLs to manifest. | - Add ModularGrid URLs to manifest. | ||||
| @@ -1,6 +1,6 @@ | |||||
| { | { | ||||
| "slug": "AudibleInstruments", | "slug": "AudibleInstruments", | ||||
| "version": "1.0.2", | |||||
| "version": "1.1.0", | |||||
| "license": "GPL-3.0-or-later", | "license": "GPL-3.0-or-later", | ||||
| "name": "Audible Instruments", | "name": "Audible Instruments", | ||||
| "author": "VCV", | "author": "VCV", | ||||
| @@ -29,7 +29,8 @@ | |||||
| "modularGridUrl": "https://www.modulargrid.net/e/mutable-instruments-plaits", | "modularGridUrl": "https://www.modulargrid.net/e/mutable-instruments-plaits", | ||||
| "tags": [ | "tags": [ | ||||
| "Oscillator", | "Oscillator", | ||||
| "Hardware clone" | |||||
| "Hardware clone", | |||||
| "Polyphonic" | |||||
| ] | ] | ||||
| }, | }, | ||||
| { | { | ||||