Browse Source

Update manifest for ChordSuite

v1
Andrew Belt 3 years ago
parent
commit
efd43710a6
2 changed files with 50 additions and 0 deletions
  1. +12
    -0
      manifests-cache.json
  2. +38
    -0
      manifests/ChordSuite.json

+ 12
- 0
manifests-cache.json View File

@@ -10081,5 +10081,17 @@
"creationTimestamp": 1636820542.6633756
}
}
},
"ChordSuite": {
"buildTimestamp": 1636820730.2339926,
"creationTimestamp": 1636820731.1900988,
"modules": {
"ChordPlayer": {
"creationTimestamp": 1636820731.3133152
},
"ArpPlayer": {
"creationTimestamp": 1636820731.421938
}
}
}
}

+ 38
- 0
manifests/ChordSuite.json View File

@@ -0,0 +1,38 @@
{
"slug": "ChordSuite",
"name": "Chord Suite",
"version": "1.0.0",
"license": "https://vcvrack.com/eula",
"brand": "maglav modular",
"author": "Jiahao Huang",
"authorEmail": "jiahao@maglav.studio",
"authorUrl": "",
"pluginUrl": "",
"manualUrl": "https://github.com/erazedfx/ChordSuiteManual/",
"sourceUrl": "",
"donateUrl": "",
"changelogUrl": "",
"modules": [
{
"slug": "ChordPlayer",
"name": "Chord Player",
"description": "5-voice Chord Quantizer with bass output",
"tags": [
"Polyphonic",
"Quantizer",
"Arpeggiator"
]
},
{
"slug": "ArpPlayer",
"name": "Arp Player",
"description": "Chain-able Arpeggiator Expander for Chord Player",
"tags": [
"Arpeggiator",
"Quantizer",
"Sample and hold",
"Expander"
]
}
]
}

Loading…
Cancel
Save