diff --git a/manifests-cache.json b/manifests-cache.json index 4898abd2..678a41ec 100644 --- a/manifests-cache.json +++ b/manifests-cache.json @@ -14773,5 +14773,26 @@ "creationTimestamp": 1734563983.3521707 } } + }, + "DarkProcessIndustries": { + "buildTimestamp": 1735620498.3223767, + "creationTimestamp": 1735620498.5712683, + "modules": { + "Wave": { + "creationTimestamp": 1735620498.6417823 + }, + "Orbit": { + "creationTimestamp": 1735620498.6991642 + }, + "Stones": { + "creationTimestamp": 1735620498.7573264 + }, + "Bound": { + "creationTimestamp": 1735620498.8195968 + }, + "Maelstrom": { + "creationTimestamp": 1735620498.892209 + } + } } } \ No newline at end of file diff --git a/manifests/DarkProcessIndustries.json b/manifests/DarkProcessIndustries.json new file mode 100644 index 00000000..9b3f1905 --- /dev/null +++ b/manifests/DarkProcessIndustries.json @@ -0,0 +1,58 @@ +{ + "slug": "DarkProcessIndustries", + "name": "Dark Process Industries", + "version": "2.1.666", + "license": "proprietary", + "brand": "Dark Process Industries", + "author": "Sarah Rex", + "authorEmail": "darkprocessindustries@gmail.com", + "authorUrl": "https://darkprocessindustries.com/", + "pluginUrl": "https://darkprocessindustries.com/vcv-rack/", + "manualUrl": "https://darkprocessindustries.com/vcv-rack/", + "sourceUrl": "", + "donateUrl": "", + "changelogUrl": "", + "modules": [ + { + "slug": "Wave", + "name": "WAVE", + "description": "WAVE is a simple voltage-controlled oscillator with triangle, sawtooth, and sine wave outputs.", + "tags": [ + "Oscillator" + ] + }, + { + "slug": "Orbit", + "name": "ORBIT", + "description": "ORBIT is a humble LFO that can be clocked to an external clock.", + "tags": [ + "Low-frequency oscillator" + ] + }, + { + "slug": "Stones", + "name": "STONES", + "description": "STONES is an envelope generator with a few fun tricks.", + "tags": [ + "Envelope generator" + ] + }, + { + "slug": "Bound", + "name": "BOUND", + "description": "BOUND is a four-channel stereo mixer and VCA.", + "tags": [ + "Mixer", + "Voltage-controlled amplifier" + ] + }, + { + "slug": "Maelstrom", + "name": "MAELSTROM", + "description": "MAELSTROM is a random voltage generator.", + "tags": [ + "Random" + ] + } + ] +} \ No newline at end of file