Browse Source

Update build for AmalgamatedHarmonics, HolonicSystemsFree, SonusModular, Valley, moDllz, AS, WhatTheRack, MosquitoLabs, ML_modules, Bark

v1
Andrew Belt 5 years ago
parent
commit
4f634cec8e
11 changed files with 1335 additions and 2 deletions
  1. +416
    -0
      manifests/AS.json
  2. +2
    -2
      manifests/AmalgamatedHarmonics.json
  3. +121
    -0
      manifests/Bark.json
  4. +84
    -0
      manifests/HolonicSystemsFree.json
  5. +31
    -0
      manifests/LoopusModules.json
  6. +245
    -0
      manifests/ML_modules.json
  7. +31
    -0
      manifests/MosquitoLabs.json
  8. +224
    -0
      manifests/SonusModular.json
  9. +73
    -0
      manifests/Valley.json
  10. +39
    -0
      manifests/WhatTheRack.json
  11. +69
    -0
      manifests/moDllz.json

+ 416
- 0
manifests/AS.json View File

@@ -0,0 +1,416 @@
{
"slug": "AS",
"version": "1.0.0",
"license": "MIT",
"name": "AS",
"brand": "AS",
"author": "Alfredo Santamaria",
"authorEmail": "ascustomworks@gmail.com",
"pluginUrl": "https://github.com/AScustomWorks/AS/blob/master/README.md",
"authorUrl": "https://github.com/AScustomWorks/AS",
"manualUrl": "https://github.com/AScustomWorks/AS/blob/master/README.md",
"sourceUrl": "https://github.com/AScustomWorks/AS",
"changelogUrl": "https://github.com/AScustomWorks/AS/blob/master/README.md",
"modules": [
{
"slug": "SineOsc",
"disabled": "false",
"name": "TinySine",
"description": "Simple Voltage-controlled sine oscillator",
"tags": [
"VCO"
]
},
{
"slug": "SawOsc",
"disabled": "false",
"name": "TinySawish",
"description": "Simple Voltage-controlled saw oscillator",
"tags": [
"VCO"
]
},
{
"slug": "ADSR",
"disabled": "false",
"name": "ADSR",
"description": "Generates an envelope with Attack/Decay/Sustain/Release",
"tags": [
"Envelope Generator"
]
},
{
"slug": "VCA",
"disabled": "false",
"name": "VCA",
"description": "Voltage-controlled amplifier",
"tags": [
"VCA"
]
},
{
"slug": "QuadVCA",
"disabled": "false",
"name": "QuadVCA/Mixer",
"description": "VCA module x 4, plus mixer functionality",
"tags": [
"VCA",
"Mixer"
]
},
{
"slug": "TriLFO",
"disabled": "false",
"name": "TriLFO",
"description": "Low-frequency oscillator",
"tags": [
"LFO"
]
},
{
"slug": "AtNuVrTr",
"disabled": "false",
"name": "AtNuVrTr",
"description": "Dual Attenuator",
"tags": [
"Attenuator",
"Dual"
]
},
{
"slug": "BPMClock",
"disabled": "false",
"name": "BPM Clock",
"description": "BPM Clock",
"tags": [
"Clock"
]
},
{
"slug": "BPMCalc",
"disabled": "false",
"name": "BPM to delay/hz calculator",
"description": "BPM to delay/hz calculator helper",
"tags": [
"Utility"
]
},
{
"slug": "BPMCalc2",
"disabled": "false",
"name": "BPM to delay/ms calculator",
"description": "BPM Delay/MS Calculator",
"tags": [
"Utility"
]
},
{
"slug": "SEQ16",
"disabled": "false",
"name": "SEQ16",
"description": "3-channel 16-step sequencer with step editor",
"tags": [
"Sequencer"
]
},
{
"slug": "Mixer2ch",
"disabled": "false",
"name": "Mixer2ch",
"description": "2 channel Mixer",
"tags": [
"Mixer"
]
},
{
"slug": "Mixer4ch",
"disabled": "false",
"name": "Mixer4ch",
"description": "4 channel Mixer",
"tags": [
"Mixer"
]
},
{
"slug": "Mixer8ch",
"disabled": "false",
"name": "Mixer8ch",
"description": "8 channel Mixer",
"tags": [
"Mixer"
]
},
{
"slug": "MonoVUmeter",
"disabled": "false",
"name": "MonoVUmeter",
"description": "Mono VU meter",
"tags": [
"Visual",
"Utility"
]
},
{
"slug": "StereoVUmeter",
"disabled": "false",
"name": "StereoVUmeter",
"description": "Stereo VU meter",
"tags": [
"Visual",
"Utility"
]
},
{
"slug": "Steps",
"disabled": "false",
"name": "Steps",
"description": "3 channel 64 steps counter",
"tags": [
"Sequencer",
"Utility"
]
},
{
"slug": "LaunchGate",
"disabled": "false",
"name": "LaunchGate",
"description": "2 channel signal flow start counter",
"tags": [
"Sequencer",
"Dual",
"Utility"
]
},
{
"slug": "KillGate",
"disabled": "false",
"name": "KillGate",
"description": "2 channel signal stop counter",
"tags": [
"Sequencer",
"Dual",
"Utility"
]
},
{
"slug": "Flow",
"disabled": "false",
"name": "Flow",
"description": "Cut the flow of signals with a switch or a cv signal input",
"tags": [
"Switch",
"Dual",
"Utility"
]
},
{
"slug": "SignalDelay",
"disabled": "false",
"name": "Signal Delay",
"description": "Delay the incomming CV signal by set milliseconds",
"tags": [
"Delay",
"Dual",
"Utility"
]
},
{
"slug": "Cv2T",
"disabled": "false",
"name": "CV 2 Trigger",
"description": "CV to Trigger generator",
"tags": [
"Utility"
]
},
{
"slug": "ZeroCV2T",
"disabled": "false",
"name": "Zero CV 2 Trigger",
"description": "Zero Crossing CV to Trigger generator",
"tags": [
"Utility"
]
},
{
"slug": "ReScale",
"disabled": "false",
"name": "ReScale",
"description": "Utility module to convert from one voltage range to another",
"tags": [
"Utility"
]
},
{
"slug": "Multiple2_5",
"disabled": "false",
"name": "Multi 2x5",
"description": "2x5 Signal multiplier",
"tags": [
"Multiple",
"Utility"
]
},
{
"slug": "Merge2_5",
"disabled": "false",
"name": "Merge2x5",
"description": "2x5 CV Signal merger",
"tags": [
"Multiple",
"Utility"
]
},
{
"slug": "TriggersMKI",
"name": "Triggers MKI",
"description": "Manual CV signal trigger with latch and temporary triggers + adjustable output voltage",
"tags": [
"Switch",
"Utility"
]
},
{
"slug": "TriggersMKII",
"name": "Triggers MKII",
"description": "Manual CV signal temporary trigger with labeling integrated",
"tags": [
"Switch",
"Utility"
]
},
{
"slug": "TriggersMKIII",
"name": "TriggersMKIII",
"description": "Manual CV signal temporary trigger with editable labeling integrated",
"tags": [
"Switch",
"Utility"
]
},
{
"slug": "DelayPlusFx",
"disabled": "false",
"name": "Delay Plus Fx",
"description": "Delay effect with MS digital display, wet signal send & return and bypass switch",
"tags": [
"Delay",
"Effect"
]
},
{
"slug": "DelayPlusStereoFx",
"disabled": "false",
"name": "Delay Plus Stereo Fx",
"description": "Stereo Delay effect with MS digital display, wet signal send & return and bypass switch",
"tags": [
"Delay",
"Effect"
]
},
{
"slug": "PhaserFx",
"disabled": "false",
"name": "Phaser Fx",
"description": "Phaser FX with CV input for each parameter and bypass switch",
"tags": [
"Phaser",
"Effect"
]
},
{
"slug": "ReverbFx",
"disabled": "false",
"name": "Reverb Fx",
"description": "Reverb FX with CV input for each parameter and bypass switch",
"tags": [
"Reverb",
"Effect"
]
},
{
"slug": "ReverbStereoFx",
"disabled": "false",
"name": "Reverb Stereo Fx",
"description": "Stereo Reverb FX with CV input for each parameter and bypass switch",
"tags": [
"Reverb",
"Effect"
]
},
{
"slug": "SuperDriveFx",
"disabled": "false",
"name": "SuperDrive Fx",
"description": "Overdrive FX with CV input for each parameter and bypass switch",
"tags": [
"Distortion",
"Effect"
]
},
{
"slug": "TremoloFx",
"disabled": "false",
"name": "Tremolo Fx",
"description": "Tremolo Fx with CV input for each parameter and bypass switch",
"tags": [
"Effect"
]
},
{
"slug": "TremoloStereoFx",
"disabled": "false",
"name": "Tremolo Stereo Fx",
"description": "Stereo Tremolo Fx with CV input for each parameter and bypass switch",
"tags": [
"Effect"
]
},
{
"slug": "WaveShaper",
"disabled": "false",
"name": "WaveShaper",
"description": "WaveShaper Fx with bypass switch",
"tags": [
"Waveshaper",
"Effect"
]
},
{
"slug": "BlankPanel4",
"disabled": "false",
"name": "BlankPanel4",
"description": "Blank Panel 4 HP",
"tags": [
"Blank"
]
},
{
"slug": "BlankPanel6",
"disabled": "false",
"name": "BlankPanel6",
"description": "Blank Panel 6 HP",
"tags": [
"Blank"
]
},
{
"slug": "BlankPanel8",
"disabled": "false",
"name": "BlankPanel8",
"description": "Blank Panel 8 HP",
"tags": [
"Blank"
]
},
{
"slug": "BlankPanelSpecial",
"disabled": "false",
"name": "Blank Panel Special",
"description": "Blank Panel goodies",
"tags": [
"Blank"
]
}
]
}

