diff --git a/manifests-cache.json b/manifests-cache.json index de8913b9..c3a3fd1d 100644 --- a/manifests-cache.json +++ b/manifests-cache.json @@ -15238,5 +15238,41 @@ "creationTimestamp": 1745727881.2442923 } } + }, + "DPI": { + "buildTimestamp": 1745877283.4615185, + "creationTimestamp": 1745877283.5643172, + "modules": { + "Wave": { + "creationTimestamp": 1745877283.6309764 + }, + "Orbit": { + "creationTimestamp": 1745877283.7198448 + }, + "Stones": { + "creationTimestamp": 1745877283.7923417 + }, + "Bound": { + "creationTimestamp": 1745877283.8583765 + }, + "Maelstrom": { + "creationTimestamp": 1745877283.9265113 + }, + "Taurus": { + "creationTimestamp": 1745877283.996582 + }, + "Libra": { + "creationTimestamp": 1745877284.0631251 + }, + "Scorpio": { + "creationTimestamp": 1745877284.1491761 + }, + "Leo": { + "creationTimestamp": 1745877284.2224078 + }, + "Lyra": { + "creationTimestamp": 1745877284.3026092 + } + } } } \ No newline at end of file diff --git a/manifests/DPI.json b/manifests/DPI.json new file mode 100644 index 00000000..c605f3f4 --- /dev/null +++ b/manifests/DPI.json @@ -0,0 +1,98 @@ +{ + "slug": "DPI", + "name": "DPI", + "version": "2.0.1", + "license": "proprietary", + "brand": "Dark Process Industries", + "author": "Sarah Rex", + "authorEmail": "darkprocessindustries@gmail.com", + "authorUrl": "https://darkprocessindustries.com/vcv-rack/", + "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" + ] + }, + { + "slug": "Taurus", + "name": "Taurus", + "description": "An 8 step CV sequencer.", + "tags": [ + "Sequencer" + ] + }, + { + "slug": "Libra", + "name": "Libra", + "description": "A state variable filter.", + "tags": [ + "Filter" + ] + }, + { + "slug": "Scorpio", + "name": "Scorpio", + "description": "A complex oscillator.", + "tags": [ + "Oscillator" + ] + }, + { + "slug": "Leo", + "name": "Leo", + "description": "A trigger sequencer.", + "tags": [ + "Sequencer" + ] + }, + { + "slug": "Lyra", + "name": "Lyra", + "description": "A low-pass gate.", + "tags": [ + "Filter" + ] + } + ] +} \ No newline at end of file