Browse Source

Update manifest alefsbits to 2.1.5, PinkTrombone to 2.0.0

pull/785/head
Andrew Belt 3 years ago
parent
commit
8abecfdaa6
3 changed files with 38 additions and 3 deletions
  1. +10
    -1
      manifests-cache.json
  2. +25
    -0
      manifests/PinkTrombone.json
  3. +3
    -2
      manifests/alefsbits.json

+ 10
- 1
manifests-cache.json View File

@@ -10848,7 +10848,7 @@
} }
}, },
"alefsbits": { "alefsbits": {
"buildTimestamp": 1650828995.4091198,
"buildTimestamp": 1651015163.0179596,
"creationTimestamp": 1650829410.386362, "creationTimestamp": 1650829410.386362,
"modules": { "modules": {
"simplexandhold": { "simplexandhold": {
@@ -10864,5 +10864,14 @@
"creationTimestamp": 1650829411.5355408 "creationTimestamp": 1650829411.5355408
} }
} }
},
"PinkTrombone": {
"buildTimestamp": 1651015271.327076,
"creationTimestamp": 1651015272.0198414,
"modules": {
"PinkTrombone": {
"creationTimestamp": 1651015272.1415386
}
}
} }
} }

+ 25
- 0
manifests/PinkTrombone.json View File

@@ -0,0 +1,25 @@
{
"slug": "PinkTrombone",
"name": "PinkTrombone",
"version": "2.0.0",
"license": "GPL-3.0-or-later",
"brand": "PinkTrombone",
"author": "Vega Deftwing",
"authorEmail": "vegac@protonmail.com",
"authorUrl": "https://www.opguides.info",
"pluginUrl": "",
"manualUrl": "",
"sourceUrl": "https://github.com/VegaDeftwing/PinkTromboneVCV",
"donateUrl": "",
"changelogUrl": "",
"modules": [
{
"slug": "PinkTrombone",
"name": "PinkTrombone",
"description": "Voice Simulation",
"tags": [
"Physical modeling"
]
}
]
}

+ 3
- 2
manifests/alefsbits.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "alefsbits", "slug": "alefsbits",
"name": "alef's bits", "name": "alef's bits",
"version": "2.1.3",
"version": "2.1.5",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"brand": "alef's bits", "brand": "alef's bits",
"author": "alefnull", "author": "alefnull",
@@ -18,7 +18,8 @@
"name": "simplex & hold", "name": "simplex & hold",
"description": "sample & hold module using internal simplex noise source", "description": "sample & hold module using internal simplex noise source",
"tags": [ "tags": [
"S&H"
"S&H",
"Polyphonic"
] ]
}, },
{ {


Loading…
Cancel
Save