Browse Source

Update manifest for PdArray, OrangeLine

v1
Andrew Belt 5 years ago
parent
commit
e516db0d87
2 changed files with 64 additions and 0 deletions
  1. +27
    -0
      manifests/OrangeLine.json
  2. +37
    -0
      manifests/PdArray.json

+ 27
- 0
manifests/OrangeLine.json View File

@@ -0,0 +1,27 @@
{
"slug": "OrangeLine",
"name": "OrangeLine",
"version": "1.0.0",
"license": "GPL-3.0-only",
"brand": "",
"author": "Dieter Stubler",
"authorEmail": "dieter.stubler@googlemail.com",
"authorUrl": "https://github.com/Stubs42/OrangeLine",
"pluginUrl": "https://github.com/Stubs42/OrangeLine",
"manualUrl": "https://github.com/Stubs42/OrangeLine/blob/master/README.md",
"sourceUrl": "https://github.com/Stubs42/OrangeLine",
"donateUrl": "https://paypal.me/DieterStubler?locale.x=de_DE",
"modules": [
{
"slug": "Fence",
"name": "Fence",
"description": "Keep CVs in a defined pitch range",
"tags": [
"Quantizer",
"Tuner",
"Utility",
"WaveShaper"
]
}
]
}

+ 37
- 0
manifests/PdArray.json View File

@@ -0,0 +1,37 @@
{
"slug": "PdArray",
"name": "PdArray",
"version": "1.0.1",
"license": "MIT",
"brand": "",
"author": "M\u00e1rton Gunyh\u00f3",
"authorEmail": "",
"authorUrl": "",
"pluginUrl": "https://github.com/mgunyho/PdArray",
"manualUrl": "https://github.com/mgunyho/PdArray",
"sourceUrl": "https://github.com/mgunyho/PdArray",
"donateUrl": "",
"modules": [
{
"slug": "Array",
"name": "Array",
"description": "Draw or record sequences, envelopes or audio",
"tags": [
"envelope generator",
"function generator",
"sampler",
"visual",
"waveshaper"
]
},
{
"slug": "Miniramp",
"name": "Miniramp",
"description": "Generate a ramp from 0V to 10V with a given duration",
"tags": [
"envelope generator",
"utility"
]
}
]
}

Loading…
Cancel
Save