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",
"name": "Alikins",
"version": "1.0.0",
"version": "1.0.1",
"license": "GPL-3.0-or-later",
"author": "Adrian Likins",
"authorEmail": "adrian@likins.com",


+ 68
- 7
manifests/CountModula.json View File

@@ -1,7 +1,7 @@
{
"slug": "CountModula",
"name": "Count Modula",
"version": "1.1.0",
"version": "1.2.0",
"license": "BSD-3-Clause",
"brand": "Count Modula",
"author": "Adam Verspaget",
@@ -222,8 +222,8 @@
},
{
"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": [
"Clock modulator",
"Sequencer",
@@ -269,8 +269,8 @@
},
{
"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": [
"Sequencer",
"Dual",
@@ -314,8 +314,8 @@
},
{
"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": [
"Clock modulator"
]
@@ -349,6 +349,67 @@
"Polyphonic",
"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",
"name": "Skylights",
"brand": "Skrylar",
"version": "1.0.0",
"version": "1.0.1",
"license": "GPL-3.0",
"author": "Skrylar",
"authorEmail": "joshua.cearley@gmail.com",
@@ -68,6 +68,14 @@
"Tuner",
"Utility"
]
},
{
"slug": "SkVactrolyzer",
"name": "Vactrolyzer",
"description": "An analogue modeled Vactrol.",
"tags": [
"Utility"
]
}
]
}

Loading…
Cancel
Save