Browse Source

Update manifest Myth to 2.0.1, AS to 2.0.5

pull/785/head
Andrew Belt 3 years ago
parent
commit
684296e212
3 changed files with 50 additions and 5 deletions
  1. +13
    -1
      manifests-cache.json
  2. +4
    -4
      manifests/AS.json
  3. +33
    -0
      manifests/Myth.json

+ 13
- 1
manifests-cache.json View File

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

+ 4
- 4
manifests/AS.json View File

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


+ 33
- 0
manifests/Myth.json View File

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

Loading…
Cancel
Save