You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

64 lines
1.7KB

  1. {
  2. "slug": "Agave",
  3. "name": "Agave",
  4. "version": "1.0.0",
  5. "license": "CC0-1.0",
  6. "brand": "Agave",
  7. "author": "Fabian Eqsueda, Jatin Chowdhury",
  8. "authorEmail": "jatin@ccrma.stanford.edu",
  9. "authorUrl": "",
  10. "pluginUrl": "https://github.com/jatinchowdhury18/Agave",
  11. "manualUrl": "https://github.com/jatinchowdhury18/Agave/blob/master/doc/Manual.md",
  12. "sourceUrl": "https://github.com/jatinchowdhury18/Agave",
  13. "donateUrl": "",
  14. "changelogUrl": "",
  15. "modules": [
  16. {
  17. "slug": "LowpassFilterBank",
  18. "name": "Agave Lowpass Filter Bank",
  19. "description": "Bank of RC lowpass filters",
  20. "manualUrl": "https://github.com/jatinchowdhury18/Agave/blob/master/doc/Manual.md#LPFBank",
  21. "tags": [
  22. "Filter"
  23. ]
  24. },
  25. {
  26. "slug": "SharpWavefolder",
  27. "name": "Agave Fxld",
  28. "description": "Buchla-style wavefolder",
  29. "manualUrl": "https://github.com/jatinchowdhury18/Agave/blob/master/doc/Manual.md#FXLD",
  30. "tags": [
  31. "Waveshaper",
  32. "Effect"
  33. ]
  34. },
  35. {
  36. "slug": "MetallicNoise",
  37. "name": "Agave Metallic",
  38. "description": "Noise generator for cymbals",
  39. "manualUrl": "https://github.com/jatinchowdhury18/Agave/blob/master/doc/Manual.md#Metal",
  40. "tags": [
  41. "Noise"
  42. ]
  43. },
  44. {
  45. "slug": "MS20VCF",
  46. "name": "Agave VCF",
  47. "description": "VCF modelled after the Korg MS-20",
  48. "manualUrl": "https://github.com/jatinchowdhury18/Agave/blob/master/doc/Manual.md#MS20",
  49. "tags": [
  50. "Filter",
  51. "Physical modeling",
  52. "Effect"
  53. ]
  54. },
  55. {
  56. "slug": "AgaveBlank",
  57. "name": "AgaveBlank",
  58. "description": "",
  59. "tags": [
  60. "Blank"
  61. ]
  62. }
  63. ]
  64. }