Browse Source

Bump version. Update changelog.

tags/v2.2.0
Andrew Belt 3 years ago
parent
commit
3715a63765
2 changed files with 5 additions and 1 deletions
  1. +4
    -0
      CHANGELOG.md
  2. +1
    -1
      plugin.json

+ 4
- 0
CHANGELOG.md View File

@@ -1,5 +1,9 @@
# Fundamental changelog # Fundamental changelog


### 2.2.0 (2022-05-22)
- Add CV Mix.
- Add Fade.

### 2.1.0 (2022-01-23) ### 2.1.0 (2022-01-23)
- VCA Mix - VCA Mix
- When mixing polyphonic and monophonic signals, don't copy monophonic signals to all polyphonic channels. Simply mix them to polyphonic channel 1. - When mixing polyphonic and monophonic signals, don't copy monophonic signals to all polyphonic channels. Simply mix them to polyphonic channel 1.


+ 1
- 1
plugin.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "Fundamental", "slug": "Fundamental",
"name": "Fundamental", "name": "Fundamental",
"version": "2.1.0",
"version": "2.2.0",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"brand": "VCV", "brand": "VCV",
"author": "VCV", "author": "VCV",


Loading…
Cancel
Save