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.

137 lines
3.0KB

  1. {
  2. "slug": "RPJ",
  3. "name": "RPJ",
  4. "version": "1.0.4",
  5. "license": "GPL-3.0-or-later",
  6. "brand": "RPJ",
  7. "author": "Robert Kock",
  8. "authorEmail": "robert.kock@gmail.com",
  9. "authorUrl": "",
  10. "pluginUrl": "",
  11. "manualUrl": "https://github.com/kockie69/RPJ/blob/main/README.md",
  12. "sourceUrl": "https://github.com/kockie69/RPJ",
  13. "donateUrl": "https://paypal.me/RPJVCV",
  14. "changelogUrl": "https://github.com/kockie69/RPJ/blob/master/CHANGELOG.md",
  15. "modules": [
  16. {
  17. "slug": "Grendel",
  18. "name": "Grendel",
  19. "description": "Quadruple low frequency oscillator, inspired by XAOC Batumi",
  20. "tags": [
  21. "LFO"
  22. ]
  23. },
  24. {
  25. "slug": "Lavender",
  26. "name": "Lavender",
  27. "description": "Module with 2nd order LPF, HPF, BPF and BSF",
  28. "tags": [
  29. "VCF"
  30. ]
  31. },
  32. {
  33. "slug": "Easter",
  34. "name": "Easter",
  35. "description": "Module with 2 resonators",
  36. "tags": [
  37. "VCF"
  38. ]
  39. },
  40. {
  41. "slug": "DryLand",
  42. "name": "DryLand",
  43. "description": "Module with 1st order LPF and HPF",
  44. "tags": [
  45. "VCF"
  46. ]
  47. },
  48. {
  49. "slug": "TheWeb",
  50. "name": "TheWeb",
  51. "description": "Module with 2nd order Butterworth LPF, HPF, BPF and BSF",
  52. "tags": [
  53. "VCF"
  54. ]
  55. },
  56. {
  57. "slug": "Gazpacho",
  58. "name": "Gazpacho",
  59. "description": "Module with 2nd order Linkwitz-Riley LPF and HPF",
  60. "tags": [
  61. "VCF"
  62. ]
  63. },
  64. {
  65. "slug": "Estonia",
  66. "name": "Estonia",
  67. "description": "Estonia is a 1st order High and Low shelving filter.",
  68. "tags": [
  69. "VCF"
  70. ]
  71. },
  72. {
  73. "slug": "Brave",
  74. "name": "Brave",
  75. "description": "Brave is a 2nd Order Parametric EQ Filter: Non constant Q.",
  76. "tags": [
  77. "VCF"
  78. ]
  79. },
  80. {
  81. "slug": "Essence",
  82. "name": "Essence",
  83. "description": "Essence is a 2nd Order Parametric EQ Filter with a constant Q.",
  84. "tags": [
  85. "VCF"
  86. ]
  87. },
  88. {
  89. "slug": "LadyNina",
  90. "name": "LadyNina",
  91. "description": "LadyNina is a 2nd order SFV (LPF, HPF, BPF, BSF)",
  92. "tags": [
  93. "VCF"
  94. ]
  95. },
  96. {
  97. "slug": "SugarMice",
  98. "name": "SugarMice",
  99. "description": "3rd order Butterworth low-pass ladder filter.",
  100. "tags": [
  101. "VCF"
  102. ]
  103. },
  104. {
  105. "slug": "Montreal",
  106. "name": "Montreal",
  107. "description": "Ideal 2nd Order RLC Filters LPF, HPF, BPF and BSF",
  108. "tags": [
  109. "VCF"
  110. ]
  111. },
  112. {
  113. "slug": "BlindCurve",
  114. "name": "BlindCurve",
  115. "description": "Audio Detector",
  116. "tags": [
  117. "Envelope Follower"
  118. ]
  119. },
  120. {
  121. "slug": "Gaza",
  122. "name": "Gaza",
  123. "description": "Envelope Follower",
  124. "tags": [
  125. "Envelope Follower"
  126. ]
  127. },
  128. {
  129. "slug": "CircularRide",
  130. "name": "CircularRide",
  131. "description": "Stereo Delay",
  132. "tags": [
  133. "Delay"
  134. ]
  135. }
  136. ]
  137. }