From bc2a9b0e5ae7492e4d832c435720122aee84570a Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Mon, 22 Nov 2021 09:13:43 -0500 Subject: [PATCH] Update manifest for Tonecarver, LilacLoop, AS --- manifests-cache.json | 9 ++++++--- manifests/AS.json | 2 +- manifests/LilacLoop.json | 11 +++++------ manifests/Tonecarver.json | 19 +++++++++++++++---- 4 files changed, 27 insertions(+), 14 deletions(-) diff --git a/manifests-cache.json b/manifests-cache.json index bfc882f5..59f03f0e 100644 --- a/manifests-cache.json +++ b/manifests-cache.json @@ -3940,7 +3940,7 @@ } }, "AS": { - "buildTimestamp": 1583225533.6908162, + "buildTimestamp": 1637590273.40428, "creationTimestamp": 1518016501.0, "modules": { "SineOSC": { @@ -9147,7 +9147,7 @@ } }, "LilacLoop": { - "buildTimestamp": 1605786783.5852137, + "buildTimestamp": 1637590311.7052453, "creationTimestamp": 1603081447.3990774, "modules": { "Looper": { @@ -10032,7 +10032,7 @@ } }, "Tonecarver": { - "buildTimestamp": 1633688531.4152114, + "buildTimestamp": 1637590102.6233065, "creationTimestamp": 1633689366.7989447, "modules": { "Blur": { @@ -10040,6 +10040,9 @@ }, "Morse": { "creationTimestamp": 1633689367.0033875 + }, + "Traveler": { + "creationTimestamp": 1637590312.0459538 } } }, diff --git a/manifests/AS.json b/manifests/AS.json index 5a0f83a1..c84ea720 100644 --- a/manifests/AS.json +++ b/manifests/AS.json @@ -1,6 +1,6 @@ { "slug": "AS", - "version": "1.0.4", + "version": "1.0.5", "license": "MIT", "name": "AS", "brand": "AS", diff --git a/manifests/LilacLoop.json b/manifests/LilacLoop.json index e6faf25d..2838ab46 100644 --- a/manifests/LilacLoop.json +++ b/manifests/LilacLoop.json @@ -1,21 +1,20 @@ { "slug": "LilacLoop", "name": "Lilac Loop", - "version": "1.0.2", + "version": "1.0.3", "license": "GPL-3.0-or-later", "brand": "Lilac", "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", "changelogUrl": "https://github.com/grough/lilac-loop-vcv/releases", "modules": [ { "slug": "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": [ "Polyphonic", "Recording", diff --git a/manifests/Tonecarver.json b/manifests/Tonecarver.json index 6b88f737..da033160 100644 --- a/manifests/Tonecarver.json +++ b/manifests/Tonecarver.json @@ -1,8 +1,8 @@ { "slug": "Tonecarver", "name": "Tonecarver", - "version": "1.0.1", - "license": "proprietary", + "version": "1.0.4", + "license": "GPL-3.0-only", "brand": "Tonecarver", "author": "Bill Davies", "authorEmail": "bdavies00@yahoo.com", @@ -18,14 +18,25 @@ "name": "Blur", "description": "Spectral Blur", "tags": [ - "spectral" + "Effect" ] }, { "slug": "Morse", "name": "Morse", "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" + ] } ] } \ No newline at end of file