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": {
"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
}
}
},


+ 1
- 1
manifests/AS.json View File

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


+ 5
- 6
manifests/LilacLoop.json View File

@@ -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",


+ 15
- 4
manifests/Tonecarver.json View File

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

Loading…
Cancel
Save