From 4c810a174377cebdf2e20a529d85c034159b05a6 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Thu, 16 Apr 2020 10:05:57 -0400 Subject: [PATCH] Bump version. Add polyphony tag to Plaits. --- CHANGELOG.md | 10 ++++++++-- plugin.json | 5 +++-- 2 files changed, 11 insertions(+), 4 deletions(-) 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" ] }, {