@@ -1,6 +1,6 @@ | |||
{ | |||
"slug": "Bidoo", | |||
"version": "1.1.2", | |||
"version": "1.1.5", | |||
"license": "GPL-3.0-only", | |||
"name": "Bidoo", | |||
"brand": "Bidoo", | |||
@@ -20,7 +20,8 @@ | |||
"tags": [ | |||
"Physical modeling", | |||
"Blank", | |||
"Controller" | |||
"Controller", | |||
"Utility" | |||
] | |||
}, | |||
{ | |||
@@ -68,7 +69,8 @@ | |||
"name": "baR", | |||
"description": "Compressor", | |||
"tags": [ | |||
"Dynamics" | |||
"Dynamics", | |||
"Effect" | |||
] | |||
}, | |||
{ | |||
@@ -76,7 +78,8 @@ | |||
"name": "mINIBar", | |||
"description": "Compressor", | |||
"tags": [ | |||
"Dynamics" | |||
"Dynamics", | |||
"Effect" | |||
] | |||
}, | |||
{ | |||
@@ -117,7 +120,8 @@ | |||
"name": "dFUZE", | |||
"description": "Reverb", | |||
"tags": [ | |||
"Reverb" | |||
"Reverb", | |||
"Effect" | |||
] | |||
}, | |||
{ | |||
@@ -151,7 +155,7 @@ | |||
"tags": [ | |||
"VCF", | |||
"filter", | |||
"vcf" | |||
"Effect" | |||
] | |||
}, | |||
{ | |||
@@ -195,7 +199,7 @@ | |||
"tags": [ | |||
"VCF", | |||
"filter", | |||
"vcf" | |||
"Effect" | |||
] | |||
}, | |||
{ | |||
@@ -211,7 +215,8 @@ | |||
"name": "LoURdE", | |||
"description": "Neural comparator & gate", | |||
"tags": [ | |||
"Logic" | |||
"Logic", | |||
"Effect" | |||
] | |||
}, | |||
{ | |||
@@ -227,7 +232,8 @@ | |||
"name": "MS", | |||
"description": "Mid/Side Decoder/Encoder", | |||
"tags": [ | |||
"Effect" | |||
"Effect", | |||
"Utility" | |||
] | |||
}, | |||
{ | |||
@@ -247,6 +253,30 @@ | |||
"Sampler" | |||
] | |||
}, | |||
{ | |||
"slug": "POUPRE", | |||
"name": "p\u00f3UPr\u00e8", | |||
"description": "Sample player", | |||
"tags": [ | |||
"Sampler" | |||
] | |||
}, | |||
{ | |||
"slug": "MAGMA", | |||
"name": "maGma", | |||
"description": "Sample player", | |||
"tags": [ | |||
"Sampler" | |||
] | |||
}, | |||
{ | |||
"slug": "OAI", | |||
"name": "oA\u00ef", | |||
"description": "Sample player", | |||
"tags": [ | |||
"Sampler" | |||
] | |||
}, | |||
{ | |||
"slug": "PeNEqUe", | |||
"name": "PeNEqUe", | |||
@@ -262,7 +292,7 @@ | |||
"tags": [ | |||
"VCF", | |||
"filter", | |||
"vcf" | |||
"Effect" | |||
] | |||
}, | |||
{ | |||
@@ -279,7 +309,8 @@ | |||
"name": "REI", | |||
"description": "Reverb", | |||
"tags": [ | |||
"Reverb" | |||
"Reverb", | |||
"Effect" | |||
] | |||
}, | |||
{ | |||
@@ -322,6 +353,7 @@ | |||
"description": "Multiband distortion", | |||
"tags": [ | |||
"Effect", | |||
"VCF", | |||
"Distortion" | |||
] | |||
} | |||
@@ -1,7 +1,7 @@ | |||
{ | |||
"slug": "CountModula", | |||
"name": "Count Modula", | |||
"version": "1.5.1", | |||
"version": "1.6.0", | |||
"license": "GPL-3.0-only", | |||
"brand": "Count Modula", | |||
"author": "Adam Verspaget", | |||
@@ -471,6 +471,14 @@ | |||
"Blank" | |||
] | |||
}, | |||
{ | |||
"slug": "Blank2HP", | |||
"name": "Blank Panel - 2HP", | |||
"description": "2HP blanking panel", | |||
"tags": [ | |||
"Blank" | |||
] | |||
}, | |||
{ | |||
"slug": "Blank4HP", | |||
"name": "Blank Panel - 4HP", | |||
@@ -545,6 +553,41 @@ | |||
"Sequencer", | |||
"Expander" | |||
] | |||
}, | |||
{ | |||
"slug": "VCPulseDivider", | |||
"name": "Voltage Controlled Pulse Divider", | |||
"description": "Voltage controlled division of pulse signals such as gates and triggers.", | |||
"tags": [ | |||
"Clock modulator" | |||
] | |||
}, | |||
{ | |||
"slug": "ClockedRandomGates", | |||
"name": "Clocked Random Gates", | |||
"description": "Generates a set of 8 synchronised gates and triggers", | |||
"tags": [ | |||
"Clock Modulator", | |||
"Sequencer" | |||
] | |||
}, | |||
{ | |||
"slug": "ClockedRandomGateExpanderCV", | |||
"name": "Clocked Random Gate CV Expander", | |||
"description": "Generates CV based on the state of the random gates", | |||
"tags": [ | |||
"Sequencer", | |||
"Expander" | |||
] | |||
}, | |||
{ | |||
"slug": "ClockedRandomGateExpanderLog", | |||
"name": "Clocked Random Gate Logic Expander", | |||
"description": "Logical processing of the gates from the Clocked Random Gates module", | |||
"tags": [ | |||
"Sequencer", | |||
"Expander" | |||
] | |||
} | |||
] | |||
} |
@@ -1,6 +1,6 @@ | |||
{ | |||
"slug": "DHE-Modules", | |||
"version": "1.1.1", | |||
"version": "1.2.0", | |||
"license": "MIT", | |||
"name": "DHE Modules", | |||
"author": "Dale Emery", | |||
@@ -1,38 +1,44 @@ | |||
{ | |||
"slug": "Geodesics", | |||
"name": "Geodesics", | |||
"version": "1.0.0", | |||
"license": "BSD-3-Clause", | |||
"version": "1.1.0", | |||
"license": "GPL-3.0-only", | |||
"author": "Pyer & Marc Boul\u00e9", | |||
"brand": "Geodesics", | |||
"authorEmail": "geodesics.modular@outlook.com", | |||
"authorUrl": "", | |||
"pluginUrl": "https://www.pyer.be/geodesics.html", | |||
"manualUrl": "https://www.pyer.be/download.html", | |||
"sourceUrl": "https://github.com/MarcBoule/Geodesics/tree/v1", | |||
"manualUrl": "https://marcboule.github.io/Geodesics/", | |||
"sourceUrl": "https://github.com/MarcBoule/Geodesics/", | |||
"donateUrl": "https://paypal.me/pyercollard", | |||
"changelogUrl": "https://github.com/MarcBoule/Geodesics/tree/master/CHANGELOG.md", | |||
"modules": [ | |||
{ | |||
"slug": "BlackHoles", | |||
"name": "BlackHoles", | |||
"description": "Gravitational attenumixset", | |||
"manualUrl": "https://www.pyer.be/black-holes.html", | |||
"tags": [ | |||
"Ring modulator", | |||
"VCA" | |||
"VCA", | |||
"Polyphonic" | |||
] | |||
}, | |||
{ | |||
"slug": "Pulsars", | |||
"name": "Pulsars", | |||
"description": "Neutron powered morphing", | |||
"manualUrl": "https://www.pyer.be/pulsars.html", | |||
"tags": [ | |||
"Mixer" | |||
"Mixer", | |||
"Polyphonic" | |||
] | |||
}, | |||
{ | |||
"slug": "Branes", | |||
"name": "Branes", | |||
"description": "Coliding sample and hold", | |||
"manualUrl": "https://www.pyer.be/branes.html", | |||
"tags": [ | |||
"Sample and Hold", | |||
"Random" | |||
@@ -42,6 +48,7 @@ | |||
"slug": "Ions", | |||
"name": "Ions", | |||
"description": "Atomic dual cv sequencer", | |||
"manualUrl": "https://www.pyer.be/ions.html", | |||
"tags": [ | |||
"Sequencer" | |||
] | |||
@@ -50,6 +57,7 @@ | |||
"slug": "Entropia", | |||
"name": "Entropia", | |||
"description": "Thermodynamic microstate sequencer", | |||
"manualUrl": "https://www.pyer.be/entropia.html", | |||
"tags": [ | |||
"Sequencer" | |||
] | |||
@@ -58,15 +66,18 @@ | |||
"slug": "Energy", | |||
"name": "Energy", | |||
"description": "Relativistic oscillator", | |||
"manualUrl": "https://www.pyer.be/energy.html", | |||
"tags": [ | |||
"Oscillator", | |||
"Synth voice" | |||
"Synth voice", | |||
"Polyphonic" | |||
] | |||
}, | |||
{ | |||
"slug": "Torus", | |||
"name": "Torus", | |||
"description": "Bi-dimensional multimixer", | |||
"manualUrl": "https://www.pyer.be/torus.html", | |||
"tags": [ | |||
"Mixer", | |||
"Filter" | |||
@@ -76,8 +87,10 @@ | |||
"slug": "Fate", | |||
"name": "Fate", | |||
"description": "Event modifier", | |||
"manualUrl": "https://www.pyer.be/fate.html", | |||
"tags": [ | |||
"Utility" | |||
"Utility", | |||
"Random" | |||
] | |||
}, | |||
{ | |||
@@ -1,7 +1,7 @@ | |||
{ | |||
"slug": "GlueTheGiant", | |||
"name": "Glue the Giant", | |||
"version": "1.0.7", | |||
"version": "1.1.0", | |||
"license": "GPL-3.0-or-later", | |||
"brand": "Glue the Giant", | |||
"author": "Paul Merchant", | |||
@@ -16,17 +16,18 @@ | |||
{ | |||
"slug": "GigBus", | |||
"name": "Gig Bus Mixer", | |||
"description": "Pan to three stereo buses", | |||
"description": "Stereo mixer to three stereo buses", | |||
"tags": [ | |||
"Mixer", | |||
"visual", | |||
"Panning", | |||
"Visual", | |||
"Polyphonic" | |||
] | |||
}, | |||
{ | |||
"slug": "MiniBus", | |||
"name": "Mini Bus Mixer", | |||
"description": "Mono to three stereo buses", | |||
"description": "Mono mixer to three stereo buses", | |||
"tags": [ | |||
"Mixer", | |||
"Polyphonic" | |||
@@ -35,9 +36,10 @@ | |||
{ | |||
"slug": "SchoolBus", | |||
"name": "School Bus Mixer", | |||
"description": "Pan and CV to three stereo buses", | |||
"description": "Pan and levels with CVs to three stereo buses", | |||
"tags": [ | |||
"Mixer", | |||
"Panning", | |||
"Polyphonic" | |||
] | |||
}, | |||
@@ -47,6 +49,7 @@ | |||
"description": "Polyphonic stereo spread (and pan follow) to three stereo buses", | |||
"tags": [ | |||
"Mixer", | |||
"Panning", | |||
"Polyphonic" | |||
] | |||
}, | |||
@@ -74,7 +77,7 @@ | |||
{ | |||
"slug": "Road", | |||
"name": "Road", | |||
"description": "Merge stereo buses from mixers and mix groups", | |||
"description": "Merge stereo buses from mixers or mix groups", | |||
"tags": [ | |||
"Utility", | |||
"Polyphonic" | |||
@@ -85,7 +88,8 @@ | |||
"name": "Enter Mixer Bus", | |||
"description": "Three stereo inputs to stereo buses", | |||
"tags": [ | |||
"Utility" | |||
"Utility", | |||
"Polyphonic" | |||
] | |||
}, | |||
{ | |||
@@ -93,7 +97,8 @@ | |||
"name": "Exit Mixer Bus", | |||
"description": "Three stereo outputs from stereo buses", | |||
"tags": [ | |||
"Utility" | |||
"Utility", | |||
"Polyphonic" | |||
] | |||
} | |||
] |
@@ -1,7 +1,7 @@ | |||
{ | |||
"slug": "ML_modules", | |||
"name": "ML Modules", | |||
"version": "1.0.4", | |||
"version": "1.0.5", | |||
"license": "BSD-3-Clause", | |||
"author": "Martin Lueders", | |||
"brand": "ML Modules", | |||
@@ -1,7 +1,7 @@ | |||
{ | |||
"slug": "MockbaModular", | |||
"name": "Mockba Modular", | |||
"version": "1.1.0", | |||
"version": "1.1.3", | |||
"license": "MIT", | |||
"brand": "Mockba Modular", | |||
"author": "Mockba the Borg", | |||
@@ -39,6 +39,15 @@ | |||
"Polyphonic" | |||
] | |||
}, | |||
{ | |||
"slug": "Filtah", | |||
"name": "Filtah", | |||
"description": "Simple Moog style filter", | |||
"tags": [ | |||
"Filter", | |||
"Polyphonic" | |||
] | |||
}, | |||
{ | |||
"slug": "Mixah", | |||
"name": "Mixah", | |||
@@ -73,6 +82,32 @@ | |||
"Polyphonic" | |||
] | |||
}, | |||
{ | |||
"slug": "Shapah", | |||
"name": "Shapah", | |||
"description": "Simple ADSR envelope shaper", | |||
"tags": [ | |||
"Envelope generator", | |||
"Polyphonic" | |||
] | |||
}, | |||
{ | |||
"slug": "Holdah", | |||
"name": "Holdah", | |||
"description": "Simple Sample & Hold", | |||
"tags": [ | |||
"Sample and hold" | |||
] | |||
}, | |||
{ | |||
"slug": "Pannah", | |||
"name": "Pannah", | |||
"description": "Simple stereo panner", | |||
"tags": [ | |||
"Panning", | |||
"Polyphonic" | |||
] | |||
}, | |||
{ | |||
"slug": "CZSaw", | |||
"name": "CZSaw", | |||
@@ -145,6 +180,78 @@ | |||
"Polyphonic" | |||
] | |||
}, | |||
{ | |||
"slug": "Comparator", | |||
"name": "Comparator", | |||
"description": "Simple voltage comparator", | |||
"tags": [ | |||
"Utility" | |||
] | |||
}, | |||
{ | |||
"slug": "DualBUFFER", | |||
"name": "DualBUFFER", | |||
"description": "Simple BUFFER gates (3 actually)", | |||
"tags": [ | |||
"Utility" | |||
] | |||
}, | |||
{ | |||
"slug": "DualNOT", | |||
"name": "DualNOT", | |||
"description": "Simple NOT gates (3 actually)", | |||
"tags": [ | |||
"Utility" | |||
] | |||
}, | |||
{ | |||
"slug": "DualOR", | |||
"name": "DualOR", | |||
"description": "Simple OR gates", | |||
"tags": [ | |||
"Utility" | |||
] | |||
}, | |||
{ | |||
"slug": "DualNOR", | |||
"name": "DualNOR", | |||
"description": "Simple NOR gates", | |||
"tags": [ | |||
"Utility" | |||
] | |||
}, | |||
{ | |||
"slug": "DualAND", | |||
"name": "DualAND", | |||
"description": "Simple AND gates", | |||
"tags": [ | |||
"Utility" | |||
] | |||
}, | |||
{ | |||
"slug": "DualNAND", | |||
"name": "DualNAND", | |||
"description": "Simple NAND gates", | |||
"tags": [ | |||
"Utility" | |||
] | |||
}, | |||
{ | |||
"slug": "DualXOR", | |||
"name": "DualXOR", | |||
"description": "Simple XOR gates", | |||
"tags": [ | |||
"Utility" | |||
] | |||
}, | |||
{ | |||
"slug": "DualXNOR", | |||
"name": "DualXNOR", | |||
"description": "Simple XNOR gates", | |||
"tags": [ | |||
"Utility" | |||
] | |||
}, | |||
{ | |||
"slug": "UDPClockMaster", | |||
"name": "Mastah", | |||
@@ -1,7 +1,7 @@ | |||
{ | |||
"slug": "NEXSwitches", | |||
"name": "NEX Switches", | |||
"version": "1.0.0", | |||
"version": "1.1.1", | |||
"license": "GPL-3.0-only", | |||
"brand": "NEX", | |||
"author": "Xavier Nayrac", | |||
@@ -10,8 +10,8 @@ | |||
"pluginUrl": "https://github.com/lkdjiin/SwitchesModules", | |||
"manualUrl": "https://github.com/lkdjiin/SwitchesModules", | |||
"sourceUrl": "https://github.com/lkdjiin/SwitchesModules", | |||
"donateUrl": "", | |||
"changelogUrl": "", | |||
"donateUrl": "https://paypal.me/xaviernayrac", | |||
"changelogUrl": "https://github.com/lkdjiin/SwitchesModules/blob/master/CHANGELOG.md", | |||
"modules": [ | |||
{ | |||
"slug": "DoubleMute", | |||
@@ -28,6 +28,14 @@ | |||
"tags": [ | |||
"switch" | |||
] | |||
}, | |||
{ | |||
"slug": "MatrixMixer4", | |||
"name": "Matrix Mixer 4", | |||
"description": "4 x 4 matrix mixer", | |||
"tags": [ | |||
"mixer" | |||
] | |||
} | |||
] | |||
} |