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

+ 9
- 1
manifests/RJModules.json View File

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

+ 3
- 3
manifests/TercerBrazo.json View File

@@ -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": [


+ 29
- 1
manifests/TinyTricks.json View File

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

+ 10
- 1
manifests/rcm.json View File

@@ -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",


Loading…
Cancel
Save