Browse Source

Update manifest for AuraAudio, voxglitch

v1
Andrew Belt 5 years ago
parent
commit
2c63bf94c1
3 changed files with 47 additions and 2 deletions
  1. +13
    -1
      manifests-cache.json
  2. +25
    -0
      manifests/AuraAudio.json
  3. +9
    -1
      manifests/voxglitch.json

+ 13
- 1
manifests-cache.json View File

@@ -381,7 +381,7 @@
} }
}, },
"voxglitch": { "voxglitch": {
"buildTimestamp": 1586323588.98252,
"buildTimestamp": 1586748533.5937314,
"creationTimestamp": 1579792597.0, "creationTimestamp": 1579792597.0,
"modules": { "modules": {
"autobreak": { "autobreak": {
@@ -410,6 +410,9 @@
}, },
"xy": { "xy": {
"creationTimestamp": 1579792597.0 "creationTimestamp": 1579792597.0
},
"samplerx8": {
"creationTimestamp": 1586748554.3179598
} }
} }
}, },
@@ -7377,5 +7380,14 @@
"creationTimestamp": 1586658594.5966752 "creationTimestamp": 1586658594.5966752
} }
} }
},
"AuraAudio": {
"buildTimestamp": 1586748553.8809187,
"creationTimestamp": 1586748554.6386294,
"modules": {
"ModularForecast": {
"creationTimestamp": 1586748554.8362346
}
}
} }
} }

+ 25
- 0
manifests/AuraAudio.json View File

@@ -0,0 +1,25 @@
{
"slug": "AuraAudio",
"name": "Aura Audio",
"version": "1.0.2",
"license": "GPL-3.0-or-later",
"brand": "Aura Audio",
"author": "Evan Murray",
"authorEmail": "evanmurray22@gmail.com",
"authorUrl": "",
"pluginUrl": "",
"manualUrl": "",
"sourceUrl": "https://github.com/emurray2/EVMusic-Rack",
"donateUrl": "",
"changelogUrl": "",
"modules": [
{
"slug": "ModularForecast",
"name": "Modular Forecast",
"description": "Visualize sound as weather!",
"tags": [
"Visual"
]
}
]
}

+ 9
- 1
manifests/voxglitch.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "voxglitch", "slug": "voxglitch",
"name": "Voxglitch", "name": "Voxglitch",
"version": "1.11.1",
"version": "1.12.0",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"brand": "Voxglitch", "brand": "Voxglitch",
"author": "Bret Truchan", "author": "Bret Truchan",
@@ -73,6 +73,14 @@
"Sampler" "Sampler"
] ]
}, },
{
"slug": "samplerx8",
"name": "SamplerX8",
"description": "Eight stereo sample playback devices in one compact module.",
"tags": [
"Sampler"
]
},
{ {
"slug": "wavbank", "slug": "wavbank",
"name": "Wav Bank", "name": "Wav Bank",


Loading…
Cancel
Save