| @@ -0,0 +1,100 @@ | |||||
| { | |||||
| "slug": "CatroModulo", | |||||
| "name": "Catro/Modulo", | |||||
| "version": "1.0.0", | |||||
| "license": "BSD-3-Clause", | |||||
| "brand": "catronomix", | |||||
| "author": "catronomix", | |||||
| "authorEmail": "catronomix+dev@gmail.com", | |||||
| "authorUrl": "", | |||||
| "pluginUrl": "https://github.com/catronomix/catro-modulo", | |||||
| "manualUrl": "", | |||||
| "sourceUrl": "https://github.com/catronomix/catro-modulo", | |||||
| "donateUrl": "", | |||||
| "modules": [ | |||||
| { | |||||
| "slug": "CatroModulo_CM-1", | |||||
| "name": "8xlfo", | |||||
| "description": "8x LFO with full CV control and bpm sync", | |||||
| "tags": [ | |||||
| "LFO" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "CatroModulo_CM-2", | |||||
| "name": "8xatn", | |||||
| "description": "8 attenuverters with cv control anx x2 signal boost", | |||||
| "tags": [ | |||||
| "Attenuator", | |||||
| "Mixer" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "CatroModulo_CM-3", | |||||
| "name": "PreSetSeq", | |||||
| "description": "Preset scanner/sequencer for 8 parameters with 8 save slots", | |||||
| "tags": [ | |||||
| "Sample and hold", | |||||
| "sequencer" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "CatroModulo_CM-4", | |||||
| "name": "vcClk", | |||||
| "description": "BPM clock with BPM sync output for other C/M modules", | |||||
| "tags": [ | |||||
| "Clock generator" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "CatroModulo_CM-5", | |||||
| "name": "vcClk++", | |||||
| "description": "Clock multiplier for vcClk (can be used as a standalone clock with cv input)", | |||||
| "tags": [ | |||||
| "Clock modulator" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "CatroModulo_CM-6", | |||||
| "name": "1hp blank", | |||||
| "description": "May the Light shine forever upon You", | |||||
| "tags": [ | |||||
| "Blank" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "CatroModulo_CM-7", | |||||
| "name": "vcClk--", | |||||
| "description": "Clock divider for vcClk (can be used as a standalone clock with cv input)", | |||||
| "tags": [ | |||||
| "Clock modulator" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "CatroModulo_CM-8", | |||||
| "name": "aAvsBb", | |||||
| "description": "Multi-purpose quadcomparator/wave folder with 4 inputs", | |||||
| "tags": [ | |||||
| "Logic", | |||||
| "Sample and hold", | |||||
| "Waveshaper" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "CatroModulo_CM-9", | |||||
| "name": "1-8-1", | |||||
| "description": "8>1 and 1>8 (stepping) switch in one.", | |||||
| "tags": [ | |||||
| "Switch" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "CatroModulo_CM-10", | |||||
| "name": "bitStep", | |||||
| "description": "Receives a trigger to sample a binary value which gets passed on when the next trigger is received, made to be chained together", | |||||
| "tags": [ | |||||
| "Logic" | |||||
| ] | |||||
| } | |||||
| ] | |||||
| } | |||||
| @@ -1,6 +1,6 @@ | |||||
| { | { | ||||
| "slug": "Fundamental", | "slug": "Fundamental", | ||||
| "version": "1.0.1", | |||||
| "version": "1.0.0", | |||||
| "license": "BSD-3-Clause", | "license": "BSD-3-Clause", | ||||
| "name": "Fundamental", | "name": "Fundamental", | ||||
| "brand": "VCV", | "brand": "VCV", | ||||
| @@ -17,8 +17,7 @@ | |||||
| "name": "VCO-1", | "name": "VCO-1", | ||||
| "description": "Voltage-controlled oscillator", | "description": "Voltage-controlled oscillator", | ||||
| "tags": [ | "tags": [ | ||||
| "VCO", | |||||
| "Polyphonic" | |||||
| "VCO" | |||||
| ] | ] | ||||
| }, | }, | ||||
| { | { | ||||
| @@ -26,8 +25,7 @@ | |||||
| "name": "VCO-2", | "name": "VCO-2", | ||||
| "description": "Voltage-controlled oscillator", | "description": "Voltage-controlled oscillator", | ||||
| "tags": [ | "tags": [ | ||||
| "VCO", | |||||
| "Polyphonic" | |||||
| "VCO" | |||||
| ] | ] | ||||
| }, | }, | ||||
| { | { | ||||
| @@ -0,0 +1,107 @@ | |||||
| { | |||||
| "slug": "Ohmer", | |||||
| "name": "Ohmer Modules", | |||||
| "version": "1.0.0", | |||||
| "license": "BSD-3-Clause", | |||||
| "author": "Dominique Camus", | |||||
| "brand": "Ohmer Modules", | |||||
| "authorEmail": "docam@free.fr", | |||||
| "authorUrl": "https://github.com/DomiKamu", | |||||
| "pluginUrl": "https://github.com/DomiKamu/Ohmer-Modules", | |||||
| "manualUrl": "https://github.com/DomiKamu/Ohmer-Modules/blob/v1/README.md", | |||||
| "sourceUrl": "https://github.com/DomiKamu/Ohmer-Modules.git", | |||||
| "donateUrl": "", | |||||
| "modules": [ | |||||
| { | |||||
| "slug": "KlokSpid", | |||||
| "name": "KlokSpid", | |||||
| "description": "CPU-controlled clock generator / modulator", | |||||
| "tags": [ | |||||
| "Clock generator", | |||||
| "Clock modulator" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "RKD", | |||||
| "name": "RKD (Rotate Klok Divider)", | |||||
| "description": "Rotate Klok Divider (RKD) module (inspired from real hardware)", | |||||
| "tags": [ | |||||
| "Clock modulator" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "RKDBRK", | |||||
| "name": "RKD with \"Break\"", | |||||
| "description": "RKD with \"Break\" companion panel (inspired from real hardware)", | |||||
| "tags": [ | |||||
| "Clock modulator" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "Metriks", | |||||
| "name": "Metriks", | |||||
| "description": "Voltmeter, frequency/BPM counter, pulse counter", | |||||
| "tags": [ | |||||
| "Clock modulator" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "SplitterModule", | |||||
| "name": "Splitter 1x9", | |||||
| "description": "Spread incoming mono or polyphonic signal to 9 outputs", | |||||
| "tags": [ | |||||
| "Multiple", | |||||
| "Polyphonic", | |||||
| "Utility" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "OhmerBlank1", | |||||
| "name": "Blank 1 HP", | |||||
| "description": "1 HP blank plate (using 2 screws)", | |||||
| "tags": [ | |||||
| "Blank" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "OhmerBlank2", | |||||
| "name": "Blank 2 HP", | |||||
| "description": "2 HP blank plate (costomizable screws disposal)", | |||||
| "tags": [ | |||||
| "Blank" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "OhmerBlank4", | |||||
| "name": "Blank 4 HP", | |||||
| "description": "4 HP blank plate (using 4 screws)", | |||||
| "tags": [ | |||||
| "Blank" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "OhmerBlank8", | |||||
| "name": "Blank 8 HP", | |||||
| "description": "8 HP blank plate (using 4 screws)", | |||||
| "tags": [ | |||||
| "Blank" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "OhmerBlank16", | |||||
| "name": "Blank 16 HP", | |||||
| "description": "16 HP blank plate (using 4 screws)", | |||||
| "tags": [ | |||||
| "Blank" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "OhmerBlank32", | |||||
| "name": "Blank 32 HP", | |||||
| "description": "32 HP blank plate (using 4 screws)", | |||||
| "tags": [ | |||||
| "Blank" | |||||
| ] | |||||
| } | |||||
| ] | |||||
| } | |||||
| @@ -1,6 +1,6 @@ | |||||
| { | { | ||||
| "slug": "Stoermelder-P1", | "slug": "Stoermelder-P1", | ||||
| "version": "1.0.2", | |||||
| "version": "1.0.3", | |||||
| "license": "GPL-3.0-only", | "license": "GPL-3.0-only", | ||||
| "author": "Benjamin Dill", | "author": "Benjamin Dill", | ||||
| "name": "PackOne", | "name": "PackOne", | ||||
| @@ -19,7 +19,8 @@ | |||||
| "description": "Add CV automation to 32 parameters of any module", | "description": "Add CV automation to 32 parameters of any module", | ||||
| "tags": [ | "tags": [ | ||||
| "Utility", | "Utility", | ||||
| "Polyphonic" | |||||
| "Polyphonic", | |||||
| "Controller" | |||||
| ] | ] | ||||
| }, | }, | ||||
| { | { | ||||
| @@ -27,7 +28,8 @@ | |||||
| "name": "\u00b5MAP", | "name": "\u00b5MAP", | ||||
| "description": "Add CV automation to one parameter of any module", | "description": "Add CV automation to one parameter of any module", | ||||
| "tags": [ | "tags": [ | ||||
| "Utility" | |||||
| "Utility", | |||||
| "Controller" | |||||
| ] | ] | ||||
| }, | }, | ||||
| { | { | ||||
| @@ -36,12 +38,13 @@ | |||||
| "description": "Generate CV from any parameter change of any module", | "description": "Generate CV from any parameter change of any module", | ||||
| "tags": [ | "tags": [ | ||||
| "Utility", | "Utility", | ||||
| "Polyphonic" | |||||
| "Polyphonic", | |||||
| "Controller" | |||||
| ] | ] | ||||
| }, | }, | ||||
| { | { | ||||
| "slug": "RotorA", | "slug": "RotorA", | ||||
| "name": "Rotor Model A", | |||||
| "name": "ROTOR Model A", | |||||
| "description": "Rotates a signal across polyphonic channels", | "description": "Rotates a signal across polyphonic channels", | ||||
| "tags": [ | "tags": [ | ||||
| "Utility", | "Utility", | ||||
| @@ -53,16 +56,28 @@ | |||||
| "name": "ReMOVE Lite", | "name": "ReMOVE Lite", | ||||
| "description": "Recorder for parameter automation", | "description": "Recorder for parameter automation", | ||||
| "tags": [ | "tags": [ | ||||
| "Utility" | |||||
| "Utility", | |||||
| "Recording", | |||||
| "Controller" | |||||
| ] | ] | ||||
| }, | }, | ||||
| { | { | ||||
| "slug": "Bolt", | "slug": "Bolt", | ||||
| "name": "BOLT", | "name": "BOLT", | ||||
| "description": "Polyphonic logic operations with modulation and sample & hold", | |||||
| "description": "Polyphonic logic boolean functions with modulation and sample & hold", | |||||
| "tags": [ | "tags": [ | ||||
| "Utility", | "Utility", | ||||
| "Logic", | "Logic", | ||||
| "Polyphonic", | |||||
| "Sample and hold" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "Infix", | |||||
| "name": "INFIX", | |||||
| "description": "Insert for polyphonic cables", | |||||
| "tags": [ | |||||
| "Utility", | |||||
| "Polyphonic" | "Polyphonic" | ||||
| ] | ] | ||||
| } | } | ||||
| @@ -0,0 +1,232 @@ | |||||
| { | |||||
| "slug": "cf", | |||||
| "version": "1.0.1", | |||||
| "license": "BSD-3-Clause", | |||||
| "name": "cf", | |||||
| "brand": "cf", | |||||
| "author": "clement foulc", | |||||
| "authorEmail": "c.foulc@gmail.com", | |||||
| "pluginUrl": "https://github.com/cfoulc/cf", | |||||
| "authorUrl": "https://github.com/cfoulc/cf", | |||||
| "manualUrl": "https://github.com/cfoulc/cf", | |||||
| "sourceUrl": "https://github.com/cfoulc/cf", | |||||
| "changelogUrl": "https://github.com/cfoulc/cf", | |||||
| "modules": [ | |||||
| { | |||||
| "slug": "METRO", | |||||
| "name": "Metro", | |||||
| "description": "Clock", | |||||
| "tags": [ | |||||
| "CLOCK" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "EACH", | |||||
| "name": "Each", | |||||
| "description": "Clock divider", | |||||
| "tags": [ | |||||
| "UTILITY" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "trSEQ", | |||||
| "name": "trSeq", | |||||
| "description": "sequencer with per step inputs", | |||||
| "tags": [ | |||||
| "SEQUENCER" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "LEDSEQ", | |||||
| "name": "ledSeq", | |||||
| "description": "5x16 triggers sequencer", | |||||
| "tags": [ | |||||
| "SEQUENCER" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "L3DS3Q", | |||||
| "name": "l3dS3q", | |||||
| "description": "5x16 triggers sequencer", | |||||
| "tags": [ | |||||
| "SEQUENCER" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "L3DS3Q", | |||||
| "name": "l3dS3q", | |||||
| "description": "5x16 triggers sequencer", | |||||
| "tags": [ | |||||
| "SEQUENCER" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "SLIDERSEQ", | |||||
| "name": "SliderSeq", | |||||
| "description": "16 CVs sequencer", | |||||
| "tags": [ | |||||
| "SEQUENCER" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "PLAYER", | |||||
| "name": "Player", | |||||
| "description": "Sample player", | |||||
| "tags": [ | |||||
| "SAMPLER" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "PLAY", | |||||
| "name": "Play", | |||||
| "description": "Mini sample player", | |||||
| "tags": [ | |||||
| "SAMPLER" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "MONO", | |||||
| "name": "Mono", | |||||
| "description": "Modular mixer Mono Channel", | |||||
| "tags": [ | |||||
| "MIXER" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "STEREO", | |||||
| "name": "Stereo", | |||||
| "description": "Modular mixer Stereo Channel", | |||||
| "tags": [ | |||||
| "MIXER" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "SUB", | |||||
| "name": "Sub", | |||||
| "description": "Modular mixer Sends", | |||||
| "tags": [ | |||||
| "MIXER" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "MASTER", | |||||
| "name": "Master", | |||||
| "description": "Modular mixer Master", | |||||
| "tags": [ | |||||
| "MIXER" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "VARIABLE", | |||||
| "name": "Variable", | |||||
| "description": "Sample & Hold", | |||||
| "tags": [ | |||||
| "UTILITY" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "ALGEBRA", | |||||
| "name": "Algebra", | |||||
| "description": "2 signals math", | |||||
| "tags": [ | |||||
| "UTILITY" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "FUNKTION", | |||||
| "name": "Funktion", | |||||
| "description": "1 signal math", | |||||
| "tags": [ | |||||
| "UTILITY" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "CHOKE", | |||||
| "name": "Choke", | |||||
| "description": "hi hat style choker", | |||||
| "tags": [ | |||||
| "UTILITY" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "FOUR", | |||||
| "name": "Four", | |||||
| "description": "4 x solo/mute", | |||||
| "tags": [ | |||||
| "UTILITY" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "STEPS", | |||||
| "name": "Steps", | |||||
| "description": "quantiser", | |||||
| "tags": [ | |||||
| "UTILITY" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "PEAK", | |||||
| "name": "Peak", | |||||
| "description": "limiter", | |||||
| "tags": [ | |||||
| "LIMITER" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "CUTS", | |||||
| "name": "Cuts", | |||||
| "description": "dirty HP & LP filters", | |||||
| "tags": [ | |||||
| "FILTER" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "BUFFER", | |||||
| "name": "Buffer", | |||||
| "description": "dirty delay buffer/filter", | |||||
| "tags": [ | |||||
| "DELAY" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "DISTO", | |||||
| "name": "Disto", | |||||
| "description": "dirty distortion", | |||||
| "tags": [ | |||||
| "DISTORTION" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "CUBE", | |||||
| "name": "Cube", | |||||
| "description": "weird lfo", | |||||
| "tags": [ | |||||
| "LFO" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "PATCH", | |||||
| "name": "Patch", | |||||
| "description": "patch bay", | |||||
| "tags": [ | |||||
| "UTILITY" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "LEDS", | |||||
| "name": "Leds", | |||||
| "description": "leds", | |||||
| "tags": [ | |||||
| "VISUAL" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "DAVE", | |||||
| "name": "Dave", | |||||
| "description": "blank panel", | |||||
| "tags": [ | |||||
| "BLANK" | |||||
| ] | |||||
| } | |||||
| ] | |||||
| } | |||||