From 58f361594c96f378f6d904af3775e9bc7fcfe1bd Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sat, 26 Oct 2019 05:22:47 -0400 Subject: [PATCH] Update manifest for JE, TercerBrazo, rcm, TinyTricks, RJModules --- manifests/JE.json | 33 ++++++++++++++++++++++++++++----- manifests/RJModules.json | 10 +++++++++- manifests/TercerBrazo.json | 6 +++--- manifests/TinyTricks.json | 30 +++++++++++++++++++++++++++++- manifests/rcm.json | 11 ++++++++++- 5 files changed, 79 insertions(+), 11 deletions(-) diff --git a/manifests/JE.json b/manifests/JE.json index e7d4d9ae..c8cbe216 100644 --- a/manifests/JE.json +++ b/manifests/JE.json @@ -1,10 +1,33 @@ { + "slug": "JE", "name": "JE", + "version": "1.0.0", + "license": "GPL-3.0-or-later", + "brand": "JE", "author": "Julien Eres", - "license": "MIT", - "manualUrl": "https://github.com/eres-j/VCVRack-plugin-JE/blob/master/README.md", + "authorEmail": "", + "authorUrl": "http://audio.julieneres.com/", + "pluginUrl": "https://github.com/eres-j/VCVRack-plugin-JE", + "manualUrl": "https://github.com/eres-j/VCVRack-plugin-JE", "sourceUrl": "https://github.com/eres-j/VCVRack-plugin-JE", - "pluginUrl": "https://github.com/eres-j/VCVRack-plugin-JE/blob/master/README.md", - "slug": "JE", - "version": "0.5.1" + "donateUrl": "https://www.paypal.me/JulienEres", + "changelogUrl": "", + "modules": [ + { + "slug": "RM", + "name": "RM", + "description": "Ring Modulator", + "tags": [ + "Ring modulator" + ] + }, + { + "slug": "WF", + "name": "WF", + "description": "Wave Folder", + "tags": [ + "Waveshaper" + ] + } + ] } \ No newline at end of file diff --git a/manifests/RJModules.json b/manifests/RJModules.json index 232ce435..c2ec4c8f 100644 --- a/manifests/RJModules.json +++ b/manifests/RJModules.json @@ -1,7 +1,7 @@ { "slug": "RJModules", "name": "RJModules", - "version": "1.2.1", + "version": "1.3.0", "license": "MIT", "brand": "RJModules", "author": "Rich Jones", @@ -397,6 +397,14 @@ "Utility", "Sequencer" ] + }, + { + "slug": "Succulent", + "name": "Succulent", + "description": "r/synthesizercirclejerk", + "tags": [ + "Utility" + ] } ] } \ No newline at end of file diff --git a/manifests/TercerBrazo.json b/manifests/TercerBrazo.json index ef865701..0280d0b3 100644 --- a/manifests/TercerBrazo.json +++ b/manifests/TercerBrazo.json @@ -1,14 +1,14 @@ { "slug": "TercerBrazo", "name": "TercerBrazo", - "version": "1.0.0", + "version": "1.0.3", "license": "GPL-3.0-or-later", "brand": "TercerBrazo", "author": "Diego Dorado", "authorEmail": "diegodorado@gmail.com", "authorUrl": "https://diegodorado.com", - "pluginUrl": "", - "manualUrl": "", + "pluginUrl": "https://github.com/diegodorado/TercerBrazo", + "manualUrl": "https://github.com/diegodorado/TercerBrazo", "sourceUrl": "https://github.com/diegodorado/TercerBrazo", "donateUrl": "", "modules": [ diff --git a/manifests/TinyTricks.json b/manifests/TinyTricks.json index e5a24cf2..400fc2b8 100644 --- a/manifests/TinyTricks.json +++ b/manifests/TinyTricks.json @@ -2,7 +2,7 @@ "slug": "TinyTricks", "name": "Tiny Tricks", "brand": "Tiny Tricks", - "version": "1.1.1", + "version": "1.2.1", "license": "MIT", "author": "Thomas Ren\u00e9 Sidor", "authorEmail": "mail@thomassidor.com", @@ -161,6 +161,34 @@ "tags": [ "oscillator" ] + }, + { + "slug": "RX8", + "name": "Random Mix x8", + "description": "Randomly mix 8 channels.", + "tags": [ + "switch", + "random", + "utility" + ] + }, + { + "slug": "SN1", + "name": "Simplex Noise LFO", + "description": "Low-frequency oscillator based on simplex noise.", + "tags": [ + "low-frequency oscillator", + "random" + ] + }, + { + "slug": "SN8", + "name": "Simplex Noise LFO x8", + "description": "8x Low-frequency oscillators based on simplex noise.", + "tags": [ + "low-frequency oscillator", + "random" + ] } ] } \ No newline at end of file diff --git a/manifests/rcm.json b/manifests/rcm.json index 0ed51a68..4aa007a9 100644 --- a/manifests/rcm.json +++ b/manifests/rcm.json @@ -2,7 +2,7 @@ "slug": "rcm", "name": "RCM", "brand": "RCM", - "version": "1.0.1", + "version": "1.1.0", "license": "GPL-2.0-or-later", "author": "RCM", "authorEmail": "rcmmodules@tupper.org.uk", @@ -84,6 +84,15 @@ "Sequencer" ] }, + { + "slug": "rcm-polynos", + "name": "Poly Noise", + "description": "Polyphonic white noise output. Polyphony matches src input", + "tags": [ + "Polyphonic", + "Noise" + ] + }, { "slug": "rcm-pianoroll", "name": "Piano Roll",