Browse Source

Update manifest for StudioSixPlusOne, az

v1
Andrew Belt 5 years ago
parent
commit
95ce17d062
3 changed files with 109 additions and 0 deletions
  1. +27
    -0
      manifests-cache.json
  2. +56
    -0
      manifests/StudioSixPlusOne.json
  3. +26
    -0
      manifests/az.json

+ 27
- 0
manifests-cache.json View File

@@ -7684,5 +7684,32 @@
"creationTimestamp": 1589888038.2495143
}
}
},
"StudioSixPlusOne": {
"buildTimestamp": 1590117527.82187,
"creationTimestamp": 1590117528.1900573,
"modules": {
"KSDelay": {
"creationTimestamp": 1590117528.4462948
},
"Maccomo": {
"creationTimestamp": 1590117528.6564128
},
"PolyShiftRegister": {
"creationTimestamp": 1590117528.8928494
},
"CombFilter": {
"creationTimestamp": 1590117529.2243044
}
}
},
"az": {
"buildTimestamp": 1590117487.1276653,
"creationTimestamp": 1590117529.5065584,
"modules": {
"modulo": {
"creationTimestamp": 1590117529.7133899
}
}
}
}

+ 56
- 0
manifests/StudioSixPlusOne.json View File

@@ -0,0 +1,56 @@
{
"slug": "StudioSixPlusOne",
"name": "StudioSixPlusOne",
"version": "1.0.0",
"license": "GPL-3.0-or-later",
"brand": "StudioSixPlusOne",
"author": "Studio Six Plus One",
"authorEmail": "dave.french3@googlemail.com",
"authorUrl": "https://github.com/StudioSixPlusOne",
"pluginUrl": "https://github.com/StudioSixPlusOne/rack-modules",
"manualUrl": "https://github.com/StudioSixPlusOne/rack-modules/blob/master/README.md",
"sourceUrl": "https://github.com/StudioSixPlusOne/rack-modules.git",
"donateUrl": "",
"changelogUrl": "https://github.com/StudioSixPlusOne/rack-modules/blob/master/CHANGELOG.md",
"modules": [
{
"slug": "KSDelay",
"name": "Wallenda",
"description": "Karplus\u2013Strong Delay with unison",
"tags": [
"Polyphonic",
"Delay",
"Effect",
"Physical modeling"
]
},
{
"slug": "Maccomo",
"name": "Maccomo",
"description": "Ladder Filter self oscillating vcf",
"tags": [
"Polyphonic",
"Filter"
]
},
{
"slug": "PolyShiftRegister",
"name": "Tyrant",
"description": "Polyphonic Shift Register",
"tags": [
"Polyphonic",
"Sample and Hold"
]
},
{
"slug": "CombFilter",
"name": "Massarti",
"description": "Comb Filter",
"tags": [
"Polyphonic",
"Filter",
"Effect"
]
}
]
}

+ 26
- 0
manifests/az.json View File

@@ -0,0 +1,26 @@
{
"slug": "az",
"name": "az",
"version": "1.0.0",
"license": "GPL-3.0-or-later",
"brand": "az",
"author": "azrrik",
"authorEmail": "azrrik@gmail.com",
"authorUrl": "",
"pluginUrl": "",
"manualUrl": "",
"sourceUrl": "https://github.com/azrrik/az-vcv",
"donateUrl": "https://paypal.me/azrrik",
"changelogUrl": "",
"modules": [
{
"slug": "modulo",
"name": "modulo",
"description": "sequencer based on the modulo % operation",
"tags": [
"sequencer",
"arpeggiator"
]
}
]
}

Loading…
Cancel
Save