diff --git a/manifests-cache.json b/manifests-cache.json index ffdb0851..2633c8bb 100644 --- a/manifests-cache.json +++ b/manifests-cache.json @@ -15253,5 +15253,20 @@ "creationTimestamp": 1745727881.2442923 } } + }, + "VsWorld": { + "buildTimestamp": 1745878284.6453598, + "creationTimestamp": 1745878284.7605336, + "modules": { + "XLimitJIVCO": { + "creationTimestamp": 1745878284.8534348 + }, + "XLimitJIAutotuner": { + "creationTimestamp": 1745878284.9359968 + }, + "XLimitJIAutotuner2": { + "creationTimestamp": 1745878285.0180306 + } + } } } \ No newline at end of file diff --git a/manifests/VsWorld.json b/manifests/VsWorld.json new file mode 100644 index 00000000..3007b101 --- /dev/null +++ b/manifests/VsWorld.json @@ -0,0 +1,48 @@ +{ + "slug": "VsWorld", + "name": "V's World", + "version": "2.0.1", + "license": "GPL-3.0-or-later", + "brand": "V's World", + "author": "Viktor Schiff", + "authorEmail": "", + "authorUrl": "", + "pluginUrl": "https://github.com/Synismusist/VsWorld", + "manualUrl": "https://github.com/Synismusist/VsWorld/blob/main/README.md", + "sourceUrl": "https://github.com/Synismusist/VsWorld", + "donateUrl": "", + "changelogUrl": "", + "modules": [ + { + "slug": "XLimitJIVCO", + "name": "X-Limit JI VCO", + "description": "VCO forcing just intonation", + "tags": [ + "Polyphonic", + "Tuner", + "Quantizer", + "VCO" + ] + }, + { + "slug": "XLimitJIAutotuner", + "name": "X-Limit JI Autotuner", + "description": "Dynamic just intonation tuner", + "tags": [ + "Polyphonic", + "Tuner", + "Quantizer" + ] + }, + { + "slug": "XLimitJIAutotuner2", + "name": "X-Limit JI Autotuner II", + "description": "Complex dynamic just intonation tuner", + "tags": [ + "Polyphonic", + "Quantizer", + "Tuner" + ] + } + ] +} \ No newline at end of file