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.

54 lines
1.3KB

  1. {
  2. "slug": "ChowDSP",
  3. "name": "ChowDSP",
  4. "version": "1.0.0",
  5. "license": "GPL-3.0",
  6. "brand": "chowdsp",
  7. "author": "Jatin Chowdhury",
  8. "authorEmail": "jatin@ccmra.stanford.edu",
  9. "authorUrl": "https://ccrma.stanford.edu/~jatin/chowdsp",
  10. "pluginUrl": "https://github.com/jatinchowdhury18/ChowDSP-VCV",
  11. "manualUrl": "https://github.com/jatinchowdhury18/ChowDSP-VCV/blob/master/README.md#modules",
  12. "sourceUrl": "https://github.com/jatinchowdhury18/ChowDSP-VCV",
  13. "donateUrl": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=93S67ZSKMBG68&source=url",
  14. "changelogUrl": "",
  15. "modules": [
  16. {
  17. "slug": "ChowTape",
  18. "name": "ChowTape",
  19. "description": "Analog tape emulation",
  20. "tags": [
  21. "Effect",
  22. "Distortion",
  23. "Physical modeling"
  24. ]
  25. },
  26. {
  27. "slug": "ChowPhaserFeedback",
  28. "name": "ChowPhaserFeedback",
  29. "description": "A feedback phaser",
  30. "tags": [
  31. "Effect",
  32. "Phaser"
  33. ]
  34. },
  35. {
  36. "slug": "ChowPhaserMod",
  37. "name": "ChowPhaserMod",
  38. "description": "A modulation phaser",
  39. "tags": [
  40. "Effect",
  41. "Phaser"
  42. ]
  43. },
  44. {
  45. "slug": "ChowFDN",
  46. "name": "ChowFDN",
  47. "description": "Feedback delay network reverb",
  48. "tags": [
  49. "Effect",
  50. "Reverb"
  51. ]
  52. }
  53. ]
  54. }