@@ -2103,7 +2103,7 @@ | |||
} | |||
}, | |||
"Stoermelder-P1": { | |||
"buildTimestamp": 1590763075.7981458, | |||
"buildTimestamp": 1598123121.965469, | |||
"creationTimestamp": 1559409342.0, | |||
"modules": { | |||
"CVMap": { | |||
@@ -2198,6 +2198,21 @@ | |||
}, | |||
"Stroke": { | |||
"creationTimestamp": 1590763078.850774 | |||
}, | |||
"MidiCatEx": { | |||
"creationTimestamp": 1598123365.620966 | |||
}, | |||
"Spin": { | |||
"creationTimestamp": 1598123365.9957113 | |||
}, | |||
"Transit": { | |||
"creationTimestamp": 1598123366.2364821 | |||
}, | |||
"TransitEx": { | |||
"creationTimestamp": 1598123366.523957 | |||
}, | |||
"X4": { | |||
"creationTimestamp": 1598123366.8028293 | |||
} | |||
} | |||
}, | |||
@@ -7462,7 +7477,7 @@ | |||
} | |||
}, | |||
"FrozenWasteland": { | |||
"buildTimestamp": 1596034692.186356, | |||
"buildTimestamp": 1598123364.334003, | |||
"creationTimestamp": 1518016501.0, | |||
"modules": { | |||
"BPMLFO": { | |||
@@ -8346,5 +8361,29 @@ | |||
"creationTimestamp": 1598029968.6083245 | |||
} | |||
} | |||
}, | |||
"GrandeModular": { | |||
"buildTimestamp": 1598123158.7429252, | |||
"creationTimestamp": 1598123367.069531, | |||
"modules": { | |||
"NoteMT": { | |||
"creationTimestamp": 1598123367.266107 | |||
}, | |||
"Quant": { | |||
"creationTimestamp": 1598123367.4626186 | |||
}, | |||
"QuantIntervals": { | |||
"creationTimestamp": 1598123367.6618235 | |||
}, | |||
"QuantMT": { | |||
"creationTimestamp": 1598123367.8484747 | |||
}, | |||
"SampleDelays": { | |||
"creationTimestamp": 1598123368.0456033 | |||
}, | |||
"Scale": { | |||
"creationTimestamp": 1598123368.2305691 | |||
} | |||
} | |||
} | |||
} |
@@ -1,7 +1,7 @@ | |||
{ | |||
"slug": "FrozenWasteland", | |||
"name": "Frozen Wasteland", | |||
"version": "1.15.4", | |||
"version": "1.15.5", | |||
"author": "almostEric", | |||
"license": "GPL-3.0-only", | |||
"authorEmail": "almostEric@frozenwastelandmodules.com", | |||
@@ -0,0 +1,75 @@ | |||
{ | |||
"slug": "GrandeModular", | |||
"name": "Grande", | |||
"version": "1.0.0", | |||
"license": "GPL-3.0-or-later", | |||
"author": "David Grande", | |||
"authorEmail": "dbgrande246@gmail.com", | |||
"authorUrl": "", | |||
"pluginUrl": "", | |||
"manualUrl": "https://github.com/dbgrande/GrandeModular", | |||
"sourceUrl": "https://github.com/dbgrande/GrandeModular", | |||
"donateUrl": "", | |||
"changelogUrl": "", | |||
"modules": [ | |||
{ | |||
"slug": "NoteMT", | |||
"name": "NoteMT", | |||
"description": "Microtonal note utility.", | |||
"manualUrl": "https://github.com/dbgrande/GrandeModular/#notemt", | |||
"tags": [ | |||
"Utility" | |||
] | |||
}, | |||
{ | |||
"slug": "Quant", | |||
"name": "Quant", | |||
"description": "Quantizer with equi-likely notes mode.", | |||
"manualUrl": "https://github.com/dbgrande/GrandeModular/#quant", | |||
"tags": [ | |||
"Quantizer", | |||
"Polyphonic" | |||
] | |||
}, | |||
{ | |||
"slug": "QuantIntervals", | |||
"name": "Quant Intervals", | |||
"description": "Microtonal quantizer based on pitch intervals.", | |||
"manualUrl": "https://github.com/dbgrande/GrandeModular/#quantintervals", | |||
"tags": [ | |||
"Quantizer", | |||
"Polyphonic" | |||
] | |||
}, | |||
{ | |||
"slug": "QuantMT", | |||
"name": "QuantMT", | |||
"description": "Microtonal quantizer.", | |||
"manualUrl": "https://github.com/dbgrande/GrandeModular/#quantmt", | |||
"tags": [ | |||
"Quantizer", | |||
"Polyphonic" | |||
] | |||
}, | |||
{ | |||
"slug": "SampleDelays", | |||
"name": "SampleDelays", | |||
"description": "Provides multiple sample delay options.", | |||
"manualUrl": "https://github.com/dbgrande/GrandeModular/#sampledelays-sd", | |||
"tags": [ | |||
"Delay", | |||
"Polyphonic" | |||
] | |||
}, | |||
{ | |||
"slug": "Scale", | |||
"name": "Scale", | |||
"description": "Additional scales for Quant.", | |||
"manualUrl": "https://github.com/dbgrande/GrandeModular/#scale", | |||
"tags": [ | |||
"Utility", | |||
"Polyphonic" | |||
] | |||
} | |||
] | |||
} |
@@ -1,6 +1,6 @@ | |||
{ | |||
"slug": "Stoermelder-P1", | |||
"version": "1.6.3", | |||
"version": "1.7.0", | |||
"license": "GPL-3.0-only", | |||
"author": "Benjamin Dill", | |||
"name": "PackOne", | |||
@@ -139,6 +139,16 @@ | |||
], | |||
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/MidiCat.md" | |||
}, | |||
{ | |||
"slug": "MidiCatEx", | |||
"name": "MEM for MIDI-CAT", | |||
"description": "Memory-expander for MIDI-CAT", | |||
"tags": [ | |||
"Utility", | |||
"MIDI" | |||
], | |||
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/MidiCat.md#mem-expander" | |||
}, | |||
{ | |||
"slug": "Sipo", | |||
"name": "SIPO", | |||
@@ -193,18 +203,6 @@ | |||
], | |||
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Intermix.md" | |||
}, | |||
{ | |||
"slug": "Detour", | |||
"name": "DETOUR", | |||
"description": "Send/Return switch matrix with scene-support", | |||
"tags": [ | |||
"Mixer", | |||
"Switch", | |||
"Utility" | |||
], | |||
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Detour.md", | |||
"disabled": true | |||
}, | |||
{ | |||
"slug": "Sail", | |||
"name": "SAIL", | |||
@@ -303,24 +301,51 @@ | |||
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Goto.md" | |||
}, | |||
{ | |||
"slug": "Fr", | |||
"name": "FR", | |||
"description": "Show the current screen framerate in the top-right corner", | |||
"slug": "Stroke", | |||
"name": "STROKE", | |||
"description": "Utility for converting hotkeys to triggers, gates and some other special commands", | |||
"tags": [ | |||
"Utility", | |||
"Polyphonic" | |||
], | |||
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Stroke.md" | |||
}, | |||
{ | |||
"slug": "Spin", | |||
"name": "SPIN", | |||
"description": "Utility for converting mouse-wheel movement into triggers, also handles mouse-click of mouse, useful for SAIL", | |||
"tags": [ | |||
"Utility" | |||
], | |||
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Fr.md", | |||
"disabled": true | |||
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Spin.md" | |||
}, | |||
{ | |||
"slug": "Stroke", | |||
"name": "STROKE", | |||
"description": "Utility for converting hotkys to triggers and gates", | |||
"slug": "Transit", | |||
"name": "TRANSIT", | |||
"description": "Parameter-morpher and sequencer for up to 96 snapshots", | |||
"tags": [ | |||
"Utility", | |||
"Sequencer" | |||
], | |||
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Transit.md" | |||
}, | |||
{ | |||
"slug": "TransitEx", | |||
"name": "+T", | |||
"description": "Expander for TRANSIT", | |||
"tags": [ | |||
"Utility" | |||
], | |||
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Transit.md" | |||
}, | |||
{ | |||
"slug": "X4", | |||
"name": "X4", | |||
"description": "Dual multiple for parameter-mapping", | |||
"tags": [ | |||
"Utility" | |||
], | |||
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Stroke.md", | |||
"disabled": true | |||
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/X4.md" | |||
}, | |||
{ | |||
"slug": "AudioInterface64", | |||