Browse Source

Update build for Skylights, Alikins, CountModula

v1
Andrew Belt 5 years ago
parent
commit
59a55a3195
3 changed files with 78 additions and 9 deletions
  1. +1
    -1
      manifests/Alikins.json
  2. +68
    -7
      manifests/CountModula.json
  3. +9
    -1
      manifests/Skylights.json

+ 1
- 1
manifests/Alikins.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "Alikins", "slug": "Alikins",
"name": "Alikins", "name": "Alikins",
"version": "1.0.0",
"version": "1.0.1",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"author": "Adrian Likins", "author": "Adrian Likins",
"authorEmail": "adrian@likins.com", "authorEmail": "adrian@likins.com",


+ 68
- 7
manifests/CountModula.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "CountModula", "slug": "CountModula",
"name": "Count Modula", "name": "Count Modula",
"version": "1.1.0",
"version": "1.2.0",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"brand": "Count Modula", "brand": "Count Modula",
"author": "Adam Verspaget", "author": "Adam Verspaget",
@@ -222,8 +222,8 @@
}, },
{ {
"slug": "PolyrhythmicGenerator", "slug": "PolyrhythmicGenerator",
"name": "Polyrhythmic Generator",
"description": "A set of 8 voltage controlled clock dividers that can be used to generate polyrhythms by clocking and/or dividing at different rates.",
"name": "Polyrhythmic Generator (Deprecated - Do Not Use)",
"description": "This module is no longer supported - use Polyrhythmic Generator MkII instead",
"tags": [ "tags": [
"Clock modulator", "Clock modulator",
"Sequencer", "Sequencer",
@@ -269,8 +269,8 @@
}, },
{ {
"slug": "StepSequencer8", "slug": "StepSequencer8",
"name": "8 Step Sequencer",
"description": "An 8 step sequencer",
"name": "Dual 8 Step Sequencer",
"description": "Fully featured dual channel 8 step sequencer.",
"tags": [ "tags": [
"Sequencer", "Sequencer",
"Dual", "Dual",
@@ -314,8 +314,8 @@
}, },
{ {
"slug": "VCFrequencyDivider", "slug": "VCFrequencyDivider",
"name": "Voltage Controlled Frequency Divider",
"description": "Frequency divider with a variable and voltage controlled division ratio from 1 to around 20.",
"name": "Voltage Controlled Frequency Divider (Deprecated - Do Not Use)",
"description": "This module is no longer supported - use VC Frequency Divider instead",
"tags": [ "tags": [
"Clock modulator" "Clock modulator"
] ]
@@ -349,6 +349,67 @@
"Polyphonic", "Polyphonic",
"Quad" "Quad"
] ]
},
{
"slug": "BasicSequencer8",
"name": "Basic 8 Step Sequencer",
"description": "Basic single channel 8 step sequencer",
"tags": [
"Sequencer"
]
},
{
"slug": "SequencerExpanderCV8",
"name": "Sequencer CV Expander ",
"description": "8 step sequencer expander adding an extra channel of CV output",
"tags": [
"Sequencer",
"Expander"
]
},
{
"slug": "SequencerExpanderOut8",
"name": "Sequencer Output Expander ",
"description": "8 step sequencer expander adding a gate output for each step",
"tags": [
"Sequencer",
"Expander"
]
},
{
"slug": "SequencerExpanderTrig8",
"name": "Sequencer Trigger Expander ",
"description": "8 step sequencer expander adding a an extra channel of gate/trigger output",
"tags": [
"Sequencer",
"Expander"
]
},
{
"slug": "SubHarmonicGenerator",
"name": "Sub Harmonic Generator ",
"description": "Fatten up a single oscillator with sub harmonics",
"tags": [
"Waveshaper"
]
},
{
"slug": "VCFrequencyDividerMkII",
"name": "Voltage Controlled Frequency Divider MkII",
"description": "Frequency divider with a variable and voltage controlled division ratio from 1 to around 20.",
"tags": [
"Clock modulator"
]
},
{
"slug": "PolyrhythmicGeneratorMkII",
"name": "Polyrhythmic Generator",
"description": "A set of 8 voltage controlled clock dividers that can be used to generate polyrhythms by clocking and/or dividing at different rates.",
"tags": [
"Clock modulator",
"Sequencer",
"Polyphonic"
]
} }
] ]
} }

+ 9
- 1
manifests/Skylights.json View File

@@ -2,7 +2,7 @@
"slug": "Skylights", "slug": "Skylights",
"name": "Skylights", "name": "Skylights",
"brand": "Skrylar", "brand": "Skrylar",
"version": "1.0.0",
"version": "1.0.1",
"license": "GPL-3.0", "license": "GPL-3.0",
"author": "Skrylar", "author": "Skrylar",
"authorEmail": "joshua.cearley@gmail.com", "authorEmail": "joshua.cearley@gmail.com",
@@ -68,6 +68,14 @@
"Tuner", "Tuner",
"Utility" "Utility"
] ]
},
{
"slug": "SkVactrolyzer",
"name": "Vactrolyzer",
"description": "An analogue modeled Vactrol.",
"tags": [
"Utility"
]
} }
] ]
} }

Loading…
Cancel
Save