@@ -2166,7 +2166,7 @@ | |||
} | |||
}, | |||
"Stoermelder-P1": { | |||
"buildTimestamp": 1599748072.522658, | |||
"buildTimestamp": 1605166227.0257103, | |||
"creationTimestamp": 1559409342.0, | |||
"modules": { | |||
"CVMap": { | |||
@@ -2276,6 +2276,21 @@ | |||
}, | |||
"X4": { | |||
"creationTimestamp": 1598123366.8028293 | |||
}, | |||
"Hive": { | |||
"creationTimestamp": 1605166388.1425292 | |||
}, | |||
"Macro": { | |||
"creationTimestamp": 1605166388.4515545 | |||
}, | |||
"Raw": { | |||
"creationTimestamp": 1605166388.7034822 | |||
}, | |||
"MidiMon": { | |||
"creationTimestamp": 1605166388.9828613 | |||
}, | |||
"Mb": { | |||
"creationTimestamp": 1605166389.2461746 | |||
} | |||
} | |||
}, | |||
@@ -3097,7 +3112,7 @@ | |||
} | |||
}, | |||
"JW-Modules": { | |||
"buildTimestamp": 1604857723.5415993, | |||
"buildTimestamp": 1605166386.616771, | |||
"creationTimestamp": 1518016501.0, | |||
"modules": { | |||
"BlankPanel_SM": { | |||
@@ -8555,7 +8570,7 @@ | |||
} | |||
}, | |||
"GrandeModular": { | |||
"buildTimestamp": 1603080703.6655002, | |||
"buildTimestamp": 1605166274.9770308, | |||
"creationTimestamp": 1598123367.069531, | |||
"modules": { | |||
"NoteMT": { | |||
@@ -8575,6 +8590,12 @@ | |||
}, | |||
"Scale": { | |||
"creationTimestamp": 1598123368.2305691 | |||
}, | |||
"MicrotonalChords": { | |||
"creationTimestamp": 1605166389.4952598 | |||
}, | |||
"MicrotonalNotes": { | |||
"creationTimestamp": 1605166389.7494843 | |||
} | |||
} | |||
}, | |||
@@ -1,7 +1,7 @@ | |||
{ | |||
"slug": "GrandeModular", | |||
"name": "Grande", | |||
"version": "1.3.0", | |||
"version": "1.4.0", | |||
"license": "GPL-3.0-or-later", | |||
"author": "David Grande", | |||
"authorEmail": "dbgrande246@gmail.com", | |||
@@ -12,6 +12,26 @@ | |||
"donateUrl": "", | |||
"changelogUrl": "", | |||
"modules": [ | |||
{ | |||
"slug": "MicrotonalChords", | |||
"name": "Microtonal Chords", | |||
"description": "Microtonal quad chord generator.", | |||
"manualUrl": "https://github.com/dbgrande/GrandeModular/#microtonalchords", | |||
"tags": [ | |||
"Utility", | |||
"Polyphonic" | |||
] | |||
}, | |||
{ | |||
"slug": "MicrotonalNotes", | |||
"name": "Microtonal Notes", | |||
"description": "Microtonal octal note generator.", | |||
"manualUrl": "https://github.com/dbgrande/GrandeModular/#microtonalnotes", | |||
"tags": [ | |||
"Utility", | |||
"Polyphonic" | |||
] | |||
}, | |||
{ | |||
"slug": "NoteMT", | |||
"name": "NoteMT", | |||
@@ -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.19", | |||
"version": "1.0.20", | |||
"modules": [ | |||
{ | |||
"slug": "BlankPanel_1HP", | |||
@@ -1,6 +1,6 @@ | |||
{ | |||
"slug": "Stoermelder-P1", | |||
"version": "1.7.1", | |||
"version": "1.8.0", | |||
"license": "GPL-3.0-only", | |||
"author": "Benjamin Dill", | |||
"name": "PackOne", | |||
@@ -194,12 +194,23 @@ | |||
], | |||
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Maze.md" | |||
}, | |||
{ | |||
"slug": "Hive", | |||
"name": "HIVE", | |||
"description": "4 channel sequencer running on a 2-dimensional hexagonal grid", | |||
"tags": [ | |||
"Sequencer", | |||
"Random" | |||
], | |||
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Hive.md" | |||
}, | |||
{ | |||
"slug": "Intermix", | |||
"name": "INTERMIX", | |||
"description": "Precision adder 8x8 switch matrix with scene-support", | |||
"tags": [ | |||
"Mixer" | |||
"Mixer", | |||
"Polyphonic" | |||
], | |||
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Intermix.md" | |||
}, | |||
@@ -347,6 +358,35 @@ | |||
], | |||
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/X4.md" | |||
}, | |||
{ | |||
"slug": "Macro", | |||
"name": "MACRO", | |||
"description": "Macro-knob for controlling multiple parameters, with attenuverts and slew-limiting", | |||
"tags": [ | |||
"Utility" | |||
], | |||
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Macro.md" | |||
}, | |||
{ | |||
"slug": "Raw", | |||
"name": "RAW", | |||
"description": "Digital effect based on the dynamics of bistable systems", | |||
"tags": [ | |||
"Distortion", | |||
"Digital" | |||
], | |||
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Raw.md" | |||
}, | |||
{ | |||
"slug": "MidiMon", | |||
"name": "MIDI-MON", | |||
"description": "Monitor for MIDI messages", | |||
"tags": [ | |||
"MIDI", | |||
"Utility" | |||
], | |||
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/MidiMon.md" | |||
}, | |||
{ | |||
"slug": "AudioInterface64", | |||
"name": "AUDIO-64", | |||
@@ -354,6 +394,15 @@ | |||
"tags": [ | |||
"External" | |||
] | |||
}, | |||
{ | |||
"slug": "Mb", | |||
"name": "MB", | |||
"description": "Experimental replacement module browsers for Rack. Brings back the browser from Rack v0.6x and has a modified browser from Rack v1.x with adjustable preview size, favorites, extended filtering options and more.", | |||
"tags": [ | |||
"Utility" | |||
], | |||
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Mb.md" | |||
} | |||
] | |||
} |