@@ -4054,7 +4054,7 @@ | |||||
} | } | ||||
}, | }, | ||||
"AS": { | "AS": { | ||||
"buildTimestamp": 1650829362.8935876, | |||||
"buildTimestamp": 1653382844.7546551, | |||||
"creationTimestamp": 1518016501.0, | "creationTimestamp": 1518016501.0, | ||||
"modules": { | "modules": { | ||||
"SineOSC": { | "SineOSC": { | ||||
@@ -11017,5 +11017,17 @@ | |||||
"creationTimestamp": 1652376853.439033 | "creationTimestamp": 1652376853.439033 | ||||
} | } | ||||
} | } | ||||
}, | |||||
"Myth": { | |||||
"buildTimestamp": 1653382636.9023702, | |||||
"creationTimestamp": 1653382845.61978, | |||||
"modules": { | |||||
"Mavka": { | |||||
"creationTimestamp": 1653382845.8145761 | |||||
}, | |||||
"Molphar": { | |||||
"creationTimestamp": 1653382846.00625 | |||||
} | |||||
} | |||||
} | } | ||||
} | } |
@@ -1,17 +1,17 @@ | |||||
{ | { | ||||
"slug": "AS", | "slug": "AS", | ||||
"version": "2.0.4", | |||||
"version": "2.0.5", | |||||
"license": "MIT", | "license": "MIT", | ||||
"name": "AS", | "name": "AS", | ||||
"brand": "AS", | "brand": "AS", | ||||
"author": "Alfredo Santamaria", | "author": "Alfredo Santamaria", | ||||
"authorEmail": "ascustomworks@gmail.com", | "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", | "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", | "sourceUrl": "https://github.com/AScustomWorks/AS", | ||||
"donateUrl": "https://www.paypal.me/frederius/", | "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": [ | "modules": [ | ||||
{ | { | ||||
"slug": "SineOSC", | "slug": "SineOSC", | ||||
@@ -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" | |||||
] | |||||
} | |||||
] | |||||
} |