@@ -1982,6 +1982,9 @@ | |||
}, | |||
"Prob-Key-Expander": { | |||
"creationTimestamp": 1624763005.5164895 | |||
}, | |||
"Adaptive-Quantizer": { | |||
"creationTimestamp": 1638135909.2760432 | |||
} | |||
} | |||
}, | |||
@@ -4860,6 +4863,45 @@ | |||
}, | |||
"MinMax": { | |||
"creationTimestamp": 1631650689.210272 | |||
}, | |||
"Chaos1Op": { | |||
"creationTimestamp": 1638135909.4484935 | |||
}, | |||
"Chaos2Op": { | |||
"creationTimestamp": 1638135909.5823703 | |||
}, | |||
"Chaos3Op": { | |||
"creationTimestamp": 1638135909.730524 | |||
}, | |||
"BinaryGate": { | |||
"creationTimestamp": 1638135909.8220432 | |||
}, | |||
"BinaryNoise": { | |||
"creationTimestamp": 1638135909.907263 | |||
}, | |||
"ChaoticAttractors": { | |||
"creationTimestamp": 1638135910.020195 | |||
}, | |||
"ClockedNoise": { | |||
"creationTimestamp": 1638135910.165699 | |||
}, | |||
"DataCompander": { | |||
"creationTimestamp": 1638135910.3594673 | |||
}, | |||
"FBSineChaos": { | |||
"creationTimestamp": 1638135910.513746 | |||
}, | |||
"Gingerbread": { | |||
"creationTimestamp": 1638135910.6407623 | |||
}, | |||
"MidSide": { | |||
"creationTimestamp": 1638135910.767886 | |||
}, | |||
"Rungler": { | |||
"creationTimestamp": 1638135910.8594556 | |||
}, | |||
"XYToPolar": { | |||
"creationTimestamp": 1638135910.9837992 | |||
} | |||
} | |||
}, | |||
@@ -10144,5 +10186,58 @@ | |||
"creationTimestamp": 1636820731.421938 | |||
} | |||
} | |||
}, | |||
"Kilpatrick-Toolbox": { | |||
"creationTimestamp": 1638135911.0844643, | |||
"modules": { | |||
"MIDI_Channel": { | |||
"creationTimestamp": 1638135911.1913054 | |||
}, | |||
"MIDI_CV": { | |||
"creationTimestamp": 1638135911.2733417 | |||
}, | |||
"MIDI_Input": { | |||
"creationTimestamp": 1638135911.3565059 | |||
}, | |||
"MIDI_Mapper": { | |||
"creationTimestamp": 1638135911.458455 | |||
}, | |||
"MIDI_Merger": { | |||
"creationTimestamp": 1638135911.5533977 | |||
}, | |||
"MIDI_Monitor": { | |||
"creationTimestamp": 1638135911.6575718 | |||
}, | |||
"MIDI_Output": { | |||
"creationTimestamp": 1638135911.761422 | |||
}, | |||
"MIDI_Repeater": { | |||
"creationTimestamp": 1638135911.840824 | |||
}, | |||
"Quad_Decoder": { | |||
"creationTimestamp": 1638135911.9532592 | |||
}, | |||
"Quad_Encoder": { | |||
"creationTimestamp": 1638135912.0291562 | |||
}, | |||
"Quad_Panner": { | |||
"creationTimestamp": 1638135912.1138928 | |||
}, | |||
"Stereo_Meter": { | |||
"creationTimestamp": 1638135912.1931849 | |||
}, | |||
"Test_Osc": { | |||
"creationTimestamp": 1638135912.2693145 | |||
}, | |||
"Multi_Meter": { | |||
"creationTimestamp": 1638135912.345453 | |||
}, | |||
"MIDI_Clock": { | |||
"creationTimestamp": 1638135912.4251282 | |||
}, | |||
"MIDI_CC_Note": { | |||
"creationTimestamp": 1638135912.5021343 | |||
} | |||
} | |||
} | |||
} |
@@ -1,7 +1,7 @@ | |||
{ | |||
"slug": "HamptonHarmonics", | |||
"name": "Hampton Harmonics", | |||
"version": "1.4.0", | |||
"version": "2.0.0", | |||
"license": "MIT", | |||
"brand": "Hampton Harmonics", | |||
"author": "Scott Hampton", | |||
@@ -1,7 +1,7 @@ | |||
{ | |||
"slug": "HetrickCV", | |||
"name": "HetrickCV", | |||
"version": "1.1.0", | |||
"version": "2.0.0", | |||
"license": "CC0-1.0", | |||
"author": "Michael Hetrick", | |||
"authorEmail": "", | |||
@@ -11,6 +11,33 @@ | |||
"sourceUrl": "https://github.com/mhetrick/hetrickcv", | |||
"donateUrl": "https://paypal.me/MHetrick", | |||
"modules": [ | |||
{ | |||
"slug": "Chaos1Op", | |||
"name": "1-Op Chaos", | |||
"description": "Multimode audio and modulation chaos generator.", | |||
"tags": [ | |||
"Noise", | |||
"Random" | |||
] | |||
}, | |||
{ | |||
"slug": "Chaos2Op", | |||
"name": "2-Op Chaos", | |||
"description": "Multimode audio and modulation chaos generator.", | |||
"tags": [ | |||
"Noise", | |||
"Random" | |||
] | |||
}, | |||
{ | |||
"slug": "Chaos3Op", | |||
"name": "3-Op Chaos", | |||
"description": "Multimode audio and modulation chaos generator.", | |||
"tags": [ | |||
"Noise", | |||
"Random" | |||
] | |||
}, | |||
{ | |||
"slug": "ASR", | |||
"name": "ASR", | |||
@@ -27,6 +54,23 @@ | |||
"Logic" | |||
] | |||
}, | |||
{ | |||
"slug": "BinaryGate", | |||
"name": "Binary Gate", | |||
"description": "Manually turn a gate on or off, or toggle its current state.", | |||
"tags": [ | |||
"Logic" | |||
] | |||
}, | |||
{ | |||
"slug": "BinaryNoise", | |||
"name": "Binary Noise", | |||
"description": "Generates a random gate or square wave signal.", | |||
"tags": [ | |||
"Noise", | |||
"Random" | |||
] | |||
}, | |||
{ | |||
"slug": "Bitshift", | |||
"name": "Bitshift", | |||
@@ -34,7 +78,8 @@ | |||
"tags": [ | |||
"Effect", | |||
"Distortion", | |||
"Waveshaper" | |||
"Waveshaper", | |||
"Polyphonic" | |||
] | |||
}, | |||
{ | |||
@@ -53,6 +98,24 @@ | |||
"Logic" | |||
] | |||
}, | |||
{ | |||
"slug": "ChaoticAttractors", | |||
"name": "Chaotic Attractors", | |||
"description": "Multimode audio and modulation chaos generator.", | |||
"tags": [ | |||
"Noise", | |||
"Random" | |||
] | |||
}, | |||
{ | |||
"slug": "ClockedNoise", | |||
"name": "Clocked Noise", | |||
"description": "Multimode audio and modulation noise generator.", | |||
"tags": [ | |||
"Noise", | |||
"Random" | |||
] | |||
}, | |||
{ | |||
"slug": "Comparator", | |||
"name": "Comparator", | |||
@@ -68,7 +131,8 @@ | |||
"description": "A mild distortion that brightens up a signal.", | |||
"tags": [ | |||
"Effect", | |||
"Distortion" | |||
"Distortion", | |||
"Polyphonic" | |||
] | |||
}, | |||
{ | |||
@@ -79,6 +143,16 @@ | |||
"Noise" | |||
] | |||
}, | |||
{ | |||
"slug": "DataCompander", | |||
"name": "Data Compander", | |||
"description": "Compresses and expands signals with a-law or mu-law compansion.", | |||
"tags": [ | |||
"Utility", | |||
"Waveshaper", | |||
"Polyphonic" | |||
] | |||
}, | |||
{ | |||
"slug": "Delta", | |||
"name": "Delta", | |||
@@ -110,7 +184,18 @@ | |||
"name": "Exponent", | |||
"description": "Raise a signal to a power", | |||
"tags": [ | |||
"Waveshaper" | |||
"Waveshaper", | |||
"Polyphonic" | |||
] | |||
}, | |||
{ | |||
"slug": "FBSineChaos", | |||
"name": "Feedback Sine Chaos", | |||
"description": "A chaotic oscillator and LFO created through phase distortion and feedback.", | |||
"tags": [ | |||
"Noise", | |||
"Oscillator", | |||
"Random" | |||
] | |||
}, | |||
{ | |||
@@ -128,7 +213,8 @@ | |||
"tags": [ | |||
"Panning", | |||
"VCA", | |||
"Utility" | |||
"Utility", | |||
"Polyphonic" | |||
] | |||
}, | |||
{ | |||
@@ -140,6 +226,15 @@ | |||
"Logic" | |||
] | |||
}, | |||
{ | |||
"slug": "Gingerbread", | |||
"name": "Gingerbread Chaos", | |||
"description": "Self-modulating audio and modulation chaos generator.", | |||
"tags": [ | |||
"Noise", | |||
"Random" | |||
] | |||
}, | |||
{ | |||
"slug": "LogicCombine", | |||
"name": "OR Logic (Gate Combiner)", | |||
@@ -148,12 +243,22 @@ | |||
"Logic" | |||
] | |||
}, | |||
{ | |||
"slug": "MidSide", | |||
"name": "Mid/Side", | |||
"description": "Converts Left/Right signals to Mid/Side and vice versa.", | |||
"tags": [ | |||
"Utility", | |||
"Polyphonic" | |||
] | |||
}, | |||
{ | |||
"slug": "MinMax", | |||
"name": "Min-Max", | |||
"description": "Outputs the greatest and least voltages from up to 4 inputs.", | |||
"tags": [ | |||
"Utility" | |||
"Utility", | |||
"Polyphonic" | |||
] | |||
}, | |||
{ | |||
@@ -172,6 +277,15 @@ | |||
"Switch" | |||
] | |||
}, | |||
{ | |||
"slug": "Rungler", | |||
"name": "Rungler", | |||
"description": "8-Bit Shift Register and Comparator with stepped signal output via bits 6, 7, and 8.", | |||
"tags": [ | |||
"Sequencer", | |||
"Random" | |||
] | |||
}, | |||
{ | |||
"slug": "Scanner", | |||
"name": "Scanner", | |||
@@ -186,7 +300,8 @@ | |||
"name": "2 To 4 Mix Matrix", | |||
"description": "Takes two signals and generates four variations.", | |||
"tags": [ | |||
"Mixer" | |||
"Mixer", | |||
"Polyphonic" | |||
] | |||
}, | |||
{ | |||
@@ -199,6 +314,16 @@ | |||
"Waveshaper", | |||
"Polyphonic" | |||
] | |||
}, | |||
{ | |||
"slug": "XYToPolar", | |||
"name": "XY<->Polar", | |||
"description": "Converts XY coordinates to Polar and vice versa.", | |||
"tags": [ | |||
"Utility", | |||
"Waveshaper", | |||
"Polyphonic" | |||
] | |||
} | |||
] | |||
} |
@@ -1,17 +1,17 @@ | |||
{ | |||
"slug": "IggyLabsModules", | |||
"name": "iggy.labs", | |||
"version": "1.1.2", | |||
"version": "2.0.0", | |||
"license": "GPL-3.0-or-later", | |||
"brand": "iggy.labs", | |||
"author": "Isabel Kaspriskie", | |||
"authorEmail": "ikaspriskie@gmail.com", | |||
"authorUrl": "", | |||
"pluginUrl": "", | |||
"manualUrl": "https://github.com/IggyLabs/IggyLabsModulesManual", | |||
"sourceUrl": "https://github.com/IggyLabs/IggyLabsModules", | |||
"manualUrl": "https://github.com/isabelgk/IggyLabsModules", | |||
"sourceUrl": "https://github.com/isabelgk/IggyLabsModules", | |||
"donateUrl": "https://www.buymeacoffee.com/iggylabs", | |||
"changelogUrl": "https://github.com/IggyLabs/IggyLabsModules/blob/master/CHANGELOG", | |||
"changelogUrl": "https://github.com/isabelgk/IggyLabsModules/blob/master/CHANGELOG", | |||
"modules": [ | |||
{ | |||
"slug": "table", | |||
@@ -21,7 +21,7 @@ | |||
"oscillator", | |||
"polyphonic" | |||
], | |||
"manualUrl": "https://github.com/IggyLabs/IggyLabsModules/wiki/Oscillators#table" | |||
"manualUrl": "https://github.com/isabelgk/IggyLabsModules/" | |||
}, | |||
{ | |||
"slug": "select", | |||
@@ -1,11 +1,11 @@ | |||
{ | |||
"slug": "ImpromptuModular", | |||
"name": "Impromptu", | |||
"version": "1.1.12", | |||
"version": "2.0.6", | |||
"license": "GPL-3.0-only", | |||
"author": "Marc Boul\u00e9", | |||
"brand": "Impromptu", | |||
"authorEmail": "marc.boule@etsmtl.ca", | |||
"authorEmail": "m_boule@hotmail.com", | |||
"authorUrl": "", | |||
"pluginUrl": "", | |||
"manualUrl": "https://marcboule.github.io/ImpromptuModular/", | |||
@@ -13,6 +13,15 @@ | |||
"donateUrl": "https://www.paypal.me/marcboule", | |||
"changelogUrl": "https://github.com/MarcBoule/ImpromptuModular/tree/master/CHANGELOG.md", | |||
"modules": [ | |||
{ | |||
"slug": "Adaptive-Quantizer", | |||
"name": "AdaptiveQuantizer", | |||
"description": "Adaptive reference based quantizer", | |||
"manualUrl": "https://marcboule.github.io/ImpromptuModular/#adaptive-quantizer", | |||
"tags": [ | |||
"Quantizer" | |||
] | |||
}, | |||
{ | |||
"slug": "Big-Button-Seq", | |||
"name": "BigButtonSeq", | |||
@@ -10,7 +10,7 @@ | |||
"sourceUrl": "https://github.com/jeremywen/JW-Modules", | |||
"donateUrl": "https://www.paypal.me/jeremywen", | |||
"changelogUrl": "https://github.com/jeremywen/JW-Modules/blob/master/CHANGELOG.md", | |||
"version": "1.0.30", | |||
"version": "2.0.0", | |||
"modules": [ | |||
{ | |||
"slug": "BlankPanel_1HP", | |||
@@ -0,0 +1,171 @@ | |||
{ | |||
"slug": "Kilpatrick-Toolbox", | |||
"name": "Kilpatrick-Toolbox", | |||
"version": "2.0.1", | |||
"license": "GPL-3.0-or-later", | |||
"brand": "Kilpatrick Audio", | |||
"author": "Andrew Kilpatrick", | |||
"authorEmail": "andrew@kilpatrickaudio.com", | |||
"authorUrl": "https://www.kilpatrickaudio.com", | |||
"pluginUrl": "https://github.com/kilpatrickaudio/Kilpatrick-Toolbox", | |||
"manualUrl": "https://github.com/kilpatrickaudio/Kilpatrick-Toolbox", | |||
"sourceUrl": "https://github.com/kilpatrickaudio/Kilpatrick-Toolbox", | |||
"donateUrl": "https://paypal.me/elmood", | |||
"changelogUrl": "", | |||
"modules": [ | |||
{ | |||
"slug": "MIDI_Channel", | |||
"name": "MIDI Channel", | |||
"description": "MIDI Channel Processor with vMIDI Support", | |||
"manualUrl": "https://github.com/kilpatrickaudio/Kilpatrick-Toolbox#midi-channel", | |||
"tags": [ | |||
"MIDI", | |||
"Utility" | |||
] | |||
}, | |||
{ | |||
"slug": "MIDI_CV", | |||
"name": "MIDI CV", | |||
"description": "MIDI to CV Module with vMIDI Support", | |||
"manualUrl": "https://github.com/kilpatrickaudio/Kilpatrick-Toolbox#midi-cv", | |||
"tags": [ | |||
"MIDI", | |||
"Utility" | |||
] | |||
}, | |||
{ | |||
"slug": "MIDI_Input", | |||
"name": "MIDI Input", | |||
"description": "MIDI Hardware Input to vMIDI Adapter", | |||
"manualUrl": "https://github.com/kilpatrickaudio/Kilpatrick-Toolbox#midi-input", | |||
"tags": [ | |||
"MIDI", | |||
"Utility" | |||
] | |||
}, | |||
{ | |||
"slug": "MIDI_Mapper", | |||
"name": "MIDI Mapper", | |||
"description": "MIDI CC Mapper with vMIDI Support", | |||
"manualUrl": "https://github.com/kilpatrickaudio/Kilpatrick-Toolbox#midi-mapper", | |||
"tags": [ | |||
"MIDI", | |||
"Utility" | |||
] | |||
}, | |||
{ | |||
"slug": "MIDI_Merger", | |||
"name": "MIDI Merger", | |||
"description": "MIDI Merger and Filter with vMIDI Support", | |||
"manualUrl": "https://github.com/kilpatrickaudio/Kilpatrick-Toolbox#midi-merger", | |||
"tags": [ | |||
"MIDI", | |||
"Utility" | |||
] | |||
}, | |||
{ | |||
"slug": "MIDI_Monitor", | |||
"name": "MIDI Monitor", | |||
"description": "MIDI Monitor with vMIDI Support", | |||
"manualUrl": "https://github.com/kilpatrickaudio/Kilpatrick-Toolbox#midi-monitor", | |||
"tags": [ | |||
"MIDI", | |||
"Utility" | |||
] | |||
}, | |||
{ | |||
"slug": "MIDI_Output", | |||
"name": "MIDI Output", | |||
"description": "MIDI Hardare Output from vMIDI Adapter", | |||
"manualUrl": "https://github.com/kilpatrickaudio/Kilpatrick-Toolbox#midi-output", | |||
"tags": [ | |||
"MIDI", | |||
"Utility" | |||
] | |||
}, | |||
{ | |||
"slug": "MIDI_Repeater", | |||
"name": "MIDI Repeater", | |||
"description": "MIDI Repeat Processor vMIDI Support", | |||
"manualUrl": "https://github.com/kilpatrickaudio/Kilpatrick-Toolbox#midi-repeater", | |||
"tags": [ | |||
"MIDI", | |||
"Utility" | |||
] | |||
}, | |||
{ | |||
"slug": "Quad_Decoder", | |||
"name": "Quad Decoder", | |||
"description": "Quadraphonic 4-2-4 Matrix Decoder", | |||
"manualUrl": "https://github.com/kilpatrickaudio/Kilpatrick-Toolbox#quad-decoder", | |||
"tags": [ | |||
"Utility" | |||
] | |||
}, | |||
{ | |||
"slug": "Quad_Encoder", | |||
"name": "Quad Encoder", | |||
"description": "Quadraphonic 4-2-4 Matrix Encoder", | |||
"manualUrl": "https://github.com/kilpatrickaudio/Kilpatrick-Toolbox#quad-encoder", | |||
"tags": [ | |||
"Utility" | |||
] | |||
}, | |||
{ | |||
"slug": "Quad_Panner", | |||
"name": "Quad Panner", | |||
"description": "Quad Panner", | |||
"manualUrl": "https://github.com/kilpatrickaudio/Kilpatrick-Toolbox#quad_panner", | |||
"tags": [ | |||
"Panning", | |||
"Utility" | |||
] | |||
}, | |||
{ | |||
"slug": "Stereo_Meter", | |||
"name": "Stereo Meter", | |||
"description": "Stereo Audio Levelmeter", | |||
"manualUrl": "https://github.com/kilpatrickaudio/Kilpatrick-Toolbox#stereo_meter", | |||
"tags": [ | |||
"Utility" | |||
] | |||
}, | |||
{ | |||
"slug": "Test_Osc", | |||
"name": "Test Osc", | |||
"description": "Test Oscillator with Sweep", | |||
"manualUrl": "https://github.com/kilpatrickaudio/Kilpatrick-Toolbox#test_osc", | |||
"tags": [ | |||
"Utility", | |||
"Oscillator" | |||
] | |||
}, | |||
{ | |||
"slug": "Multi_Meter", | |||
"name": "Multi Meter", | |||
"description": "Multi-channel and X/Y Meter", | |||
"tags": [ | |||
"Utility" | |||
] | |||
}, | |||
{ | |||
"slug": "MIDI_Clock", | |||
"name": "MIDI Clock", | |||
"description": "MIDI with Analog and vMIDI Support", | |||
"tags": [ | |||
"MIDI", | |||
"Clock", | |||
"Utility" | |||
] | |||
}, | |||
{ | |||
"slug": "MIDI_CC_Note", | |||
"name": "MIDI CC Note", | |||
"description": "MIDI CC to Note Converter with vMIDI Support", | |||
"tags": [ | |||
"MIDI", | |||
"Utility" | |||
] | |||
} | |||
] | |||
} |