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.

129 lines
3.9KB

  1. {
  2. "slug": "ChowDSP",
  3. "name": "ChowDSP",
  4. "version": "1.4.1",
  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. "manualUrl": "https://github.com/jatinchowdhury18/ChowDSP-VCV/blob/master/doc/manual.md#chow-tape",
  21. "tags": [
  22. "Effect",
  23. "Distortion",
  24. "Physical modeling"
  25. ]
  26. },
  27. {
  28. "slug": "ChowPhaserFeedback",
  29. "name": "ChowPhaserFeedback",
  30. "description": "A feedback phaser",
  31. "manualUrl": "https://github.com/jatinchowdhury18/ChowDSP-VCV/blob/master/doc/manual.md#chow-phaser",
  32. "tags": [
  33. "Effect",
  34. "Phaser"
  35. ]
  36. },
  37. {
  38. "slug": "ChowPhaserMod",
  39. "name": "ChowPhaserMod",
  40. "description": "A modulation phaser",
  41. "manualUrl": "https://github.com/jatinchowdhury18/ChowDSP-VCV/blob/master/doc/manual.md#chow-phaser",
  42. "tags": [
  43. "Effect",
  44. "Phaser"
  45. ]
  46. },
  47. {
  48. "slug": "ChowFDN",
  49. "name": "ChowFDN",
  50. "description": "Feedback delay network reverb",
  51. "manualUrl": "https://github.com/jatinchowdhury18/ChowDSP-VCV/blob/master/doc/manual.md#chow-fdn",
  52. "tags": [
  53. "Effect",
  54. "Reverb"
  55. ]
  56. },
  57. {
  58. "slug": "ChowRNN",
  59. "name": "ChowRNN",
  60. "description": "Simple recurrent neural network",
  61. "manualUrl": "https://github.com/jatinchowdhury18/ChowDSP-VCV/blob/master/doc/manual.md#chow-rnn",
  62. "tags": [
  63. "Effect"
  64. ]
  65. },
  66. {
  67. "slug": "ChowModal",
  68. "name": "ChowModal",
  69. "description": "Single resonant mode",
  70. "manualUrl": "https://github.com/jatinchowdhury18/ChowDSP-VCV/blob/master/doc/manual.md#chow-modal",
  71. "tags": [
  72. "Effect",
  73. "Oscillator",
  74. "Filter"
  75. ]
  76. },
  77. {
  78. "slug": "ChowDer",
  79. "name": "ChowDer",
  80. "description": "Truculent analog distortion effect",
  81. "manualUrl": "https://github.com/jatinchowdhury18/ChowDSP-VCV/blob/master/doc/manual.md#chow-der",
  82. "tags": [
  83. "Effect",
  84. "Distortion",
  85. "Physical modeling"
  86. ]
  87. },
  88. {
  89. "slug": "Werner",
  90. "name": "Werner Filter",
  91. "description": "SVF based on a generalized Moog-Octave CAT architecture",
  92. "manualUrl": "https://github.com/jatinchowdhury18/ChowDSP-VCV/blob/master/doc/manual.md#werner-filter",
  93. "tags": [
  94. "Effect",
  95. "Filter",
  96. "Physical modeling"
  97. ]
  98. },
  99. {
  100. "slug": "Credit",
  101. "name": "Credit",
  102. "description": "Creates a text file that credits all the modules used in your patch",
  103. "manualUrl": "https://github.com/jatinchowdhury18/ChowDSP-VCV/blob/master/doc/manual.md#credit",
  104. "tags": [
  105. "utility"
  106. ]
  107. },
  108. {
  109. "slug": "ChowPulse",
  110. "name": "ChowPulse",
  111. "description": "Pulse shaper based on the TR-808 Kick Drum circuit",
  112. "manualUrl": "https://github.com/jatinchowdhury18/ChowDSP-VCV/blob/master/doc/manual.md#chow-pulse",
  113. "tags": [
  114. "envelope generator",
  115. "physical modeling"
  116. ]
  117. },
  118. {
  119. "slug": "Warp",
  120. "name": "Warp",
  121. "description": "A warping distortion, developed in collaboration with IggyLabs",
  122. "manualUrl": "https://github.com/jatinchowdhury18/ChowDSP-VCV/blob/master/doc/manual.md#warp",
  123. "tags": [
  124. "Effect",
  125. "Distortion"
  126. ]
  127. }
  128. ]
  129. }