| @@ -1,8 +1,8 @@ | |||
| { | |||
| "slug": "Bark", | |||
| "version": "1.0.1", | |||
| "version": "1.0.2", | |||
| "license": "BSD-4-Clause", | |||
| "name": "Coirt", | |||
| "name": "Coirt\t/\tBark", | |||
| "brand": "Bark", | |||
| "author": "Phil Golden", | |||
| "authorEmail": "philg@live.ie", | |||
| @@ -10,7 +10,7 @@ | |||
| "pluginUrl": "https://github.com/Coirt/Bark", | |||
| "manualUrl": "https://github.com/Coirt/Bark/wiki", | |||
| "sourceUrl": "https://github.com/Coirt/Bark", | |||
| "changelogUrl": "", | |||
| "changelogUrl": "https://github.com/Coirt/Bark/blob/master/changelog.txt", | |||
| "donateUrl": "https://www.paypal.me/philgolden", | |||
| "modules": [ | |||
| { | |||
| @@ -111,7 +111,7 @@ | |||
| { | |||
| "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", | |||
| "description": "Merge to polyphonic with mute buttons.\n\nWhen no input channels are connected\nthe mute buttons send 1v or 0v, for\nuse with Level/Pan inputs on Poly Mix.\n", | |||
| "tags": [ | |||
| "Polyphonic", | |||
| "Switch" | |||
| @@ -0,0 +1,48 @@ | |||
| { | |||
| "slug": "Circlefade", | |||
| "name": "Circlefade", | |||
| "version": "1.0.0", | |||
| "license": "BSD-3-Clause", | |||
| "brand": "Circlefade", | |||
| "author": "Max Circlefade", | |||
| "authorEmail": "max@circlefade.com", | |||
| "authorUrl": "https://www.circlefade.com", | |||
| "pluginUrl": "https://www.circlefade.com/vcv", | |||
| "manualUrl": "https://www.circlefade.com/vcv", | |||
| "sourceUrl": "https://github.com/max-circlefade/Circlefade", | |||
| "donateUrl": "", | |||
| "modules": [ | |||
| { | |||
| "slug": "Random", | |||
| "name": "Random", | |||
| "description": "Random Pitch Gate with Ratcheting", | |||
| "tags": [ | |||
| "Random" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "LFO", | |||
| "name": "LFO", | |||
| "description": "LFO with a Reset Input", | |||
| "tags": [ | |||
| "LFO" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "Delay", | |||
| "name": "Delay", | |||
| "description": "Delay module", | |||
| "tags": [ | |||
| "Delay" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "Clock", | |||
| "name": "Clock", | |||
| "description": "Clock module", | |||
| "tags": [ | |||
| "Clock" | |||
| ] | |||
| } | |||
| ] | |||
| } | |||
| @@ -1,7 +1,7 @@ | |||
| { | |||
| "slug": "CountModula", | |||
| "name": "Count Modula", | |||
| "version": "1.0.2", | |||
| "version": "1.1.0", | |||
| "license": "BSD-3-Clause", | |||
| "brand": "Count Modula", | |||
| "author": "Adam Verspaget", | |||
| @@ -114,6 +114,15 @@ | |||
| "Dual" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "GateModifier", | |||
| "name": "Gate Modifier", | |||
| "description": "Voltage controlled gate length modifier.", | |||
| "tags": [ | |||
| "Logic", | |||
| "Utility" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "G2T", | |||
| "name": "gate to Trigger Converter", | |||
| @@ -122,6 +131,15 @@ | |||
| "Utility" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "Mangler", | |||
| "name": "Mangler", | |||
| "description": "A voltage controlled sample rate/bit depth reducer.", | |||
| "tags": [ | |||
| "Distortion", | |||
| "Polyphonic" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "ManualCV", | |||
| "name": "Manual CV Generator", | |||
| @@ -212,6 +230,24 @@ | |||
| "Polyphonic" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "Rectifier", | |||
| "name": "Rectifier", | |||
| "description": "A full/half wave rectifier with variable rectification axis.", | |||
| "tags": [ | |||
| "Waveshaper", | |||
| "Polyphonic" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "SampleAndHold", | |||
| "name": "Sample & Hold", | |||
| "description": "Sample and Hold/Track and hold.", | |||
| "tags": [ | |||
| "Sample and hold", | |||
| "Polyphonic" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "ShepardGenerator", | |||
| "name": "Shepard Generator", | |||
| @@ -227,7 +263,27 @@ | |||
| "name": "SR Flip Flop", | |||
| "description": "A logical Set/Reset flip flop with enable.", | |||
| "tags": [ | |||
| "Logic" | |||
| "Logic", | |||
| "Dual" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "StepSequencer8", | |||
| "name": "8 Step Sequencer", | |||
| "description": "An 8 step sequencer", | |||
| "tags": [ | |||
| "Sequencer", | |||
| "Dual", | |||
| "Polyphonic" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "TFlipFlop", | |||
| "name": "T Flip Flop", | |||
| "description": "A logical T type (toggle) flip flop with enable.", | |||
| "tags": [ | |||
| "Logic", | |||
| "Dual" | |||
| ] | |||
| }, | |||
| { | |||
| @@ -1,6 +1,6 @@ | |||
| { | |||
| "slug": "DHE-Modules", | |||
| "version": "1.0.3", | |||
| "version": "1.0.4", | |||
| "license": "MIT", | |||
| "name": "DHE Modules", | |||
| "author": "Dale Emery", | |||
| @@ -39,7 +39,7 @@ | |||
| { | |||
| "slug": "FuzzyLogicH", | |||
| "name": "Fuzzy Logic H", | |||
| "description": "Computes ten hyperbolic parabaloid fuzzy logic functions", | |||
| "description": "Combines signals by applying hyperbolic paraboloid fuzzy logic operators", | |||
| "tags": [ | |||
| "Logic", | |||
| "Dual" | |||
| @@ -48,7 +48,7 @@ | |||
| { | |||
| "slug": "FuzzyLogicZ", | |||
| "name": "Fuzzy Logic Z", | |||
| "description": "Computes ten \u201cZadeh\u201d fuzzy logic functions", | |||
| "description": "Combines signals by applying Lofti Zadeh\u2019s fuzzy logic operators", | |||
| "tags": [ | |||
| "Logic", | |||
| "Dual" | |||
| @@ -1,14 +1,14 @@ | |||
| { | |||
| "slug": "HolonicSystems-Free", | |||
| "name": "Holonic Systems - Free", | |||
| "version": "1.0.1", | |||
| "version": "1.0.2", | |||
| "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/", | |||
| "pluginUrl": "https://holon.ist/vcv/", | |||
| "manualUrl": "https://holon.ist/vcv/", | |||
| "sourceUrl": "https://github.com/hdavid/VCVRack-Holon.ist", | |||
| "donateUrl": "", | |||
| "modules": [ | |||
| @@ -8,7 +8,7 @@ | |||
| "authorUrl": "http://jeremywentworth.com/", | |||
| "manualUrl": "https://github.com/jeremywen/JW-Modules#jw-modules", | |||
| "sourceUrl": "https://github.com/jeremywen/JW-Modules", | |||
| "version": "1.0.2", | |||
| "version": "1.0.3", | |||
| "modules": [ | |||
| { | |||
| "slug": "BlankPanel_SM", | |||
| @@ -0,0 +1,119 @@ | |||
| { | |||
| "slug": "LindenbergResearch", | |||
| "name": "LindenbergResearch", | |||
| "version": "1.0.0", | |||
| "license": "CC0-1.0", | |||
| "author": "Lindenberg Research", | |||
| "authorEmail": "heapdump@icloud.com", | |||
| "authorUrl": "https://github.com/lindenbergresearch", | |||
| "sourceUrl": "https://github.com/lindenbergresearch/LRTRack", | |||
| "donateUrl": "https://paypal.me/heapdump", | |||
| "modules": [ | |||
| { | |||
| "slug": "VCO", | |||
| "name": "Woldemar analog VCO", | |||
| "description": "Analog oscillator", | |||
| "tags": [ | |||
| "OSCILLATOR" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "TYPE35_VCF", | |||
| "name": "Vampyr type35 VCF", | |||
| "description": "Sallen-Key type dual filter: Lowpass: 12dB/oct Highpass: 6dB/oct", | |||
| "tags": [ | |||
| "FILTER" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "DIODE_VCF", | |||
| "name": "Laika Diode-Ladder Filter", | |||
| "description": "Classic diode driven ladder filter with 12/dB/oct", | |||
| "tags": [ | |||
| "FILTER" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "BlankPanel_01", | |||
| "name": "Blank: Logo", | |||
| "description": "Blank panel with Logo and Information", | |||
| "tags": [ | |||
| "BLANK" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "BlankPanel_Wood", | |||
| "name": "Blank: Wood-Panel", | |||
| "description": "Wooden side panel", | |||
| "tags": [ | |||
| "BLANK" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "LPFilter24dB", | |||
| "name": "Simple lowpass filter", | |||
| "description": "Simple ladder style filter with 24dB7oct", | |||
| "tags": [ | |||
| "FILTER" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "ReShaper", | |||
| "name": "ReShaper wavefolder", | |||
| "description": "Simple wavefolder module", | |||
| "tags": [ | |||
| "WAVESHAPER" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "BlankPanel_02", | |||
| "name": "Big Blankpanel", | |||
| "description": "Big Blankpanel", | |||
| "tags": [ | |||
| "BLANK" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "BlankPanel_Small", | |||
| "name": "Blankpanel | Multiple", | |||
| "description": "Small blankpanel extendable to a 2x4 multiple", | |||
| "tags": [ | |||
| "BLANK", | |||
| "MULTIPLE" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "VCF", | |||
| "name": "Alma 24dB/oct ladder filter", | |||
| "description": "Alma 24dB/oct lowpass ladder filter", | |||
| "tags": [ | |||
| "FILTER" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "MS20_VCF", | |||
| "name": "Valerie MS20 filter", | |||
| "description": "Valerie MS20 type 12dB/oct lowpass filter", | |||
| "tags": [ | |||
| "FILTER" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "Westcoast_VCS", | |||
| "name": "Westcoast Complex Shaper", | |||
| "description": "Westcoast waveshaper with different modes", | |||
| "tags": [ | |||
| "WAVESHAPER" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "QuickMixer", | |||
| "name": "5 Channel Mixing Amp", | |||
| "description": "Voltage controlled 5 channel mixer amp with dynamic amp curve", | |||
| "tags": [ | |||
| "MIXER", | |||
| "VCA" | |||
| ] | |||
| } | |||
| ] | |||
| } | |||
| @@ -0,0 +1,26 @@ | |||
| { | |||
| "slug": "SLM", | |||
| "name": "SLM", | |||
| "version": "1.0.0", | |||
| "license": "GPL-3.0-or-later", | |||
| "brand": "SLM", | |||
| "author": "Salvatore LA MALFA", | |||
| "authorEmail": "salvolm84@gmail.com", | |||
| "authorUrl": "https://github.com/salvolm84/SLM-vcv-rack", | |||
| "pluginUrl": "https://github.com/salvolm84/SLM-vcv-rack", | |||
| "manualUrl": "https://github.com/salvolm84/SLM-vcv-rack/blob/master/README.md", | |||
| "sourceUrl": "https://github.com/salvolm84/SLM-vcv-rack", | |||
| "donateUrl": "https://paypal.me/salvolm", | |||
| "modules": [ | |||
| { | |||
| "slug": "mux-freak", | |||
| "name": "mux-freak", | |||
| "description": "4 to 1 clocked multiplexer with switch probability and gate length controls", | |||
| "tags": [ | |||
| "quad", | |||
| "switch", | |||
| "random" | |||
| ] | |||
| } | |||
| ] | |||
| } | |||
| @@ -1,6 +1,6 @@ | |||
| { | |||
| "slug": "dBiz", | |||
| "version": "1.0.0", | |||
| "version": "1.1.0", | |||
| "license": "BSD-3-Clause", | |||
| "name": "dBiz", | |||
| "brand": "dBiz", | |||
| @@ -10,6 +10,7 @@ | |||
| "authorUrl": "https://github.com/dBiz/", | |||
| "manualUrl": "https://github.com/dBiz/dBiz/wiki", | |||
| "sourceUrl": "https://github.com/dBiz/dBiz", | |||
| "donateUrl": "https://www.paypal.me/GiovanniGhisleni", | |||
| "modules": [ | |||
| { | |||
| "slug": "Multiple", | |||