diff --git a/manifests/CountModula.json b/manifests/CountModula.json index d1d50d8a..2984559a 100644 --- a/manifests/CountModula.json +++ b/manifests/CountModula.json @@ -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" + ] } ] } \ No newline at end of file diff --git a/manifests/pfzzz.json b/manifests/pfzzz.json new file mode 100644 index 00000000..84f83bc6 --- /dev/null +++ b/manifests/pfzzz.json @@ -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" + ] + } + ] +} \ No newline at end of file