Browse Source

Bump version. Add polyphony tag to Plaits.

tags/v1.1.0
Andrew Belt 5 years ago
parent
commit
4c810a1743
2 changed files with 11 additions and 4 deletions
  1. +8
    -2
      CHANGELOG.md
  2. +3
    -2
      plugin.json

+ 8
- 2
CHANGELOG.md View File

@@ -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.


+ 3
- 2
plugin.json View File

@@ -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"
]
},
{


Loading…
Cancel
Save