Browse Source

Update manifest for CountModula, modular80, HamptonHarmonics, PS-PurrSoftware, AS, LittleUtils, Bark

v1
Andrew Belt 5 years ago
parent
commit
70abeaa3dc
7 changed files with 82 additions and 63 deletions
  1. +42
    -42
      manifests/AS.json
  2. +21
    -3
      manifests/Bark.json
  3. +1
    -1
      manifests/CountModula.json
  4. +6
    -6
      manifests/HamptonHarmonics.json
  5. +6
    -6
      manifests/LittleUtils.json
  6. +1
    -1
      manifests/PS-PurrSoftware.json
  7. +5
    -4
      manifests/modular80.json

+ 42
- 42
manifests/AS.json View File

@@ -1,6 +1,6 @@
{ {
"slug": "AS", "slug": "AS",
"version": "1.0.3",
"version": "1.0.4",
"license": "MIT", "license": "MIT",
"name": "AS", "name": "AS",
"brand": "AS", "brand": "AS",
@@ -14,7 +14,7 @@
"modules": [ "modules": [
{ {
"slug": "SineOSC", "slug": "SineOSC",
"disabled": "false",
"disabled": false,
"name": "TinySine", "name": "TinySine",
"description": "Simple Voltage-controlled sine oscillator", "description": "Simple Voltage-controlled sine oscillator",
"tags": [ "tags": [
@@ -23,7 +23,7 @@
}, },
{ {
"slug": "SawOSC", "slug": "SawOSC",
"disabled": "false",
"disabled": false,
"name": "TinySawish", "name": "TinySawish",
"description": "Simple Voltage-controlled saw oscillator", "description": "Simple Voltage-controlled saw oscillator",
"tags": [ "tags": [
@@ -32,7 +32,7 @@
}, },
{ {
"slug": "ADSR", "slug": "ADSR",
"disabled": "false",
"disabled": false,
"name": "ADSR", "name": "ADSR",
"description": "Generates an envelope with Attack/Decay/Sustain/Release", "description": "Generates an envelope with Attack/Decay/Sustain/Release",
"tags": [ "tags": [
@@ -41,7 +41,7 @@
}, },
{ {
"slug": "VCA", "slug": "VCA",
"disabled": "false",
"disabled": false,
"name": "VCA", "name": "VCA",
"description": "Voltage-controlled amplifier", "description": "Voltage-controlled amplifier",
"tags": [ "tags": [
@@ -51,7 +51,7 @@
}, },
{ {
"slug": "QuadVCA", "slug": "QuadVCA",
"disabled": "false",
"disabled": false,
"name": "QuadVCA/Mixer", "name": "QuadVCA/Mixer",
"description": "VCA module x 4, plus mixer functionality", "description": "VCA module x 4, plus mixer functionality",
"tags": [ "tags": [
@@ -61,7 +61,7 @@
}, },
{ {
"slug": "TriLFO", "slug": "TriLFO",
"disabled": "false",
"disabled": false,
"name": "TriLFO", "name": "TriLFO",
"description": "Low-frequency oscillator", "description": "Low-frequency oscillator",
"tags": [ "tags": [
@@ -70,7 +70,7 @@
}, },
{ {
"slug": "AtNuVrTr", "slug": "AtNuVrTr",
"disabled": "false",
"disabled": false,
"name": "AtNuVrTr", "name": "AtNuVrTr",
"description": "Dual Attenuator", "description": "Dual Attenuator",
"tags": [ "tags": [
@@ -80,7 +80,7 @@
}, },
{ {
"slug": "BPMClock", "slug": "BPMClock",
"disabled": "false",
"disabled": false,
"name": "BPM Clock", "name": "BPM Clock",
"description": "BPM Clock", "description": "BPM Clock",
"tags": [ "tags": [
@@ -89,7 +89,7 @@
}, },
{ {
"slug": "BPMCalc", "slug": "BPMCalc",
"disabled": "false",
"disabled": false,
"name": "BPM to delay/hz calculator", "name": "BPM to delay/hz calculator",
"description": "BPM to delay/hz calculator helper", "description": "BPM to delay/hz calculator helper",
"tags": [ "tags": [
@@ -98,7 +98,7 @@
}, },
{ {
"slug": "BPMCalc2", "slug": "BPMCalc2",
"disabled": "false",
"disabled": false,
"name": "BPM to delay/ms calculator", "name": "BPM to delay/ms calculator",
"description": "BPM Delay/MS Calculator", "description": "BPM Delay/MS Calculator",
"tags": [ "tags": [
@@ -107,7 +107,7 @@
}, },
{ {
"slug": "SEQ16", "slug": "SEQ16",
"disabled": "false",
"disabled": false,
"name": "SEQ16", "name": "SEQ16",
"description": "3-channel 16-step sequencer with step editor", "description": "3-channel 16-step sequencer with step editor",
"tags": [ "tags": [
@@ -116,7 +116,7 @@
}, },
{ {
"slug": "Mixer2ch", "slug": "Mixer2ch",
"disabled": "false",
"disabled": false,
"name": "Mixer2ch", "name": "Mixer2ch",
"description": "2 channel Mixer", "description": "2 channel Mixer",
"tags": [ "tags": [
@@ -125,7 +125,7 @@
}, },
{ {
"slug": "Mixer4ch", "slug": "Mixer4ch",
"disabled": "false",
"disabled": false,
"name": "Mixer4ch", "name": "Mixer4ch",
"description": "4 channel Mixer", "description": "4 channel Mixer",
"tags": [ "tags": [
@@ -134,7 +134,7 @@
}, },
{ {
"slug": "Mixer8ch", "slug": "Mixer8ch",
"disabled": "false",
"disabled": false,
"name": "Mixer8ch", "name": "Mixer8ch",
"description": "8 channel Mixer", "description": "8 channel Mixer",
"tags": [ "tags": [
@@ -143,7 +143,7 @@
}, },
{ {
"slug": "MonoVUmeter", "slug": "MonoVUmeter",
"disabled": "false",
"disabled": false,
"name": "MonoVUmeter", "name": "MonoVUmeter",
"description": "Mono VU meter", "description": "Mono VU meter",
"tags": [ "tags": [
@@ -153,7 +153,7 @@
}, },
{ {
"slug": "StereoVUmeter", "slug": "StereoVUmeter",
"disabled": "false",
"disabled": false,
"name": "StereoVUmeter", "name": "StereoVUmeter",
"description": "Stereo VU meter", "description": "Stereo VU meter",
"tags": [ "tags": [
@@ -163,7 +163,7 @@
}, },
{ {
"slug": "Steps", "slug": "Steps",
"disabled": "false",
"disabled": false,
"name": "Steps", "name": "Steps",
"description": "3 channel 64 steps counter", "description": "3 channel 64 steps counter",
"tags": [ "tags": [
@@ -173,7 +173,7 @@
}, },
{ {
"slug": "LaunchGate", "slug": "LaunchGate",
"disabled": "false",
"disabled": false,
"name": "LaunchGate", "name": "LaunchGate",
"description": "2 channel signal flow start counter", "description": "2 channel signal flow start counter",
"tags": [ "tags": [
@@ -184,7 +184,7 @@
}, },
{ {
"slug": "KillGate", "slug": "KillGate",
"disabled": "false",
"disabled": false,
"name": "KillGate", "name": "KillGate",
"description": "2 channel signal stop counter", "description": "2 channel signal stop counter",
"tags": [ "tags": [
@@ -195,7 +195,7 @@
}, },
{ {
"slug": "Flow", "slug": "Flow",
"disabled": "false",
"disabled": false,
"name": "Flow", "name": "Flow",
"description": "Cut the flow of signals with a switch or a cv signal input", "description": "Cut the flow of signals with a switch or a cv signal input",
"tags": [ "tags": [
@@ -206,7 +206,7 @@
}, },
{ {
"slug": "SignalDelay", "slug": "SignalDelay",
"disabled": "false",
"disabled": false,
"name": "Signal Delay", "name": "Signal Delay",
"description": "Delay the incomming CV signal by set milliseconds", "description": "Delay the incomming CV signal by set milliseconds",
"tags": [ "tags": [
@@ -217,7 +217,7 @@
}, },
{ {
"slug": "Cv2T", "slug": "Cv2T",
"disabled": "false",
"disabled": false,
"name": "CV 2 Trigger", "name": "CV 2 Trigger",
"description": "CV to Trigger generator", "description": "CV to Trigger generator",
"tags": [ "tags": [
@@ -226,7 +226,7 @@
}, },
{ {
"slug": "ZeroCV2T", "slug": "ZeroCV2T",
"disabled": "false",
"disabled": false,
"name": "Zero CV 2 Trigger", "name": "Zero CV 2 Trigger",
"description": "Zero Crossing CV to Trigger generator", "description": "Zero Crossing CV to Trigger generator",
"tags": [ "tags": [
@@ -235,7 +235,7 @@
}, },
{ {
"slug": "ReScale", "slug": "ReScale",
"disabled": "false",
"disabled": false,
"name": "ReScale", "name": "ReScale",
"description": "Utility module to convert from one voltage range to another", "description": "Utility module to convert from one voltage range to another",
"tags": [ "tags": [
@@ -244,7 +244,7 @@
}, },
{ {
"slug": "Multiple2_5", "slug": "Multiple2_5",
"disabled": "false",
"disabled": false,
"name": "Multi 2x5", "name": "Multi 2x5",
"description": "2x5 Signal multiplier", "description": "2x5 Signal multiplier",
"tags": [ "tags": [
@@ -254,7 +254,7 @@
}, },
{ {
"slug": "Merge2_5", "slug": "Merge2_5",
"disabled": "false",
"disabled": false,
"name": "Merge2x5", "name": "Merge2x5",
"description": "2x5 CV Signal merger", "description": "2x5 CV Signal merger",
"tags": [ "tags": [
@@ -291,7 +291,7 @@
}, },
{ {
"slug": "DelayPlusFx", "slug": "DelayPlusFx",
"disabled": "false",
"disabled": false,
"name": "Delay Plus Fx", "name": "Delay Plus Fx",
"description": "Delay effect with MS digital display, wet signal send & return and bypass switch", "description": "Delay effect with MS digital display, wet signal send & return and bypass switch",
"tags": [ "tags": [
@@ -301,7 +301,7 @@
}, },
{ {
"slug": "DelayPlusStereoFx", "slug": "DelayPlusStereoFx",
"disabled": "false",
"disabled": false,
"name": "Delay Plus Stereo Fx", "name": "Delay Plus Stereo Fx",
"description": "Stereo Delay effect with MS digital display, wet signal send & return and bypass switch", "description": "Stereo Delay effect with MS digital display, wet signal send & return and bypass switch",
"tags": [ "tags": [
@@ -311,7 +311,7 @@
}, },
{ {
"slug": "PhaserFx", "slug": "PhaserFx",
"disabled": "false",
"disabled": false,
"name": "Phaser Fx", "name": "Phaser Fx",
"description": "Phaser FX with CV input for each parameter and bypass switch", "description": "Phaser FX with CV input for each parameter and bypass switch",
"tags": [ "tags": [
@@ -321,7 +321,7 @@
}, },
{ {
"slug": "ReverbFx", "slug": "ReverbFx",
"disabled": "false",
"disabled": false,
"name": "Reverb Fx", "name": "Reverb Fx",
"description": "Reverb FX with CV input for each parameter and bypass switch", "description": "Reverb FX with CV input for each parameter and bypass switch",
"tags": [ "tags": [
@@ -331,7 +331,7 @@
}, },
{ {
"slug": "ReverbStereoFx", "slug": "ReverbStereoFx",
"disabled": "false",
"disabled": false,
"name": "Reverb Stereo Fx", "name": "Reverb Stereo Fx",
"description": "Stereo Reverb FX with CV input for each parameter and bypass switch", "description": "Stereo Reverb FX with CV input for each parameter and bypass switch",
"tags": [ "tags": [
@@ -341,7 +341,7 @@
}, },
{ {
"slug": "SuperDriveFx", "slug": "SuperDriveFx",
"disabled": "false",
"disabled": false,
"name": "SuperDrive Fx", "name": "SuperDrive Fx",
"description": "Overdrive FX with CV input for each parameter and bypass switch", "description": "Overdrive FX with CV input for each parameter and bypass switch",
"tags": [ "tags": [
@@ -351,7 +351,7 @@
}, },
{ {
"slug": "SuperDriveStereoFx", "slug": "SuperDriveStereoFx",
"disabled": "false",
"disabled": false,
"name": "SuperDrive Stereo Fx", "name": "SuperDrive Stereo Fx",
"description": "Stereo Overdrive FX with CV input for each parameter and bypass switch", "description": "Stereo Overdrive FX with CV input for each parameter and bypass switch",
"tags": [ "tags": [
@@ -361,7 +361,7 @@
}, },
{ {
"slug": "TremoloFx", "slug": "TremoloFx",
"disabled": "false",
"disabled": false,
"name": "Tremolo Fx", "name": "Tremolo Fx",
"description": "Tremolo Fx with CV input for each parameter and bypass switch", "description": "Tremolo Fx with CV input for each parameter and bypass switch",
"tags": [ "tags": [
@@ -370,7 +370,7 @@
}, },
{ {
"slug": "TremoloStereoFx", "slug": "TremoloStereoFx",
"disabled": "false",
"disabled": false,
"name": "Tremolo Stereo Fx", "name": "Tremolo Stereo Fx",
"description": "Stereo Tremolo Fx with CV input for each parameter and bypass switch", "description": "Stereo Tremolo Fx with CV input for each parameter and bypass switch",
"tags": [ "tags": [
@@ -379,7 +379,7 @@
}, },
{ {
"slug": "WaveShaper", "slug": "WaveShaper",
"disabled": "false",
"disabled": false,
"name": "Wave Shaper", "name": "Wave Shaper",
"description": "WaveShaper Fx with bypass switch", "description": "WaveShaper Fx with bypass switch",
"tags": [ "tags": [
@@ -389,7 +389,7 @@
}, },
{ {
"slug": "WaveShaperStereo", "slug": "WaveShaperStereo",
"disabled": "false",
"disabled": false,
"name": "Wave Shaper Stereo", "name": "Wave Shaper Stereo",
"description": "WaveShaper Stereo Fx with bypass switch", "description": "WaveShaper Stereo Fx with bypass switch",
"tags": [ "tags": [
@@ -399,7 +399,7 @@
}, },
{ {
"slug": "BlankPanel4", "slug": "BlankPanel4",
"disabled": "false",
"disabled": false,
"name": "BlankPanel4", "name": "BlankPanel4",
"description": "Blank Panel 4 HP", "description": "Blank Panel 4 HP",
"tags": [ "tags": [
@@ -408,7 +408,7 @@
}, },
{ {
"slug": "BlankPanel6", "slug": "BlankPanel6",
"disabled": "false",
"disabled": false,
"name": "BlankPanel6", "name": "BlankPanel6",
"description": "Blank Panel 6 HP", "description": "Blank Panel 6 HP",
"tags": [ "tags": [
@@ -417,7 +417,7 @@
}, },
{ {
"slug": "BlankPanel8", "slug": "BlankPanel8",
"disabled": "false",
"disabled": false,
"name": "BlankPanel8", "name": "BlankPanel8",
"description": "Blank Panel 8 HP", "description": "Blank Panel 8 HP",
"tags": [ "tags": [
@@ -426,7 +426,7 @@
}, },
{ {
"slug": "BlankPanelSpecial", "slug": "BlankPanelSpecial",
"disabled": "false",
"disabled": false,
"name": "Blank Panel Special", "name": "Blank Panel Special",
"description": "Blank Panel goodies", "description": "Blank Panel goodies",
"tags": [ "tags": [


+ 21
- 3
manifests/Bark.json View File

@@ -1,6 +1,6 @@
{ {
"slug": "Bark", "slug": "Bark",
"version": "1.2.0",
"version": "1.2.4",
"license": "BSD-4-Clause", "license": "BSD-4-Clause",
"name": "Coirt / Bark", "name": "Coirt / Bark",
"brand": "Bark", "brand": "Bark",
@@ -13,10 +13,28 @@
"changelogUrl": "https://github.com/Coirt/Bark/blob/master/changelog.txt", "changelogUrl": "https://github.com/Coirt/Bark/blob/master/changelog.txt",
"donateUrl": "https://www.paypal.me/philgolden", "donateUrl": "https://www.paypal.me/philgolden",
"modules": [ "modules": [
{
"slug": "LMH",
"name": "Low Mid High EQ",
"description": "Attenuating EQ with mid boost.",
"tags": [
"EQ",
"Attenuator"
]
},
{
"slug": "SHTH",
"name": "S&H / T&H",
"description": "Sample & Hold | Track & Hold",
"tags": [
"Polyphonic",
"Sample and hold"
]
},
{ {
"slug": "EOsum", "slug": "EOsum",
"name": "EO Sum", "name": "EO Sum",
"description": "Sums polyphonic channels and\ndistributes them to outputs\nbased on odd or even channel\nnumbers.",
"description": "Sums polyphonic channels and\ndistributes them to outputs\nbased on odd / even channel\nnumbers.",
"tags": [ "tags": [
"Polyphonic", "Polyphonic",
"Utility" "Utility"
@@ -39,7 +57,7 @@
"name": "One Band", "name": "One Band",
"description": "Dual-Mono parametric EQ\n", "description": "Dual-Mono parametric EQ\n",
"tags": [ "tags": [
"Equalizer",
"EQ",
"Attenuator" "Attenuator"
] ]
}, },


+ 1
- 1
manifests/CountModula.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "CountModula", "slug": "CountModula",
"name": "Count Modula", "name": "Count Modula",
"version": "1.8.0",
"version": "1.8.1",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"brand": "Count Modula", "brand": "Count Modula",
"author": "Adam Verspaget", "author": "Adam Verspaget",


+ 6
- 6
manifests/HamptonHarmonics.json View File

@@ -1,17 +1,17 @@
{ {
"slug": "HamptonHarmonics", "slug": "HamptonHarmonics",
"name": "Hampton Harmonics", "name": "Hampton Harmonics",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT", "license": "MIT",
"brand": "Hampton Harmonics", "brand": "Hampton Harmonics",
"author": "Scott Hampton", "author": "Scott Hampton",
"authorEmail": "", "authorEmail": "",
"authorUrl": "",
"pluginUrl": "",
"manualUrl": "",
"sourceUrl": "",
"authorUrl": "https://gitlab.com/shampton",
"pluginUrl": "https://gitlab.com/hampton-harmonics/hampton-harmonics-modules",
"manualUrl": "https://gitlab.com/hampton-harmonics/hampton-harmonics-modules/-/blob/master/README.md",
"sourceUrl": "https://gitlab.com/hampton-harmonics/hampton-harmonics-modules",
"donateUrl": "", "donateUrl": "",
"changelogUrl": "",
"changelogUrl": "https://gitlab.com/hampton-harmonics/hampton-harmonics-modules/-/commits/master",
"modules": [ "modules": [
{ {
"slug": "Progress", "slug": "Progress",


+ 6
- 6
manifests/LittleUtils.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "LittleUtils", "slug": "LittleUtils",
"name": "Little Utils", "name": "Little Utils",
"version": "1.0.2",
"version": "1.0.3",
"license": "MIT", "license": "MIT",
"brand": "", "brand": "",
"author": "M\u00e1rton Gunyh\u00f3", "author": "M\u00e1rton Gunyh\u00f3",
@@ -15,7 +15,7 @@
{ {
"slug": "Button", "slug": "Button",
"name": "Button", "name": "Button",
"description": "",
"description": "Press a button to output a trigger, gate or flip-flop signal",
"tags": [ "tags": [
"utility" "utility"
] ]
@@ -23,7 +23,7 @@
{ {
"slug": "BiasSemitone", "slug": "BiasSemitone",
"name": "Bias/Semitone", "name": "Bias/Semitone",
"description": "",
"description": "Offset an incoming voltage by volts or semitones",
"tags": [ "tags": [
"utility", "utility",
"polyphonic" "polyphonic"
@@ -32,7 +32,7 @@
{ {
"slug": "MultiplyDivide", "slug": "MultiplyDivide",
"name": "Multiply/Divide", "name": "Multiply/Divide",
"description": "",
"description": "Multiply or divide two signals",
"tags": [ "tags": [
"utility", "utility",
"polyphonic" "polyphonic"
@@ -51,7 +51,7 @@
{ {
"slug": "TeleportIn", "slug": "TeleportIn",
"name": "Teleport In", "name": "Teleport In",
"description": "",
"description": "Send signals wirelessly to one or more Teleport Out modules",
"tags": [ "tags": [
"utility", "utility",
"polyphonic" "polyphonic"
@@ -60,7 +60,7 @@
{ {
"slug": "TeleportOut", "slug": "TeleportOut",
"name": "Teleport Out", "name": "Teleport Out",
"description": "",
"description": "Receive signals wirelessly from a Teleport In module",
"tags": [ "tags": [
"utility", "utility",
"polyphonic" "polyphonic"


+ 1
- 1
manifests/PS-PurrSoftware.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "PS-PurrSoftware", "slug": "PS-PurrSoftware",
"name": "PS-PurrSoftware", "name": "PS-PurrSoftware",
"version": "1.0.5",
"version": "1.0.6",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"brand": "PurrSoftware", "brand": "PurrSoftware",
"author": "Ken Chaffin", "author": "Ken Chaffin",


+ 5
- 4
manifests/modular80.json View File

@@ -2,12 +2,12 @@
"slug": "modular80", "slug": "modular80",
"name": "modular80", "name": "modular80",
"author": "cschol", "author": "cschol",
"license": "BSD-3-Clause",
"license": "GPL-3.0-or-later",
"authorEmail": "modular80@gmail.com", "authorEmail": "modular80@gmail.com",
"pluginUrl": "https://github.com/cschol/modular80/blob/master/README.md", "pluginUrl": "https://github.com/cschol/modular80/blob/master/README.md",
"manualUrl": "https://github.com/cschol/modular80/blob/master/README.md", "manualUrl": "https://github.com/cschol/modular80/blob/master/README.md",
"sourceUrl": "https://github.com/cschol/modular80.git", "sourceUrl": "https://github.com/cschol/modular80.git",
"version": "1.0.0",
"version": "1.0.1",
"modules": [ "modules": [
{ {
"slug": "Logistiker", "slug": "Logistiker",
@@ -20,9 +20,10 @@
{ {
"slug": "RadioMusic", "slug": "RadioMusic",
"name": "Radio Music", "name": "Radio Music",
"description": "Radio Music is a sampler pretending to be a radio",
"description": "The Music Thing Modular Radio Music is a sampler pretending to be a radio",
"tags": [ "tags": [
"Sampler"
"Sampler",
"Hardware clone"
] ]
}, },
{ {


Loading…
Cancel
Save