| @@ -0,0 +1,83 @@ | |||||
| { | |||||
| "slug": "23volts", | |||||
| "name": "23volts", | |||||
| "version": "1.0.0", | |||||
| "license": "GPL-3.0-only", | |||||
| "brand": "23volts", | |||||
| "author": "R\u00e9mi Collin", | |||||
| "authorEmail": "23volts@gmail.com", | |||||
| "authorUrl": "https://github.com/23volts/23volts-vcv", | |||||
| "pluginUrl": "https://github.com/23volts/23volts-vcv", | |||||
| "manualUrl": "https://github.com/23volts/23volts-vcv", | |||||
| "sourceUrl": "https://github.com/23volts/23volts-vcv", | |||||
| "donateUrl": "https://paypal.me/23volts", | |||||
| "modules": [ | |||||
| { | |||||
| "slug": "Mem", | |||||
| "name": "Mem", | |||||
| "description": "Sample & Hold with replay/looping abilities", | |||||
| "tags": [ | |||||
| "Sample and hold", | |||||
| "S&H", | |||||
| "Utility", | |||||
| "Sampler", | |||||
| "Sequencer" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "Merge8", | |||||
| "name": "Merge8", | |||||
| "description": "8 voice polyphonic merger", | |||||
| "tags": [ | |||||
| "Polyphonic", | |||||
| "Utility" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "Split8", | |||||
| "name": "Split8", | |||||
| "description": "8 voices polyphonic splitter", | |||||
| "tags": [ | |||||
| "Polyphonic", | |||||
| "Utility" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "Morph", | |||||
| "name": "Morph", | |||||
| "description": "8 Knobs controller with snapshots and morphing", | |||||
| "tags": [ | |||||
| "Controller" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "SwitchN1", | |||||
| "name": "SwitchN1", | |||||
| "description": "Polyphonic N to 1 sequential switch", | |||||
| "tags": [ | |||||
| "Utility", | |||||
| "Polyphonic", | |||||
| "Switch" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "Cells", | |||||
| "name": "Cells", | |||||
| "description": "Cellular automaton sequencer", | |||||
| "tags": [ | |||||
| "Random", | |||||
| "Visual", | |||||
| "Sequencer" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "ClockM8", | |||||
| "name": "ClockM8", | |||||
| "description": "Polyphonic Clock Modulator", | |||||
| "tags": [ | |||||
| "Clock Modulator", | |||||
| "Polyphonic" | |||||
| ] | |||||
| } | |||||
| ] | |||||
| } | |||||
| @@ -1,6 +1,6 @@ | |||||
| { | { | ||||
| "slug": "Bidoo", | "slug": "Bidoo", | ||||
| "version": "1.0.13", | |||||
| "version": "1.1.0", | |||||
| "license": "GPL-3.0-only", | "license": "GPL-3.0-only", | ||||
| "name": "Bidoo", | "name": "Bidoo", | ||||
| "brand": "Bidoo", | "brand": "Bidoo", | ||||
| @@ -1,7 +1,7 @@ | |||||
| { | { | ||||
| "slug": "ML_modules", | "slug": "ML_modules", | ||||
| "name": "ML Modules", | "name": "ML Modules", | ||||
| "version": "1.0.2", | |||||
| "version": "1.0.3", | |||||
| "license": "BSD-3-Clause", | "license": "BSD-3-Clause", | ||||
| "author": "Martin Lueders", | "author": "Martin Lueders", | ||||
| "brand": "ML Modules", | "brand": "ML Modules", | ||||
| @@ -1,10 +1,189 @@ | |||||
| { | { | ||||
| "name": "MSM", | |||||
| "author": "Michael Struggl", | |||||
| "license": "proprietary", | |||||
| "authorEmail": "phal.anx.art@gmail.com", | |||||
| "pluginUrl": "https://phal-anx.github.io", | |||||
| "manualUrl": "https://drive.google.com/file/d/1Cjof90oYVltSJuXu0hqpw9hIN3r3U94T/view", | |||||
| "slug": "MSM", | "slug": "MSM", | ||||
| "version": "0.6.51" | |||||
| "name": "MSM", | |||||
| "version": "1.0.0", | |||||
| "license": "MIT", | |||||
| "brand": "MSM", | |||||
| "author": "Phal-anx", | |||||
| "authorEmail": "", | |||||
| "authorUrl": "", | |||||
| "pluginUrl": "https://github.com/netboy3/MSM-vcvrack-plugin", | |||||
| "manualUrl": "https://github.com/netboy3/MSM-vcvrack-plugin/blob/master/README.md", | |||||
| "sourceUrl": "https://github.com/netboy3/MSM-vcvrack-plugin", | |||||
| "donateUrl": "", | |||||
| "changelogUrl": "", | |||||
| "modules": [ | |||||
| { | |||||
| "slug": "ADSR", | |||||
| "name": "ADSR", | |||||
| "description": "", | |||||
| "tags": [ | |||||
| "Envelope generator" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "Bitcrusher", | |||||
| "name": "Bitcrusher", | |||||
| "description": "", | |||||
| "tags": [ | |||||
| "Effect" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "BlankPanel", | |||||
| "name": "Blank Panel", | |||||
| "description": "", | |||||
| "tags": [ | |||||
| "Blank" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "DualDelay", | |||||
| "name": "Dual Delay", | |||||
| "description": "", | |||||
| "tags": [ | |||||
| "Delay" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "TreasureVCO", | |||||
| "name": "Treasure VCO", | |||||
| "description": "", | |||||
| "tags": [ | |||||
| "Oscillator" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "Fade", | |||||
| "name": "Fade", | |||||
| "description": "", | |||||
| "tags": [ | |||||
| "Mixer" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "MLFO", | |||||
| "name": "MLFO", | |||||
| "description": "", | |||||
| "tags": [ | |||||
| "LFO" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "Morph", | |||||
| "name": "Morph", | |||||
| "description": "", | |||||
| "tags": [ | |||||
| "Effect" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "Mult", | |||||
| "name": "Mult", | |||||
| "description": "", | |||||
| "tags": [ | |||||
| "Multiple" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "Noise", | |||||
| "name": "Noise", | |||||
| "description": "", | |||||
| "tags": [ | |||||
| "Noise" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "Phaser", | |||||
| "name": "Phaser", | |||||
| "description": "", | |||||
| "tags": [ | |||||
| "Effect" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "RandomSource", | |||||
| "name": "Random Source", | |||||
| "description": "", | |||||
| "tags": [ | |||||
| "Sample and hold", | |||||
| "Random" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "Ring", | |||||
| "name": "Ring", | |||||
| "description": "", | |||||
| "tags": [ | |||||
| "Effect" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "SimpleSlider", | |||||
| "name": "Simple Slider", | |||||
| "description": "", | |||||
| "tags": [ | |||||
| "Mixer", | |||||
| "Amplifier" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "CrazyMult", | |||||
| "name": "CrazyMult", | |||||
| "description": "", | |||||
| "tags": [ | |||||
| "Multiple" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "PAN-VCA", | |||||
| "name": "PAN-VCA", | |||||
| "description": "", | |||||
| "tags": [ | |||||
| "Amplifier", | |||||
| "Panning" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "OSCiX", | |||||
| "name": "OSCiX", | |||||
| "description": "", | |||||
| "tags": [ | |||||
| "Oscillator" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "Rogue", | |||||
| "name": "Rogue", | |||||
| "description": "", | |||||
| "tags": [ | |||||
| "Oscillator" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "Wavefolder", | |||||
| "name": "Wavefolder", | |||||
| "description": "", | |||||
| "tags": [ | |||||
| "Waveshaper" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "WaveShaper", | |||||
| "name": "WaveShaper", | |||||
| "description": "", | |||||
| "tags": [ | |||||
| "Waveshaper" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "XSEQ", | |||||
| "name": "XSEQ", | |||||
| "description": "", | |||||
| "tags": [ | |||||
| "Logic", | |||||
| "Random" | |||||
| ] | |||||
| } | |||||
| ] | |||||
| } | } | ||||
| @@ -1,7 +1,7 @@ | |||||
| { | { | ||||
| "slug": "Nozoid", | "slug": "Nozoid", | ||||
| "name": "Nozoid", | "name": "Nozoid", | ||||
| "version": "1.0.3", | |||||
| "version": "1.1.1", | |||||
| "license": "GPL-3.0-or-later", | "license": "GPL-3.0-or-later", | ||||
| "brand": "nozo\u00efd", | "brand": "nozo\u00efd", | ||||
| "author": "Cyrille Henry", | "author": "Cyrille Henry", | ||||
| @@ -150,6 +150,150 @@ | |||||
| "name": "Nozori_68_WS", | "name": "Nozori_68_WS", | ||||
| "description": "", | "description": "", | ||||
| "tags": [] | "tags": [] | ||||
| }, | |||||
| { | |||||
| "slug": "Nozori_84_8_BITS", | |||||
| "name": "Nozori_84_8_BITS", | |||||
| "description": "", | |||||
| "tags": [] | |||||
| }, | |||||
| { | |||||
| "slug": "Nozori_84_ADD", | |||||
| "name": "Nozori_84_ADD", | |||||
| "description": "", | |||||
| "tags": [] | |||||
| }, | |||||
| { | |||||
| "slug": "Nozori_84_ADSR", | |||||
| "name": "Nozori_84_ADSR", | |||||
| "description": "", | |||||
| "tags": [] | |||||
| }, | |||||
| { | |||||
| "slug": "Nozori_84_CLOCK", | |||||
| "name": "Nozori_84_CLOCK", | |||||
| "description": "", | |||||
| "tags": [] | |||||
| }, | |||||
| { | |||||
| "slug": "Nozori_84_DOPPLER", | |||||
| "name": "Nozori_84_DOPPLER", | |||||
| "description": "", | |||||
| "tags": [] | |||||
| }, | |||||
| { | |||||
| "slug": "Nozori_84_FM", | |||||
| "name": "Nozori_84_FM", | |||||
| "description": "", | |||||
| "tags": [] | |||||
| }, | |||||
| { | |||||
| "slug": "Nozori_84_FM_LIN", | |||||
| "name": "Nozori_84_FM_LIN", | |||||
| "description": "", | |||||
| "tags": [] | |||||
| }, | |||||
| { | |||||
| "slug": "Nozori_84_HARMONICS", | |||||
| "name": "Nozori_84_HARMONICS", | |||||
| "description": "", | |||||
| "tags": [] | |||||
| }, | |||||
| { | |||||
| "slug": "Nozori_84_JONG_LFO", | |||||
| "name": "Nozori_84_JONG_LFO", | |||||
| "description": "", | |||||
| "tags": [] | |||||
| }, | |||||
| { | |||||
| "slug": "Nozori_84_JONG_VCO", | |||||
| "name": "Nozori_84_JONG_VCO", | |||||
| "description": "", | |||||
| "tags": [] | |||||
| }, | |||||
| { | |||||
| "slug": "Nozori_84_LFO", | |||||
| "name": "Nozori_84_LFO", | |||||
| "description": "", | |||||
| "tags": [] | |||||
| }, | |||||
| { | |||||
| "slug": "Nozori_84_LFO_SEQ", | |||||
| "name": "Nozori_84_LFO_SEQ", | |||||
| "description": "", | |||||
| "tags": [] | |||||
| }, | |||||
| { | |||||
| "slug": "Nozori_84_MODULATE", | |||||
| "name": "Nozori_84_MODULATE", | |||||
| "description": "", | |||||
| "tags": [] | |||||
| }, | |||||
| { | |||||
| "slug": "Nozori_84_PARAM", | |||||
| "name": "Nozori_84_PARAM", | |||||
| "description": "", | |||||
| "tags": [] | |||||
| }, | |||||
| { | |||||
| "slug": "Nozori_84_SEQ_4", | |||||
| "name": "Nozori_84_SEQ_4", | |||||
| "description": "", | |||||
| "tags": [] | |||||
| }, | |||||
| { | |||||
| "slug": "Nozori_84_SEQ_8", | |||||
| "name": "Nozori_84_SEQ_8", | |||||
| "description": "", | |||||
| "tags": [] | |||||
| }, | |||||
| { | |||||
| "slug": "Nozori_84_SIN_AM", | |||||
| "name": "Nozori_84_SIN_AM", | |||||
| "description": "", | |||||
| "tags": [] | |||||
| }, | |||||
| { | |||||
| "slug": "Nozori_84_SIN_FM", | |||||
| "name": "Nozori_84_SIN_FM", | |||||
| "description": "", | |||||
| "tags": [] | |||||
| }, | |||||
| { | |||||
| "slug": "Nozori_84_SIN_PM", | |||||
| "name": "Nozori_84_SIN_PM", | |||||
| "description": "", | |||||
| "tags": [] | |||||
| }, | |||||
| { | |||||
| "slug": "Nozori_84_SIN_WS", | |||||
| "name": "Nozori_84_SIN_WS", | |||||
| "description": "", | |||||
| "tags": [] | |||||
| }, | |||||
| { | |||||
| "slug": "Nozori_84_THOMAS", | |||||
| "name": "Nozori_84_THOMAS", | |||||
| "description": "", | |||||
| "tags": [] | |||||
| }, | |||||
| { | |||||
| "slug": "Nozori_84_TROPICAL", | |||||
| "name": "Nozori_84_TROPICAL", | |||||
| "description": "", | |||||
| "tags": [] | |||||
| }, | |||||
| { | |||||
| "slug": "Nozori_84_VCF", | |||||
| "name": "Nozori_84_VCF", | |||||
| "description": "", | |||||
| "tags": [] | |||||
| }, | |||||
| { | |||||
| "slug": "Nozori_84_WS", | |||||
| "name": "Nozori_84_WS", | |||||
| "description": "", | |||||
| "tags": [] | |||||
| } | } | ||||
| ] | ] | ||||
| } | } | ||||