+ 2
- 2
manifests/AmalgamatedHarmonics.json View File

@@ -2,14 +2,14 @@
"slug": "AmalgamatedHarmonics", "slug": "AmalgamatedHarmonics",
"name": "Amalgamated Harmonics", "name": "Amalgamated Harmonics",
"author": "John Hoar", "author": "John Hoar",
"license": "BSD 3-Clause",
"license": "BSD-3-Clause",
"authorEmail": "amalgamatedharmonics@outlook.com", "authorEmail": "amalgamatedharmonics@outlook.com",
"manualUrl": "https://github.com/jhoar/AmalgamatedHarmonics/wiki", "manualUrl": "https://github.com/jhoar/AmalgamatedHarmonics/wiki",
"pluginUrl": "https://github.com/jhoar/AmalgamatedHarmonics/wiki", "pluginUrl": "https://github.com/jhoar/AmalgamatedHarmonics/wiki",
"authorUrl": "https://github.com/jhoar/AmalgamatedHarmonics/wiki", "authorUrl": "https://github.com/jhoar/AmalgamatedHarmonics/wiki",
"sourceUrl": "https://github.com/jhoar/AmalgamatedHarmonics", "sourceUrl": "https://github.com/jhoar/AmalgamatedHarmonics",
"changelogUrl": "https://github.com/jhoar/AmalgamatedHarmonics/releases", "changelogUrl": "https://github.com/jhoar/AmalgamatedHarmonics/releases",
"version": "1.0.0",
"version": "1.0.1",
"modules": [ "modules": [
{ {
"slug": "Arp31", "slug": "Arp31",


+ 121
- 0
manifests/Bark.json View File

@@ -0,0 +1,121 @@
{
"slug": "Bark",
"version": "1.0.0",
"license": "BSD-4-Clause",
"name": "Coirt",
"brand": "Bark",
"author": "Phil Golden",
"authorEmail": "philg@live.ie",
"authorUrl": "https://github.com/Coirt",
"pluginUrl": "https://github.com/Coirt/Bark",
"manualUrl": "",
"sourceUrl": "https://github.com/Coirt/Bark",
"changelogUrl": "",
"donateUrl": "https://www.paypal.me/philgolden",
"modules": [
{
"slug": "TrimLFO",
"name": "Trim LFO Hz",
"description": "Trims top/bottom values on the selected\nLFO output, without attenuating\n",
"tags": [
"LFO",
"Utility",
"Logic",
"Dual",
"Clock generator"
]
},
{
"slug": "OneBand",
"name": "One Band",
"description": "Dual-Mono parametric EQ\n",
"tags": [
"Equalizer",
"Attenuator"
]
},
{
"slug": "bpmTrimLFO",
"name": "Trim LFO BPM",
"description": "Trims top/bottom values on the selected\nLFO output, without attenuating\n",
"tags": [
"LFO",
"Utility",
"Logic",
"Dual",
"Clock generator"
]
},
{
"slug": "TestPanel",
"name": "Testing Panel",
"description": "Panel for testing\n",
"tags": [
"Utility"
],
"disabled": true
},
{
"slug": "ClockSeq16",
"name": "Clock Seq 16",
"description": "2 x 8 or 16 step sequencer\n",
"tags": [
"Sequencer"
],
"disabled": true
},
{
"slug": "PolyMix",
"name": "Polyphonic Mixer",
"description": "One Cable(s),\n4x4 channel Mixer with send/return\n",
"tags": [
"Mixer",
"Polyphonic"
]
},
{
"slug": "QuadLogic",
"name": "Quad Logic",
"description": "Min/Max value based on inputs\n",
"tags": [
"Utility",
"Logic"
]
},
{
"slug": "Panel6",
"name": "Panel 6",
"description": "Blank\n",
"tags": [
"Blank"
]
},
{
"slug": "Clamp",
"name": "Clamp",
"description": "Feed signal, gained output\nwon't go over voltages set.\nCan also attenuvert signals,\nInvert applied to input.\n",
"tags": [
"Utility",
"Attenuator",
"Dual",
"Limiter"
]
},
{
"slug": "vuMeter2",
"name": "testMeter",
"description": "dev test\n",
"tags": [],
"disabled": true
},
{
"slug": "PolyX",
"name": "Poly X",
"description": "Merge to polyphonic with mute buttons.\n\nWhen no input channels are connected\nthe mute buttons send 10v or 0v, for\nuse with Level/Pan inputs on Poly Mix.\n",
"tags": [
"Polyphonic",
"Switch"
]
}
]
}

+ 84
- 0
manifests/HolonicSystemsFree.json View File

@@ -0,0 +1,84 @@
{
"slug": "HolonicSystemsFree",
"name": "Holonic Systems - Free",
"version": "1.0.0",
"license": "CC0-1.0",
"author": "Holonic Systems",
"brand": "Holonic Systems",
"authorEmail": "henri@holonic.systems",
"authorUrl": "https://holonic.systems/",
"pluginUrl": "https://holonic.systems/vcv/",
"manualUrl": "https://holonic.systems/vcv/",
"sourceUrl": "https://github.com/hdavid/VCVRack-Holon.ist",
"donateUrl": "",
"modules": [
{
"slug": "Gaps",
"name": "Gaps",
"description": "Clock divider with multiple modes",
"tags": [
"CLOCK MODULATOR"
]
},
{
"slug": "Pantry",
"name": "Pantry",
"description": "Dual CV/Gate Recorder/Looper",
"tags": [
"SEQUENCER",
"RECORDING"
]
},
{
"slug": "Dumbwaiter",
"name": "Dumbwaiter",
"description": "8 step sequencer and switch. One could see it as a A-155 / A-154 / A-152 merged into one module",
"tags": [
"SEQUENCER",
"ATTENUATOR",
"SWITCH"
]
},
{
"slug": "SwissCheeseKnife",
"name": "SwissCheeseKnife",
"description": "Quad utility module with a twist",
"tags": [
"UTILITY",
"ATTENUATOR",
"MIXER",
"QUAD",
"VCA",
"SAMPLE AND HOLD",
"SLEW LIMITER"
]
},
{
"slug": "HolonicSource",
"name": "Holonic Source",
"description": "Integrates with the Holon.ist iOS app and outputs CV control signals to VCV Rack",
"tags": [
"CONTROLLER",
"EXTERNAL"
]
},
{
"slug": "Junctions",
"name": "Junctions",
"description": "A simple dual switch. Two inputs, one output",
"tags": [
"SWITCH",
"DUAL"
]
},
{
"slug": "LazySusan",
"name": "Lazy Susan",
"description": "Quad Quantiser with user editable scales",
"tags": [
"QUANTIZER",
"QUAD"
]
}
]
}

+ 31
- 0
manifests/LoopusModules.json View File

@@ -0,0 +1,31 @@
{
"slug": "LoopusModules",
"name": "Sonus Modular",
"version": "1.0.0",
"license": "Proprietary",
"author": "Valerio Orlandini",
"brand": "Sonus Dept.",
"authorEmail": "sonusdept@gmail.com",
"authorUrl": "http://www.sonusdept.com/",
"pluginUrl": "http://loopusmodules.sonusdept.com",
"modules": [{
"slug": "Foursome",
"name": "Foursome",
"description": "Four tracks looper",
"tags": [
"Recording",
"Sampler"
]
},
{
"slug": "Voyeur",
"name": "Voyeur",
"description": "Looper expander",
"tags": [
"Expander",
"Recording",
"Sampler"
]
}
]
}

+ 245
- 0
manifests/ML_modules.json View File

@@ -0,0 +1,245 @@
{
"slug": "ML_modules",
"name": "ML modules",
"version": "1.0.0",
"license": "BSD-3-Clause",
"author": "Martin Lueders",
"brand": "ML modules",
"authorEmail": "mlmodules@gmail.com",
"authorUrl": "https://github.com/martin-lueders",
"pluginUrl": "https://github.com/martin-lueders/ML_modules/wiki",
"manualUrl": "https://github.com/martin-lueders/ML_modules/wiki",
"sourceUrl": "https://github.com/martin-lueders/ML_modules",
"donateUrl": "https://paypal.me/MartinLueders",
"modules": [
{
"slug": "BPMdetect",
"name": "BPM Tools",
"description": "detect incoming clock and output voltages for Fundamental LFO and Delay",
"tags": [
"Clock generator",
"Clock modulator"
]
},
{
"slug": "Constants",
"name": "Constants",
"description": "Output constant voltages corresponding to common intervals",
"tags": [
"Utility"
]
},
{
"slug": "Counter",
"name": "Counter",
"description": "Create Trigger pulses after a certain number of clock ticks",
"tags": [
"Clock modulator"
]
},
{
"slug": "FreeVerb",
"name": "FreeVerb",
"description": "VCV Rack implementation of the good old Freeverb",
"tags": [
"Effect",
"Reverb"
]
},
{
"slug": "OctaFlop",
"name": "OctaFlop",
"description": "8 Flip Flops, pre-wired as binary counter",
"tags": [
"Utility",
"Clock modulator"
]
},
{
"slug": "OctaPlus",
"name": "OctaPlus",
"description": "8 fold Adder.",
"tags": [
"Utility",
"Mixer",
"Polyphonic"
]
},
{
"slug": "OctaSwitch",
"name": "OctaSwitch",
"description": "8 fold switch with CV controllable switching point",
"tags": [
"Switch",
"Polyphonic"
]
},
{
"slug": "OctaTimes",
"name": "OctaTimes",
"description": "8 fold multiplier",
"tags": [
"Utility",
"Ring modulator",
"Polyphonic"
]
},
{
"slug": "OctaTrig",
"name": "OctaTrig",
"description": "Gate tp Trigger converter",
"tags": [
"Clock modulator",
"Polyphonic"
]
},
{
"slug": "Quantizer",
"name": "Quantizer (h-bar)",
"description": "Semitone quantizer",
"tags": [
"Quantizer",
"Polyphonic"
]
},
{
"slug": "Quantum",
"name": "Quantum",
"description": "Quantizer with selectable notes",
"tags": [
"Quantizer",
"Polyphonic"
]
},
{
"slug": "SH8",
"name": "S&H 8",
"description": "8 fold Sample and Hold",
"tags": [
"Sample and hold",
"Polyphonic"
]
},
{
"slug": "SeqSwitch",
"name": "Sequential Switch 8->1",
"description": "",
"tags": [
"Switch",
"Sequencer",
"Polyphonic"
]
},
{
"slug": "SeqSwitch2",
"name": "Sequential Switch 1->8",
"description": "",
"tags": [
"Switch",
"Polyphonic"
]
},
{
"slug": "ShiftRegister",
"name": "Shift Register",
"description": "Analogue shift register",
"tags": [
"Sample and hold",
"Polyphonic"
]
},
{
"slug": "Evolution",
"name": "Evolution",
"description": "Shift register based random sequencer",
"tags": [
"Sequencer",
"Sample and hold",
"Polyphonic"
]
},
{
"slug": "Sum8mk2",
"name": "Sum8 MkII",
"description": "Summer with selectable sign",
"tags": [
"Mixer",
"Polyphonic"
]
},
{
"slug": "Sum8",
"name": "Sum8",
"description": "simple summer",
"tags": [
"Mixer",
"Polyphonic"
]
},
{
"slug": "TrigBuf",
"name": "Trigger Buffer",
"description": "A trigger can be buffered, so that the next incoming clock will create an pulse.",
"tags": [
"Utility",
"Logic",
"Dual",
"Polyphonic"
]
},
{
"slug": "TrigDelay",
"name": "Trigger Delay",
"description": "Trigger delay and gate length modulator",
"tags": [
"Utility",
"Delay",
"Dual"
]
},
{
"slug": "TrigSwitch",
"name": "TrigSwitch 8->1",
"description": "",
"tags": [
"Switch",
"Polyphonic"
]
},
{
"slug": "TrigSwitch2",
"name": "TrigSwitch 1->8",
"description": "",
"tags": [
"Switch",
"Polyphonic"
]
},
{
"slug": "TrigSwitch3",
"name": "TrigSwitch3 8->1",
"description": "",
"tags": [
"Switch",
"Polyphonic"
]
},
{
"slug": "TrigSwitch3_2",
"name": "TrigSwitch3 1->8",
"description": "",
"tags": [
"Switch",
"Polyphonic"
]
},
{
"slug": "VoltMeter",
"name": "Volt Meter",
"description": "",
"tags": [
"Utility"
]
}
]
}

+ 31
- 0
manifests/MosquitoLabs.json View File

@@ -0,0 +1,31 @@
{
"slug": "MosquitoLabs",
"name": "Mosquito Labs",
"version": "1.0.0",
"license": "GPL-3.0-only",
"author": "R. Mosquito",
"authorEmail": "",
"authorUrl": "",
"pluginUrl": "https://github.com/rmosquito/vcv-mosquito/",
"manualUrl": "https://github.com/rmosquito/vcv-mosquito/",
"sourceUrl": "https://github.com/rmosquito/vcv-mosquito/",
"donateUrl": "",
"modules": [
{
"slug": "PulseCzar",
"name": "PulseCzar",
"description": "8-bit wavetable oscillator based on C. Roads' Pulsar Synthesis model.",
"tags": [
"Oscillator"
]
},
{
"slug": "PhaseCzar",
"name": "PhaseCzar",
"description": "8-bit wavetable oscillator based on Casio's Phase Distortion model.",
"tags": [
"Oscillator"
]
}
]
}

+ 224
- 0
manifests/SonusModular.json View File

@@ -0,0 +1,224 @@
{
"slug": "SonusModular",
"name": "Sonus Modular",
"version": "1.0.0",
"license": "GPL-3.0-or-later",
"author": "Valerio Orlandini",
"brand": "Sonus Dept.",
"authorEmail": "sonusdept@gmail.com",
"authorUrl": "http://www.sonusdept.com",
"pluginUrl": "http://sonusmodular.sonusdept.com",
"manualUrl": "https://gitlab.com/sonusdept/sonusmodular#sonus-modular",
"sourceUrl": "https://gitlab.com/sonusdept/sonusmodular",
"donateUrl": "https://www.paypal.me/sonusdept",
"modules": [
{
"slug": "Addiction",
"name": "Addiction",
"description": "Additive Oscillator",
"tags": [
"VCO"
]
},
{
"slug": "Bitter",
"name": "Bitter",
"description": "Bit Manipulator",
"tags": [
"Distortion",
"Effect"
]
},
{
"slug": "Bymidside",
"name": "Bymidside",
"description": "MS Encoder",
"tags": [
"Dynamics",
"Utility"
]
},
{
"slug": "Campione",
"name": "Campione",
"description": "Live Sampler",
"tags": [
"Sampler"
]
},
{
"slug": "Chainsaw",
"name": "Chainsaw",
"description": "Fat Sawish VCO",
"tags": [
"VCO"
]
},
{
"slug": "Ctrl",
"name": "Ctrl",
"description": "Customizable Controller",
"tags": [
"Controller",
"Utility"
]
},
{
"slug": "Deathcrush",
"name": "Deathcrush",
"description": "Driver and Crusher",
"tags": [
"Distortion",
"Effect"
]
},
{
"slug": "Harmony",
"name": "Harmony",
"description": "Chord Tool",
"tags": [
"Tuner",
"Utility"
]
},
{
"slug": "Ladrone",
"name": "Ladrone",
"description": "Drone Oscillator",
"tags": [
"VCO"
]
},
{
"slug": "Luppolo",
"name": "Luppolo",
"description": "Simple Looper",
"tags": [
"Sampler"
]
},
{
"slug": "Luppolo3",
"name": "Luppolo3",
"description": "Loop Station",
"tags": [
"Sampler"
]
},
{
"slug": "Micromacro",
"name": "Micromacro",
"description": "Pitch Quantized Sequencer",
"tags": [
"Sequencer"
]
},
{
"slug": "Mrcheb",
"name": "Mr. Cheb",
"description": "Chebyshev Waveshaper",
"tags": [
"Effect",
"Waveshaper"
]
},
{
"slug": "Multimulti",
"name": "Multimulti",
"description": "2x8 Multiples",
"tags": [
"Multiple",
"Utility"
]
},
{
"slug": "Oktagon",
"name": "Oktagon",
"description": "Quad-Quad LFO/VCO",
"tags": [
"LFO",
"Quad",
"VCO"
]
},
{
"slug": "Osculum",
"name": "Osculum",
"description": "Unusual Oscillator",
"tags": [
"VCO"
]
},
{
"slug": "Paramath",
"name": "Paramath",
"description": "Comparing and Maths",
"tags": [
"Logic",
"Utility"
]
},
{
"slug": "Piconoise",
"name": "Piconoise",
"description": "Noise Generator",
"tags": [
"Noise"
]
},
{
"slug": "PanintheHaas",
"name": "Pan in the Haas",
"description": "Haas Delay",
"tags": [
"Delay",
"Dual",
"Panning"
]
},
{
"slug": "Pusher",
"name": "Pusher",
"description": "Buttons Controller",
"tags": [
"Controller",
"Utility"
]
},
{
"slug": "Ringo",
"name": "Ringo",
"description": "Ring Modulator",
"tags": [
"Ring modulator",
"Effect"
]
},
{
"slug": "Scramblase",
"name": "Scramblase",
"description": "Many Waveshapers",
"tags": [
"Effect",
"Waveshaper"
]
},
{
"slug": "Twoff",
"name": "Twoff",
"description": "CV Offset",
"tags": [
"Dual",
"Utility"
]
},
{
"slug": "Yabp",
"name": "Yabp",
"description": "Yet Another Blank Panel",
"tags": [
"Blank"
]
}
]
}

+ 73
- 0
manifests/Valley.json View File

@@ -0,0 +1,73 @@
{
"slug": "Valley",
"name": "Valley",
"version": "1.0.0",
"license": "GPL-3.0-or-later",
"author": "Valley",
"authorEmail": "valley.audio.soft@gmail.com",
"authorUrl": "https://valleyaudio.github.io",
"pluginUrl": "https://valleyaudio.github.io",
"manualUrl": "https://valleyaudio.github.io",
"sourceUrl": "https://github.com/ValleyAudio/ValleyRackFree",
"donateUrl": "https://paypal.me/valleyvcv",
"modules": [
{
"slug": "Topograph",
"name": "Topograph",
"description": "",
"tags": [
"Sequencer"
]
},
{
"slug": "uGraph",
"name": "uGraph",
"description": "",
"tags": [
"Sequencer"
]
},
{
"slug": "Dexter",
"name": "Dexter",
"description": "",
"tags": [
"Oscillator"
]
},
{
"slug": "Plateau",
"name": "Plateau",
"description": "",
"tags": [
"Reverb"
]
},
{
"slug": "Interzone",
"name": "Interzone",
"description": "",
"tags": [
"Synth Voice"
]
},
{
"slug": "Amalgam",
"name": "Amalgam",
"description": "",
"tags": [
"Ring Modulator",
"Effect",
"Waveshaper"
]
},
{
"slug": "Feline",
"name": "Feline",
"description": "",
"tags": [
"Filter"
]
}
]
}

+ 39
- 0
manifests/WhatTheRack.json View File

@@ -0,0 +1,39 @@
{
"slug": "WhatTheRack",
"name": "WhatTheRack",
"version": "1.0.0",
"license": "WTFPL",
"author": "korfuri",
"authorEmail": "korfuri@gmail.com",
"authorUrl": "https://github.com/korfuri",
"pluginUrl": "https://github.com/korfuri/WhatTheRack",
"manualUrl": "https://github.com/korfuri/WhatTheRack",
"sourceUrl": "https://github.com/korfuri/WhatTheRack",
"donateUrl": "",
"modules": [
{
"slug": "WhatTheRack",
"name": "WhatTheRack",
"description": "Rack randomizer",
"tags": [
"utility"
]
},
{
"slug": "WhatTheJack",
"name": "WhatTheJack",
"description": "Wire randomizer",
"tags": [
"utility"
]
},
{
"slug": "WhatTheMod",
"name": "WhatTheMod",
"description": "Module randomizer",
"tags": [
"utility"
]
}
]
}

+ 69
- 0
manifests/moDllz.json View File

@@ -0,0 +1,69 @@
{
"slug": "moDllz",
"name": "moDllz",
"version": "1.0.0",
"license": "BSD-3-Clause",
"brand": "moDllz",
"author": "Pablo DeLaLoza",
"authorEmail": "dllmusic@gmail.com",
"authorUrl": "https://github.com/dllmusic/moDllz",
"pluginUrl": "https://github.com/dllmusic/moDllz",
"manualUrl": "https://drive.google.com/file/d/12kjCLSeyaaqXEvfS1c4HcnfrrbHeQ0ot/view",
"sourceUrl": "https://github.com/dllmusic/moDllz/tree/master/src",
"donateUrl": "",
"modules": [
{
"slug": "TwinGlider",
"name": "TwinGlider",
"description": "Slew limiter / Glide / Portamento",
"tags": [
"Dual",
"Slew limiter",
"Envelope Follower"
]
},
{
"slug": "XBender",
"name": "Xbender",
"description": "",
"tags": [
"Effect",
"Multiple"
]
},
{
"slug": "MIDIdualCV",
"name": "MIDIdualCV",
"description": "MIDI to Duophonic CV (Lower - Upper notes)",
"tags": [
"MIDI",
"External",
"Dual"
]
},
{
"slug": "MIDI8MPE",
"name": "MIDI8MPE",
"description": "8ch MIDI with MPE mode",
"tags": [
"MIDI",
"External",
"Multiple"
]
},
{
"slug": "MIDIpoly16",
"name": "MIDIpoly16",
"description": "16ch MIDI with Sequencer and Arpeggiator",
"tags": [
"MIDI",
"External",
"Multiple",
"Sequencer",
"Arpeggiator",
"Clock generator",
"Clock modulator"
]
}
]
}

Loading…
Cancel
Save