From 50f77588179664bd3e4cb68fc3b5a1e461c1e1cd Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sat, 2 Nov 2019 19:13:30 -0400 Subject: [PATCH] Update manifest for MockbaModular, RJModules --- manifests/MockbaModular.json | 18 +++++++++++++++++- manifests/RJModules.json | 27 ++++++++++++++++++++++++++- 2 files changed, 43 insertions(+), 2 deletions(-) diff --git a/manifests/MockbaModular.json b/manifests/MockbaModular.json index 0a139574..986aeb5c 100644 --- a/manifests/MockbaModular.json +++ b/manifests/MockbaModular.json @@ -1,7 +1,7 @@ { "slug": "MockbaModular", "name": "Mockba Modular", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "brand": "Mockba Modular", "author": "Mockba the Borg", @@ -21,6 +21,22 @@ "Utility" ] }, + { + "slug": "Dividah", + "name": "Dividah", + "description": "Simple clock divider", + "tags": [ + "Utility" + ] + }, + { + "slug": "Countah", + "name": "Countah", + "description": "Simple clock counter", + "tags": [ + "Utility" + ] + }, { "slug": "UDPClockMaster", "name": "Mastah", diff --git a/manifests/RJModules.json b/manifests/RJModules.json index c2ec4c8f..9f57cf83 100644 --- a/manifests/RJModules.json +++ b/manifests/RJModules.json @@ -1,7 +1,7 @@ { "slug": "RJModules", "name": "RJModules", - "version": "1.3.0", + "version": "1.4.0", "license": "MIT", "brand": "RJModules", "author": "Rich Jones", @@ -73,6 +73,15 @@ "Utility" ] }, + { + "slug": "PlayableChord", + "name": "Playable Chord", + "description": "Generates chords in various positions, and accepts input via V/OCT with octave control.", + "tags": [ + "MIDI", + "Utility" + ] + }, { "slug": "Floats", "name": "Floats", @@ -405,6 +414,22 @@ "tags": [ "Utility" ] + }, + { + "slug": "PingPong", + "name": "Clock Synced Ping Pong Delay", + "description": "Clock Synced Ping Pong Delay", + "tags": [ + "Effect" + ] + }, + { + "slug": "Brickwall", + "name": "Brick Wall Limiter", + "description": "Brick Wall Limiter", + "tags": [ + "Effect" + ] } ] } \ No newline at end of file