diff --git a/manifests-cache.json b/manifests-cache.json index 0b1f3644..59ba268f 100644 --- a/manifests-cache.json +++ b/manifests-cache.json @@ -1274,7 +1274,7 @@ } }, "OrangeLine": { - "buildTimestamp": 1638577603.9367497, + "buildTimestamp": 1640298651.6288877, "creationTimestamp": 1571530639.0, "modules": { "Fence": { @@ -1334,7 +1334,7 @@ } }, "LifeFormModular": { - "buildTimestamp": 1584908979.673539, + "buildTimestamp": 1640299117.588022, "creationTimestamp": 1569379652.0, "modules": { "TimeDiktat": { @@ -1375,6 +1375,12 @@ }, "Driftgen": { "creationTimestamp": 1584909027.0 + }, + "TimeExpansion": { + "creationTimestamp": 1640299118.4553702 + }, + "TornArtery": { + "creationTimestamp": 1640299118.6846664 } } }, @@ -1411,7 +1417,7 @@ "modules": {} }, "LittleUtils": { - "buildTimestamp": 1583225387.457739, + "buildTimestamp": 1640298594.5540204, "creationTimestamp": 1571530639.0, "modules": { "Button": { @@ -8427,7 +8433,7 @@ "modules": {} }, "Ahornberg": { - "buildTimestamp": 1639931309.9227295, + "buildTimestamp": 1640298965.4072936, "creationTimestamp": 1562952023.0, "modules": { "EqualDivision": { @@ -9150,7 +9156,7 @@ } }, "Atelier": { - "buildTimestamp": 1639401045.9456928, + "buildTimestamp": 1640298536.522459, "creationTimestamp": 1594864809.245203, "modules": { "AtelierPalette": { @@ -10422,11 +10428,14 @@ "buildTimestamp": 1638135908.8031194 }, "SequelSequencers": { - "buildTimestamp": 1639402137.8121538, + "buildTimestamp": 1640299012.368548, "creationTimestamp": 1639113349.024814, "modules": { "Sequel8": { "creationTimestamp": 1639113349.127879 + }, + "Sequel16": { + "creationTimestamp": 1640299119.0541544 } } }, @@ -10453,5 +10462,17 @@ "creationTimestamp": 1639932648.28104 } } + }, + "LilacModules": { + "buildTimestamp": 1640298811.133166, + "creationTimestamp": 1640299119.2661583, + "modules": { + "Accumulator": { + "creationTimestamp": 1640299119.3837152 + }, + "Comparator": { + "creationTimestamp": 1640299119.4932497 + } + } } } \ No newline at end of file diff --git a/manifests/Ahornberg.json b/manifests/Ahornberg.json index f5668155..387b2e63 100644 --- a/manifests/Ahornberg.json +++ b/manifests/Ahornberg.json @@ -1,6 +1,6 @@ { "slug": "Ahornberg", - "version": "2.1.1", + "version": "2.1.2", "license": "GPL-3.0-only", "name": "Ahornberg", "brand": "Ahornberg", diff --git a/manifests/Atelier.json b/manifests/Atelier.json index 34a4623f..5b3d630c 100644 --- a/manifests/Atelier.json +++ b/manifests/Atelier.json @@ -1,7 +1,7 @@ { "slug": "Atelier", "name": "Atelier", - "version": "2.0.1", + "version": "2.0.2", "license": "GPL-3.0-or-later", "brand": "Atelier", "author": "Xenakios (Panel Design by Pyer)", diff --git a/manifests/LifeFormModular.json b/manifests/LifeFormModular.json index 84bf83c6..72c5293e 100644 --- a/manifests/LifeFormModular.json +++ b/manifests/LifeFormModular.json @@ -1,7 +1,7 @@ { "slug": "LifeFormModular", "name": "LifeFormModular", - "version": "1.1", + "version": "2.0", "license": "MIT", "brand": "LifeFormModular", "author": "Marc Dacunha", @@ -124,6 +124,22 @@ "tags": [ "Utility" ] + }, + { + "slug": "TimeExpansion", + "name": "TimeExpansion", + "description": "Clock extension", + "tags": [ + "Utility" + ] + }, + { + "slug": "TornArtery", + "name": "TornArtery", + "description": "Dual envelope + vca", + "tags": [ + "Utility" + ] } ] } \ No newline at end of file diff --git a/manifests/LilacModules.json b/manifests/LilacModules.json new file mode 100644 index 00000000..42287ea5 --- /dev/null +++ b/manifests/LilacModules.json @@ -0,0 +1,34 @@ +{ + "slug": "LilacModules", + "name": "Lilac Modules", + "version": "2.0.0", + "license": "GPL-3.0-or-later", + "brand": "Lilac", + "author": "Gavin Rough", + "authorEmail": "lilacloop@grough.com", + "manualUrl": "https://github.com/grough/lilac-modules-vcv#readme", + "sourceUrl": "https://github.com/grough/lilac-modules-vcv", + "changelogUrl": "https://github.com/grough/lilac-modules-vcv/releases", + "modules": [ + { + "slug": "Accumulator", + "name": "Accumulator", + "description": "Dual polyphonic voltage accumulator or integrator", + "tags": [ + "Dual", + "Polyphonic", + "Utility" + ] + }, + { + "slug": "Comparator", + "name": "Comparator", + "description": "Polyphonic voltage comparator with adjustable tolerance", + "tags": [ + "Logic", + "Polyphonic", + "Utility" + ] + } + ] +} \ No newline at end of file diff --git a/manifests/LittleUtils.json b/manifests/LittleUtils.json index fedab650..3bd5e30d 100644 --- a/manifests/LittleUtils.json +++ b/manifests/LittleUtils.json @@ -1,8 +1,8 @@ { "slug": "LittleUtils", "name": "Little Utils", - "version": "1.0.3", - "license": "MIT", + "version": "2.0.0", + "license": "EUPL-1.2", "brand": "", "author": "M\u00e1rton Gunyh\u00f3", "authorEmail": "", @@ -10,6 +10,7 @@ "pluginUrl": "https://github.com/mgunyho/Little-Utils", "manualUrl": "https://github.com/mgunyho/Little-Utils", "sourceUrl": "https://github.com/mgunyho/Little-Utils", + "changelogUrl": "https://github.com/mgunyho/Little-Utils/blob/master/CHANGELOG.md", "donateUrl": "", "modules": [ { diff --git a/manifests/OrangeLine.json b/manifests/OrangeLine.json index a061bec2..1b58f4f3 100644 --- a/manifests/OrangeLine.json +++ b/manifests/OrangeLine.json @@ -1,7 +1,7 @@ { "slug": "OrangeLine", "name": "OrangeLine", - "version": "2.3.10", + "version": "2.3.11", "license": "GPL-3.0-only", "brand": "", "author": "Dieter Stubler", diff --git a/manifests/SequelSequencers.json b/manifests/SequelSequencers.json index 502796fa..b43fc6e6 100644 --- a/manifests/SequelSequencers.json +++ b/manifests/SequelSequencers.json @@ -1,7 +1,7 @@ { "slug": "SequelSequencers", "name": "Sequel Sequencers", - "version": "2.0.1", + "version": "2.1.0", "license": "GPL-3.0-or-later", "brand": "Daniel Davies", "author": "Daniel Davies", @@ -21,6 +21,15 @@ "Clock modulator", "Sequencer" ] + }, + { + "slug": "Sequel16", + "name": "Sequel 16", + "description": "3 row / 16 step sequencer with built-in clock divider", + "tags": [ + "Clock modulator", + "Sequencer" + ] } ] } \ No newline at end of file