Browse Source

Update manifest for JE, TercerBrazo, rcm, TinyTricks, RJModules

v1
Andrew Belt 5 years ago
parent
commit
58f361594c
5 changed files with 79 additions and 11 deletions
  1. +28
    -5
      manifests/JE.json
  2. +9
    -1
      manifests/RJModules.json
  3. +3
    -3
      manifests/TercerBrazo.json
  4. +29
    -1
      manifests/TinyTricks.json
  5. +10
    -1
      manifests/rcm.json

+ 28
- 5
manifests/JE.json View File

@@ -1,10 +1,33 @@
{ {
"slug": "JE",
"name": "JE", "name": "JE",
"version": "1.0.0",
"license": "GPL-3.0-or-later",
"brand": "JE",
"author": "Julien Eres", "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", "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"
]
}
]
} }

+ 9
- 1
manifests/RJModules.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "RJModules", "slug": "RJModules",
"name": "RJModules", "name": "RJModules",
"version": "1.2.1",
"version": "1.3.0",
"license": "MIT", "license": "MIT",
"brand": "RJModules", "brand": "RJModules",
"author": "Rich Jones", "author": "Rich Jones",
@@ -397,6 +397,14 @@
"Utility", "Utility",
"Sequencer" "Sequencer"
] ]
},
{
"slug": "Succulent",
"name": "Succulent",
"description": "r/synthesizercirclejerk",
"tags": [
"Utility"
]
} }
] ]
} }

+ 3
- 3
manifests/TercerBrazo.json View File

@@ -1,14 +1,14 @@
{ {
"slug": "TercerBrazo", "slug": "TercerBrazo",
"name": "TercerBrazo", "name": "TercerBrazo",
"version": "1.0.0",
"version": "1.0.3",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"brand": "TercerBrazo", "brand": "TercerBrazo",
"author": "Diego Dorado", "author": "Diego Dorado",
"authorEmail": "diegodorado@gmail.com", "authorEmail": "diegodorado@gmail.com",
"authorUrl": "https://diegodorado.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", "sourceUrl": "https://github.com/diegodorado/TercerBrazo",
"donateUrl": "", "donateUrl": "",
"modules": [ "modules": [


+ 29
- 1
manifests/TinyTricks.json View File

@@ -2,7 +2,7 @@
"slug": "TinyTricks", "slug": "TinyTricks",
"name": "Tiny Tricks", "name": "Tiny Tricks",
"brand": "Tiny Tricks", "brand": "Tiny Tricks",
"version": "1.1.1",
"version": "1.2.1",
"license": "MIT", "license": "MIT",
"author": "Thomas Ren\u00e9 Sidor", "author": "Thomas Ren\u00e9 Sidor",
"authorEmail": "mail@thomassidor.com", "authorEmail": "mail@thomassidor.com",
@@ -161,6 +161,34 @@
"tags": [ "tags": [
"oscillator" "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"
]
} }
] ]
} }

+ 10
- 1
manifests/rcm.json View File

@@ -2,7 +2,7 @@
"slug": "rcm", "slug": "rcm",
"name": "RCM", "name": "RCM",
"brand": "RCM", "brand": "RCM",
"version": "1.0.1",
"version": "1.1.0",
"license": "GPL-2.0-or-later", "license": "GPL-2.0-or-later",
"author": "RCM", "author": "RCM",
"authorEmail": "rcmmodules@tupper.org.uk", "authorEmail": "rcmmodules@tupper.org.uk",
@@ -84,6 +84,15 @@
"Sequencer" "Sequencer"
] ]
}, },
{
"slug": "rcm-polynos",
"name": "Poly Noise",
"description": "Polyphonic white noise output. Polyphony matches src input",
"tags": [
"Polyphonic",
"Noise"
]
},
{ {
"slug": "rcm-pianoroll", "slug": "rcm-pianoroll",
"name": "Piano Roll", "name": "Piano Roll",


Loading…
Cancel
Save