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.

177 lines
4.0KB

  1. {
  2. "slug": "BaconMusic",
  3. "name": "Bacon Music",
  4. "version": "2.7.0",
  5. "license": "GPL-3.0-or-later",
  6. "author": "@baconpaul",
  7. "authorEmail": "",
  8. "authorUrl": "https://baconpaul.org/",
  9. "pluginUrl": "https://github.com/baconpaul/BaconPlugs/",
  10. "manualUrl": "https://github.com/baconpaul/BaconPlugs#readme",
  11. "sourceUrl": "https://github.com/baconpaul/BaconPlugs/",
  12. "donateUrl": "",
  13. "minRackVersion": "2.4.0",
  14. "modules": [
  15. {
  16. "slug": "HarMoNee",
  17. "name": "HarMoNee",
  18. "description": "Apply musical (major third, fifth, etc...) offsets to CV 1v/oct signals",
  19. "tags": [
  20. "Quantizer",
  21. "Polyphonic"
  22. ]
  23. },
  24. {
  25. "slug": "Glissinator",
  26. "name": "Glissinator",
  27. "description": "Do a constant time gliss over a changing input signal",
  28. "tags": [
  29. "Slew limiter",
  30. "Polyphonic"
  31. ]
  32. },
  33. {
  34. "slug": "PolyGnome",
  35. "name": "PolyGnome",
  36. "description": "A poly-rhythmic clock generator",
  37. "tags": [
  38. "Clock generator"
  39. ]
  40. },
  41. {
  42. "slug": "QuantEyes",
  43. "name": "QuantEyes",
  44. "description": "Quantize your signals to notes on a 12 tone scale",
  45. "tags": [
  46. "Quantizer",
  47. "Polyphonic"
  48. ]
  49. },
  50. {
  51. "slug": "LintBuddy",
  52. "name": "LintBuddy",
  53. "description": "Am I Connected to Someone OK?",
  54. "tags": []
  55. },
  56. {
  57. "slug": "LuckyHold",
  58. "name": "LuckyHold",
  59. "description": "A polymult + chances + sample&hold + noise",
  60. "tags": []
  61. },
  62. {
  63. "slug": "ContrastBNDEditor",
  64. "name": "Contrast and Other BND Editor",
  65. "description": "Lets you change contrast on your tooltips",
  66. "tags": [],
  67. "hidden": true
  68. },
  69. {
  70. "slug": "PatchNameDisplay",
  71. "name": "Patch Name Display",
  72. "description": "Shows you your patch name",
  73. "tags": [],
  74. "hidden": false
  75. },
  76. {
  77. "slug": "SampleDelay",
  78. "name": "SampleDelay",
  79. "description": "A tiny number of sample delay",
  80. "tags": [
  81. "Utility",
  82. "Polyphonic"
  83. ]
  84. },
  85. {
  86. "slug": "ChipNoise",
  87. "name": "ChipNoise",
  88. "description": "A recreation of the NES Noise Generator",
  89. "tags": [
  90. "Noise"
  91. ]
  92. },
  93. {
  94. "slug": "ChipWaves",
  95. "name": "ChipWaves",
  96. "description": "A recreation of the NES oscillators",
  97. "tags": [
  98. "Oscillator",
  99. "Polyphonic"
  100. ]
  101. },
  102. {
  103. "slug": "ChipYourWave",
  104. "name": "ChipYourWave",
  105. "description": "An 8 bit oscillator where you draw the waveform",
  106. "tags": [
  107. "Oscillator",
  108. "Polyphonic"
  109. ],
  110. "hidden": true
  111. },
  112. {
  113. "slug": "Open303",
  114. "name": "Open303",
  115. "description": "A rack wrapper around Robin Schmidt's open-303 codebase",
  116. "tags": [
  117. "Oscillator",
  118. "Polyphonic"
  119. ],
  120. "hidden": true
  121. },
  122. {
  123. "slug": "KarplusStrongPoly",
  124. "name": "KarplusStrongPoly",
  125. "description": "An implementation of KS in a module",
  126. "tags": [
  127. "Oscillator",
  128. "Polyphonic"
  129. ],
  130. "hidden": true
  131. },
  132. {
  133. "slug": "ALingADing",
  134. "name": "ALingADing",
  135. "description": "A sub-par ring modulator",
  136. "tags": [
  137. "Ring modulator",
  138. "Polyphonic"
  139. ],
  140. "hidden": true
  141. },
  142. {
  143. "slug": "Bitulator",
  144. "name": "Bitulator",
  145. "description": "A sub-par distortion and bit cruncher",
  146. "tags": [
  147. "Distortion",
  148. "Waveshaper",
  149. "Polyphonic"
  150. ]
  151. },
  152. {
  153. "slug": "PolyGenerator",
  154. "name": "PolyGenerator",
  155. "description": "Generate test polyphonic midi-like sequences",
  156. "tags": [
  157. "Utility",
  158. "Polyphonic"
  159. ]
  160. },
  161. {
  162. "slug": "BaconTest",
  163. "name": "BaconTest",
  164. "description": "BaconPaul's Test Widgets",
  165. "tags": [],
  166. "hidden": true
  167. },
  168. {
  169. "slug": "PleaseQuit",
  170. "name": "PleaseQuit",
  171. "description": "Send me a trigger to quit rack",
  172. "tags": [
  173. "Utility"
  174. ]
  175. }
  176. ]
  177. }