| @@ -9895,5 +9895,41 @@ | |||
| "creationTimestamp": 1630323275.128001 | |||
| } | |||
| } | |||
| }, | |||
| "VCV-Drums": { | |||
| "buildTimestamp": 1631372573.144147, | |||
| "creationTimestamp": 1631372574.4663014, | |||
| "modules": { | |||
| "DrumMachine": { | |||
| "creationTimestamp": 1631372574.5925946 | |||
| }, | |||
| "Kick": { | |||
| "creationTimestamp": 1631372574.7238412 | |||
| }, | |||
| "Snare": { | |||
| "creationTimestamp": 1631372574.8031287 | |||
| }, | |||
| "Tom": { | |||
| "creationTimestamp": 1631372574.87808 | |||
| }, | |||
| "Rim": { | |||
| "creationTimestamp": 1631372574.960535 | |||
| }, | |||
| "Clap": { | |||
| "creationTimestamp": 1631372575.0453253 | |||
| }, | |||
| "ClosedHat": { | |||
| "creationTimestamp": 1631372575.138895 | |||
| }, | |||
| "OpenHat": { | |||
| "creationTimestamp": 1631372575.2170258 | |||
| }, | |||
| "Crash": { | |||
| "creationTimestamp": 1631372575.3044121 | |||
| }, | |||
| "Ride": { | |||
| "creationTimestamp": 1631372575.38674 | |||
| } | |||
| } | |||
| } | |||
| } | |||
| @@ -0,0 +1,98 @@ | |||
| { | |||
| "slug": "VCV-Drums", | |||
| "version": "1.0.0", | |||
| "license": "https://vcvrack.com/eula", | |||
| "name": "Drums", | |||
| "brand": "VCV", | |||
| "author": "VCV", | |||
| "authorEmail": "contact@vcvrack.com", | |||
| "authorUrl": "https://vcvrack.com/", | |||
| "pluginUrl": "https://vcvrack.com/Drums", | |||
| "manualUrl": "https://vcvrack.com/Drums#manual", | |||
| "changelogUrl": "https://vcvrack.com/Drums#changelog", | |||
| "sourceUrl": "", | |||
| "donateUrl": "", | |||
| "modules": [ | |||
| { | |||
| "slug": "DrumMachine", | |||
| "name": "Drum Machine", | |||
| "description": "", | |||
| "tags": [ | |||
| "Drum", | |||
| "Mixer" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "Kick", | |||
| "name": "Kick", | |||
| "description": "", | |||
| "tags": [ | |||
| "Drum" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "Snare", | |||
| "name": "Snare", | |||
| "description": "", | |||
| "tags": [ | |||
| "Drum" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "Tom", | |||
| "name": "Tom", | |||
| "description": "", | |||
| "tags": [ | |||
| "Drum" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "Rim", | |||
| "name": "Rim", | |||
| "description": "", | |||
| "tags": [ | |||
| "Drum" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "Clap", | |||
| "name": "Clap", | |||
| "description": "", | |||
| "tags": [ | |||
| "Drum" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "ClosedHat", | |||
| "name": "Closed Hat", | |||
| "description": "", | |||
| "tags": [ | |||
| "Drum" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "OpenHat", | |||
| "name": "Open Hat", | |||
| "description": "", | |||
| "tags": [ | |||
| "Drum" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "Crash", | |||
| "name": "Crash", | |||
| "description": "", | |||
| "tags": [ | |||
| "Drum" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "Ride", | |||
| "name": "Ride", | |||
| "description": "", | |||
| "tags": [ | |||
| "Drum" | |||
| ] | |||
| } | |||
| ] | |||
| } | |||