Browse Source

Update manifest DPI to 2.0.1

v2
Andrew Belt 1 week ago
parent
commit
52f7317ac8
2 changed files with 134 additions and 0 deletions
  1. +36
    -0
      manifests-cache.json
  2. +98
    -0
      manifests/DPI.json

+ 36
- 0
manifests-cache.json View File

@@ -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
}
}
}
}

+ 98
- 0
manifests/DPI.json View File

@@ -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"
]
}
]
}

Loading…
Cancel
Save