diff --git a/manifests-cache.json b/manifests-cache.json index 1dec97ed..bb216707 100644 --- a/manifests-cache.json +++ b/manifests-cache.json @@ -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 + } + } } } \ No newline at end of file diff --git a/manifests/Agave.json b/manifests/Agave.json new file mode 100644 index 00000000..b8cb7b2c --- /dev/null +++ b/manifests/Agave.json @@ -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" + ] + } + ] +} \ No newline at end of file