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",
"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",


+ 26
- 1
manifests/RJModules.json View File

@@ -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"
]
}
]
}

Loading…
Cancel
Save