Browse Source

Update manifest for CountModula, pfzzz

v1
Andrew Belt 5 years ago
parent
commit
bd9a7ae50a
2 changed files with 50 additions and 1 deletions
  1. +25
    -1
      manifests/CountModula.json
  2. +25
    -0
      manifests/pfzzz.json

+ 25
- 1
manifests/CountModula.json View File

@@ -1,7 +1,7 @@
{
"slug": "CountModula",
"name": "Count Modula",
"version": "1.4.2",
"version": "1.5.0",
"license": "GPL-3.0-only",
"brand": "Count Modula",
"author": "Adam Verspaget",
@@ -502,6 +502,30 @@
"tags": [
"Blank"
]
},
{
"slug": "OffsetGenerator",
"name": "Offset Generator",
"description": "Offsets a CV signal by a given amount.",
"tags": [
"Utility"
]
},
{
"slug": "Chances",
"name": "Single Bernoulli Gate",
"description": "Randomized routing of gate signals",
"tags": [
"Random"
]
},
{
"slug": "Fade",
"name": "Fade-in/Fade-out and Record Controller",
"description": "Automated fade in/out with integrated start/stop control for the VCV Record module",
"tags": [
"Controller"
]
}
]
}

+ 25
- 0
manifests/pfzzz.json View File

@@ -0,0 +1,25 @@
{
"slug": "pfzzz",
"name": "Pfzzz",
"version": "1.0.3",
"license": "GPL-3.0-or-later",
"brand": "Pfzzz",
"author": "Omar Shaban",
"authorEmail": "pfzzz.pfzzz@gmail.com",
"authorUrl": "https://github.com/0mars",
"pluginUrl": "https://github.com/pfzzz/rack-plugin",
"manualUrl": "https://github.com/pfzzz/rack-plugin/tree/master",
"sourceUrl": "https://github.com/pfzzz/rack-plugin",
"donateUrl": "",
"changelogUrl": "https://github.com/pfzzz/rack-plugin/releases",
"modules": [
{
"slug": "OhGates",
"name": "OhGates",
"description": "",
"tags": [
"Function generator"
]
}
]
}

Loading…
Cancel
Save