Xenakios 5 years ago
parent
commit
401bcce340
2 changed files with 29 additions and 26 deletions
  1. +8
    -6
      CHANGELOG.md
  2. +21
    -20
      plugin.json

+ 8
- 6
CHANGELOG.md View File

@@ -1,12 +1,14 @@
### 1.0.1 (2020-02-27)
- Fix tags and module descriptions.

### 0.6.3 (2018-10-10)
### 1.0.0 (2019-06-13)
- Port to v1.

- Added Segment Generator
### 0.6.3 (2018-10-10)
- Add Segment Generator.

### 0.6.2 (2018-10-09)

- Added Random Sampler from Audible Instruments Preview
- Add Random Sampler from Audible Instruments Preview.

### 0.6.1 (2018-09-12)

- Added Macro Oscillator 2 from Audible Instruments Preview
- Add Macro Oscillator 2 from Audible Instruments Preview.

+ 21
- 20
plugin.json View File

@@ -1,14 +1,15 @@
{
"slug": "AudibleInstruments",
"version": "1.0.0",
"version": "1.0.1",
"license": "GPL-3.0-only",
"name": "Audible Instruments",
"author": "VCV",
"authorEmail": "contact@vcvrack.com",
"authorUrl": "https://vcvrack.com/",
"pluginUrl": "https://vcvrack.com/AudibleInstruments.html",
"manualUrl": "https://vcvrack.com/AudibleInstruments.html#manual",
"pluginUrl": "https://vcvrack.com/AudibleInstruments",
"manualUrl": "https://vcvrack.com/AudibleInstruments#manual",
"sourceUrl": "https://github.com/VCVRack/AudibleInstruments",
"changelogUrl": "https://github.com/VCVRack/AudibleInstruments/blob/v1/CHANGELOG.md",
"donateUrl": "",
"modules": [
{
@@ -17,7 +18,7 @@
"description": "Based on Mutable Instruments Braids",
"tags": [
"Oscillator",
"Hardware"
"Hardware clone"
]
},
{
@@ -26,7 +27,7 @@
"description": "Based on Mutable Instruments Plaits",
"tags": [
"Oscillator",
"Hardware"
"Hardware clone"
]
},
{
@@ -35,7 +36,7 @@
"description": "Based on Mutable Instruments Elements",
"tags": [
"Physical modeling",
"Hardware"
"Hardware clone"
]
},
{
@@ -47,7 +48,7 @@
"Oscillator",
"Waveshaper",
"Function generator",
"Hardware"
"Hardware clone"
]
},
{
@@ -59,7 +60,7 @@
"Oscillator",
"Waveshaper",
"Function generator",
"Hardware"
"Hardware clone"
]
},
{
@@ -69,7 +70,7 @@
"tags": [
"Granular",
"Reverb",
"Hardware"
"Hardware clone"
]
},
{
@@ -79,7 +80,7 @@
"tags": [
"Ring modulator",
"Waveshaper",
"Hardware"
"Hardware clone"
]
},
{
@@ -88,7 +89,7 @@
"description": "Based on Mutable Instruments Rings",
"tags": [
"Physical modeling",
"Hardware"
"Hardware clone"
]
},
{
@@ -98,7 +99,7 @@
"tags": [
"Multiple",
"Mixer",
"Hardware"
"Hardware clone"
]
},
{
@@ -109,7 +110,7 @@
"Utility",
"Sample and hold",
"Noise",
"Hardware"
"Hardware clone"
]
},
{
@@ -118,7 +119,7 @@
"description": "Based on Mutable Instruments Shades",
"tags": [
"Mixer",
"Hardware"
"Hardware clone"
]
},
{
@@ -128,7 +129,7 @@
"tags": [
"Random",
"Dual",
"Hardware"
"Hardware clone"
]
},
{
@@ -138,7 +139,7 @@
"tags": [
"Mixer",
"Attenuator",
"Hardware"
"Hardware clone"
]
},
{
@@ -147,7 +148,7 @@
"description": "Based on Mutable Instruments Veils",
"tags": [
"Mixer",
"Hardware"
"Hardware clone"
]
},
{
@@ -159,7 +160,7 @@
"Mixer",
"Attenuator",
"LFO",
"Hardware"
"Hardware clone"
]
},
{
@@ -169,7 +170,7 @@
"tags": [
"Function generator",
"Envelope generator",
"Hardware"
"Hardware clone"
]
},
{
@@ -178,7 +179,7 @@
"description": "Based on Mutable Instruments Marbles",
"tags": [
"Random",
"Hardware"
"Hardware clone"
]
}
]

Loading…
Cancel
Save