Browse Source

Update manifest for MockbaModular, RJModules

v1
Andrew Belt 5 years ago
parent
commit
50f7758817
2 changed files with 43 additions and 2 deletions
  1. +17
    -1
      manifests/MockbaModular.json
  2. +26
    -1
      manifests/RJModules.json

+ 17
- 1
manifests/MockbaModular.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "MockbaModular", "slug": "MockbaModular",
"name": "Mockba Modular", "name": "Mockba Modular",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT", "license": "MIT",
"brand": "Mockba Modular", "brand": "Mockba Modular",
"author": "Mockba the Borg", "author": "Mockba the Borg",
@@ -21,6 +21,22 @@
"Utility" "Utility"
] ]
}, },
{
"slug": "Dividah",
"name": "Dividah",
"description": "Simple clock divider",
"tags": [
"Utility"
]
},
{
"slug": "Countah",
"name": "Countah",
"description": "Simple clock counter",
"tags": [
"Utility"
]
},
{ {
"slug": "UDPClockMaster", "slug": "UDPClockMaster",
"name": "Mastah", "name": "Mastah",


+ 26
- 1
manifests/RJModules.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "RJModules", "slug": "RJModules",
"name": "RJModules", "name": "RJModules",
"version": "1.3.0",
"version": "1.4.0",
"license": "MIT", "license": "MIT",
"brand": "RJModules", "brand": "RJModules",
"author": "Rich Jones", "author": "Rich Jones",
@@ -73,6 +73,15 @@
"Utility" "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", "slug": "Floats",
"name": "Floats", "name": "Floats",
@@ -405,6 +414,22 @@
"tags": [ "tags": [
"Utility" "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"
]
} }
] ]
} }

Loading…
Cancel
Save