Browse Source

Update manifest for Tonecarver, LilacLoop, AS

v1
Andrew Belt 3 years ago
parent
commit
bc2a9b0e5a
4 changed files with 27 additions and 14 deletions
  1. +6
    -3
      manifests-cache.json
  2. +1
    -1
      manifests/AS.json
  3. +5
    -6
      manifests/LilacLoop.json
  4. +15
    -4
      manifests/Tonecarver.json

+ 6
- 3
manifests-cache.json View File

@@ -3940,7 +3940,7 @@
} }
}, },
"AS": { "AS": {
"buildTimestamp": 1583225533.6908162,
"buildTimestamp": 1637590273.40428,
"creationTimestamp": 1518016501.0, "creationTimestamp": 1518016501.0,
"modules": { "modules": {
"SineOSC": { "SineOSC": {
@@ -9147,7 +9147,7 @@
} }
}, },
"LilacLoop": { "LilacLoop": {
"buildTimestamp": 1605786783.5852137,
"buildTimestamp": 1637590311.7052453,
"creationTimestamp": 1603081447.3990774, "creationTimestamp": 1603081447.3990774,
"modules": { "modules": {
"Looper": { "Looper": {
@@ -10032,7 +10032,7 @@
} }
}, },
"Tonecarver": { "Tonecarver": {
"buildTimestamp": 1633688531.4152114,
"buildTimestamp": 1637590102.6233065,
"creationTimestamp": 1633689366.7989447, "creationTimestamp": 1633689366.7989447,
"modules": { "modules": {
"Blur": { "Blur": {
@@ -10040,6 +10040,9 @@
}, },
"Morse": { "Morse": {
"creationTimestamp": 1633689367.0033875 "creationTimestamp": 1633689367.0033875
},
"Traveler": {
"creationTimestamp": 1637590312.0459538
} }
} }
}, },


+ 1
- 1
manifests/AS.json View File

@@ -1,6 +1,6 @@
{ {
"slug": "AS", "slug": "AS",
"version": "1.0.4",
"version": "1.0.5",
"license": "MIT", "license": "MIT",
"name": "AS", "name": "AS",
"brand": "AS", "brand": "AS",


+ 5
- 6
manifests/LilacLoop.json View File

@@ -1,21 +1,20 @@
{ {
"slug": "LilacLoop", "slug": "LilacLoop",
"name": "Lilac Loop", "name": "Lilac Loop",
"version": "1.0.2",
"version": "1.0.3",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"brand": "Lilac", "brand": "Lilac",
"author": "Gavin Rough", "author": "Gavin Rough",
"authorEmail": "gavin@grough.com",
"pluginUrl": "https://github.com/grough/lilac-loop-vcv",
"manualUrl": "https://github.com/grough/lilac-loop-vcv#readme",
"authorEmail": "lilacloop@grough.com",
"pluginUrl": "https://grough.github.io/lilac-loop-vcv/",
"manualUrl": "https://grough.github.io/lilac-loop-vcv/",
"sourceUrl": "https://github.com/grough/lilac-loop-vcv", "sourceUrl": "https://github.com/grough/lilac-loop-vcv",
"changelogUrl": "https://github.com/grough/lilac-loop-vcv/releases", "changelogUrl": "https://github.com/grough/lilac-loop-vcv/releases",
"modules": [ "modules": [
{ {
"slug": "Looper", "slug": "Looper",
"name": "Looper", "name": "Looper",
"description": "Simple multi-track looper with a pedal-like workflow",
"manualUrl": "https://github.com/grough/lilac-loop-vcv#readme",
"description": "Stereo multi-track live looper",
"tags": [ "tags": [
"Polyphonic", "Polyphonic",
"Recording", "Recording",


+ 15
- 4
manifests/Tonecarver.json View File

@@ -1,8 +1,8 @@
{ {
"slug": "Tonecarver", "slug": "Tonecarver",
"name": "Tonecarver", "name": "Tonecarver",
"version": "1.0.1",
"license": "proprietary",
"version": "1.0.4",
"license": "GPL-3.0-only",
"brand": "Tonecarver", "brand": "Tonecarver",
"author": "Bill Davies", "author": "Bill Davies",
"authorEmail": "bdavies00@yahoo.com", "authorEmail": "bdavies00@yahoo.com",
@@ -18,14 +18,25 @@
"name": "Blur", "name": "Blur",
"description": "Spectral Blur", "description": "Spectral Blur",
"tags": [ "tags": [
"spectral"
"Effect"
] ]
}, },
{ {
"slug": "Morse", "slug": "Morse",
"name": "Morse", "name": "Morse",
"description": "Generate Morse Code gate sequence", "description": "Generate Morse Code gate sequence",
"tags": []
"tags": [
"Sequencer"
]
},
{
"slug": "Traveler",
"name": "Traveler",
"description": "Generative sequencer using rovers and obstacles to create evolving patterns",
"tags": [
"Sequencer",
"Random"
]
} }
] ]
} }

Loading…
Cancel
Save