Browse Source

Update manifest for JLmod, voxglitch, CountModula

v1
Andrew Belt 5 years ago
parent
commit
7735d1fdf3
3 changed files with 145 additions and 2 deletions
  1. +111
    -1
      manifests/CountModula.json
  2. +33
    -0
      manifests/JLmod.json
  3. +1
    -1
      manifests/voxglitch.json

+ 111
- 1
manifests/CountModula.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "CountModula", "slug": "CountModula",
"name": "Count Modula", "name": "Count Modula",
"version": "1.8.1",
"version": "1.9.0",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"brand": "Count Modula", "brand": "Count Modula",
"author": "Adam Verspaget", "author": "Adam Verspaget",
@@ -515,6 +515,22 @@
"Blank" "Blank"
] ]
}, },
{
"slug": "Blank20HP",
"name": "Blank Panel - 20HP",
"description": "20HP blank panel",
"tags": [
"Blank"
]
},
{
"slug": "Blank24HP",
"name": "Blank Panel - 24HP",
"description": "24HP blank panel",
"tags": [
"Blank"
]
},
{ {
"slug": "OffsetGenerator", "slug": "OffsetGenerator",
"name": "Offset Generator", "name": "Offset Generator",
@@ -804,6 +820,100 @@
"Utility", "Utility",
"Polyphonic" "Polyphonic"
] ]
},
{
"slug": "Switch1To8",
"name": "Switch 1-8",
"description": "1 input to 8 output sequential/VC switch",
"tags": [
"Switch"
]
},
{
"slug": "Switch8To1",
"name": "Switch 8-1",
"description": "8 input to 1 output sequential/VC switch/router",
"tags": [
"Switch"
]
},
{
"slug": "Switch1To16",
"name": "Switch 1-16",
"description": "1 input to 16 output sequential/VC switch",
"tags": [
"Switch"
]
},
{
"slug": "Switch16To1",
"name": "Switch 16-1",
"description": "16 input to 1 output sequential/VC switch/router",
"tags": [
"Switch"
]
},
{
"slug": "SequencerTriggers8",
"name": "8 Step Sequencer Trigger Output Expander",
"description": "Adds individual trigger outputs to the 8 Step Sequencer",
"tags": [
"Sequencer",
"Expander"
]
},
{
"slug": "SequencerTriggers16",
"name": "16 Step Sequencer Trigger Output Expander",
"description": "Adds individual trigger outputs to the 16 Step Sequencer",
"tags": [
"Sequencer",
"Expander"
]
},
{
"slug": "BusRoute",
"name": "Bus Route",
"description": "Switched gate combiner/router",
"tags": [
"Switch",
"Logic"
]
},
{
"slug": "BusRoute2",
"name": "Bus Route",
"description": "Switched gate combiner",
"tags": [
"Switch",
"Logic"
]
},
{
"slug": "MatrixCombiner",
"name": "Matrix Combiner",
"description": "Gate combiner/switched multiple",
"tags": [
"Switch",
"Logic",
"Multiple"
]
},
{
"slug": "ClockDivider",
"name": "Clock Divider",
"description": "Clock divider with up/down mode and optional trigger outputs",
"tags": [
"Clock modulator"
]
},
{
"slug": "BinaryComparator",
"name": "Binary Comparator",
"description": "Compares two binary words",
"tags": [
"Logic"
]
} }
] ]
} }

+ 33
- 0
manifests/JLmod.json View File

@@ -0,0 +1,33 @@
{
"slug": "JLmod",
"name": "JLmod",
"version": "1.0.0",
"license": "GPL-3.0-or-later",
"brand": "JLmod",
"author": "Joakim Lindbom",
"authorEmail": "Joakim.Lindbom@gmail.com",
"authorUrl": "",
"pluginUrl": "",
"manualUrl": "",
"sourceUrl": "https://github.com/JoakimLindbom/JLmod",
"donateUrl": "",
"changelogUrl": "",
"modules": [
{
"slug": "DebugExpander",
"name": "DebugExpander",
"description": "Debugger for Ratchets module",
"tags": [
"Utility"
]
},
{
"slug": "Ratchets",
"name": "Ratchets",
"description": "Gate and CV sequencer with 1-8 gates generated per step, generating a ratcheting effect",
"tags": [
"Sequencer"
]
}
]
}

+ 1
- 1
manifests/voxglitch.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "voxglitch", "slug": "voxglitch",
"name": "Voxglitch", "name": "Voxglitch",
"version": "1.9.1",
"version": "1.10.0",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"brand": "Voxglitch", "brand": "Voxglitch",
"author": "Bret Truchan", "author": "Bret Truchan",


Loading…
Cancel
Save