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.

82 lines
2.0KB

  1. {
  2. "slug": "ChowDSP",
  3. "name": "ChowDSP",
  4. "version": "1.2.0",
  5. "license": "GPL-3.0-or-later",
  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/doc/manual.md",
  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": "https://github.com/jatinchowdhury18/ChowDSP-VCV/blob/master/CHANGELOG.md",
  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. "slug": "ChowRNN",
  55. "name": "ChowRNN",
  56. "description": "Simple recurrent neural network",
  57. "tags": [
  58. "Effect"
  59. ]
  60. },
  61. {
  62. "slug": "ChowModal",
  63. "name": "ChowModal",
  64. "description": "Single resonant mode",
  65. "tags": [
  66. "Effect",
  67. "Oscillator",
  68. "Filter"
  69. ]
  70. },
  71. {
  72. "slug": "ChowDer",
  73. "name": "ChowDer",
  74. "description": "Truculent analog distortion effect",
  75. "tags": [
  76. "Effect",
  77. "Distortion",
  78. "Physical modeling"
  79. ]
  80. }
  81. ]
  82. }