Browse Source

Update manifest for Agave

v1
Andrew Belt 4 years ago
parent
commit
0d196c9b03
2 changed files with 85 additions and 0 deletions
  1. +21
    -0
      manifests-cache.json
  2. +64
    -0
      manifests/Agave.json

+ 21
- 0
manifests-cache.json View File

@@ -9009,5 +9009,26 @@
"creationTimestamp": 1607124948.1395001
}
}
},
"Agave": {
"buildTimestamp": 1607777365.6400568,
"creationTimestamp": 1607777367.628583,
"modules": {
"LowpassFilterBank": {
"creationTimestamp": 1607777367.9698281
},
"SharpWavefolder": {
"creationTimestamp": 1607777368.2659295
},
"MetallicNoise": {
"creationTimestamp": 1607777368.5096333
},
"MS20VCF": {
"creationTimestamp": 1607777368.7557726
},
"AgaveBlank": {
"creationTimestamp": 1607777369.0100946
}
}
}
}

+ 64
- 0
manifests/Agave.json View File

@@ -0,0 +1,64 @@
{
"slug": "Agave",
"name": "Agave",
"version": "1.0.0",
"license": "CC0-1.0",
"brand": "Agave",
"author": "Fabian Eqsueda, Jatin Chowdhury",
"authorEmail": "jatin@ccrma.stanford.edu",
"authorUrl": "",
"pluginUrl": "https://github.com/jatinchowdhury18/Agave",
"manualUrl": "https://github.com/jatinchowdhury18/Agave/blob/master/doc/Manual.md",
"sourceUrl": "https://github.com/jatinchowdhury18/Agave",
"donateUrl": "",
"changelogUrl": "",
"modules": [
{
"slug": "LowpassFilterBank",
"name": "Agave Lowpass Filter Bank",
"description": "Bank of RC lowpass filters",
"manualUrl": "https://github.com/jatinchowdhury18/Agave/blob/master/doc/Manual.md#LPFBank",
"tags": [
"Filter"
]
},
{
"slug": "SharpWavefolder",
"name": "Agave Fxld",
"description": "Buchla-style wavefolder",
"manualUrl": "https://github.com/jatinchowdhury18/Agave/blob/master/doc/Manual.md#FXLD",
"tags": [
"Waveshaper",
"Effect"
]
},
{
"slug": "MetallicNoise",
"name": "Agave Metallic",
"description": "Noise generator for cymbals",
"manualUrl": "https://github.com/jatinchowdhury18/Agave/blob/master/doc/Manual.md#Metal",
"tags": [
"Noise"
]
},
{
"slug": "MS20VCF",
"name": "Agave VCF",
"description": "VCF modelled after the Korg MS-20",
"manualUrl": "https://github.com/jatinchowdhury18/Agave/blob/master/doc/Manual.md#MS20",
"tags": [
"Filter",
"Physical modeling",
"Effect"
]
},
{
"slug": "AgaveBlank",
"name": "AgaveBlank",
"description": "",
"tags": [
"Blank"
]
}
]
}

Loading…
Cancel
Save