diff --git a/manifests-cache.json b/manifests-cache.json index cbb416a3..5d691f42 100644 --- a/manifests-cache.json +++ b/manifests-cache.json @@ -4054,7 +4054,7 @@ } }, "AS": { - "buildTimestamp": 1650829362.8935876, + "buildTimestamp": 1653382844.7546551, "creationTimestamp": 1518016501.0, "modules": { "SineOSC": { @@ -11017,5 +11017,17 @@ "creationTimestamp": 1652376853.439033 } } + }, + "Myth": { + "buildTimestamp": 1653382636.9023702, + "creationTimestamp": 1653382845.61978, + "modules": { + "Mavka": { + "creationTimestamp": 1653382845.8145761 + }, + "Molphar": { + "creationTimestamp": 1653382846.00625 + } + } } } \ No newline at end of file diff --git a/manifests/AS.json b/manifests/AS.json index 0fbbcaa2..60ea7287 100644 --- a/manifests/AS.json +++ b/manifests/AS.json @@ -1,17 +1,17 @@ { "slug": "AS", - "version": "2.0.4", + "version": "2.0.5", "license": "MIT", "name": "AS", "brand": "AS", "author": "Alfredo Santamaria", "authorEmail": "ascustomworks@gmail.com", - "pluginUrl": "https://github.com/AScustomWorks/AS/blob/master/README.md", + "pluginUrl": "https://github.com/AScustomWorks/AS/blob/V2/README.md", "authorUrl": "https://github.com/AScustomWorks/AS", - "manualUrl": "https://github.com/AScustomWorks/AS/blob/master/README.md", + "manualUrl": "https://github.com/AScustomWorks/AS/blob/V2/README.md", "sourceUrl": "https://github.com/AScustomWorks/AS", "donateUrl": "https://www.paypal.me/frederius/", - "changelogUrl": "https://github.com/AScustomWorks/AS/blob/master/README.md", + "changelogUrl": "https://github.com/AScustomWorks/AS/blob/V2/README.md", "modules": [ { "slug": "SineOSC", diff --git a/manifests/Myth.json b/manifests/Myth.json new file mode 100644 index 00000000..3ce440bc --- /dev/null +++ b/manifests/Myth.json @@ -0,0 +1,33 @@ +{ + "slug": "Myth", + "name": "Myth", + "version": "2.0.1", + "license": "GPL-3.0-or-later", + "brand": "Myth", + "author": "Pavlo Yevsehnieiev", + "authorEmail": "p.yevsehnieiev@gmail.com", + "authorUrl": "", + "pluginUrl": "", + "manualUrl": "https://github.com/Ahineya/vcv-myth-plugin/blob/master/README.md", + "sourceUrl": "https://github.com/Ahineya/vcv-myth-plugin", + "donateUrl": "https://www.buymeacoffee.com/pavlodev", + "changelogUrl": "", + "modules": [ + { + "slug": "Mavka", + "name": "Mavka", + "description": "Oscillator with VCA per waveform", + "tags": [ + "Oscillator" + ] + }, + { + "slug": "Molphar", + "name": "Molphar", + "description": "Sequencer with probabilities", + "tags": [ + "Sequencer" + ] + } + ] +} \ No newline at end of file