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.

153 lines
3.5KB

  1. {
  2. "slug": "BaconMusic",
  3. "name": "Bacon Music",
  4. "version": "2.3.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. "modules": [
  14. {
  15. "slug": "HarMoNee",
  16. "name": "HarMoNee",
  17. "description": "Apply musical (major third, fifth, etc...) offsets to CV 1v/oct signals",
  18. "tags": [
  19. "Quantizer",
  20. "Polyphonic"
  21. ]
  22. },
  23. {
  24. "slug": "Glissinator",
  25. "name": "Glissinator",
  26. "description": "Do a constant time gliss over a changing input signal",
  27. "tags": [
  28. "Slew limiter",
  29. "Polyphonic"
  30. ]
  31. },
  32. {
  33. "slug": "PolyGnome",
  34. "name": "PolyGnome",
  35. "description": "A poly-rhythmic clock generator",
  36. "tags": [
  37. "Clock generator"
  38. ]
  39. },
  40. {
  41. "slug": "QuantEyes",
  42. "name": "QuantEyes",
  43. "description": "Quantize your signals to notes on a 12 tone scale",
  44. "tags": [
  45. "Quantizer",
  46. "Polyphonic"
  47. ]
  48. },
  49. {
  50. "slug": "LintBuddy",
  51. "name": "LintBuddy",
  52. "description": "Am I Connected to Someone OK?",
  53. "tags": []
  54. },
  55. {
  56. "slug": "LuckyHold",
  57. "name": "LuckyHold",
  58. "description": "A polymult + chances + sample&hold + noise",
  59. "tags": []
  60. },
  61. {
  62. "slug": "ContrastBNDEditor",
  63. "name": "Contrast and Other BND Editor",
  64. "description": "Lets you change contrast on your tooltips",
  65. "tags": []
  66. },
  67. {
  68. "slug": "SampleDelay",
  69. "name": "SampleDelay",
  70. "description": "A tiny number of sample delay",
  71. "tags": [
  72. "Utility",
  73. "Polyphonic"
  74. ]
  75. },
  76. {
  77. "slug": "ChipNoise",
  78. "name": "ChipNoise",
  79. "description": "A recreation of the NES Noise Generator",
  80. "tags": [
  81. "Noise"
  82. ]
  83. },
  84. {
  85. "slug": "ChipWaves",
  86. "name": "ChipWaves",
  87. "description": "A recreation of the NES oscillators",
  88. "tags": [
  89. "Oscillator",
  90. "Polyphonic"
  91. ]
  92. },
  93. {
  94. "slug": "ChipYourWave",
  95. "name": "ChipYourWave",
  96. "description": "An 8 bit oscillator where you draw the waveform",
  97. "tags": [
  98. "Oscillator",
  99. "Polyphonic"
  100. ],
  101. "hidden": true
  102. },
  103. {
  104. "slug": "Open303",
  105. "name": "Open303",
  106. "description": "A rack wrapper around Robin Schmidt's open-303 codebase",
  107. "tags": [
  108. "Oscillator",
  109. "Polyphonic"
  110. ],
  111. "hidden": true
  112. },
  113. {
  114. "slug": "KarplusStrongPoly",
  115. "name": "KarplusStrongPoly",
  116. "description": "An implementation of KS in a module",
  117. "tags": [
  118. "Oscillator",
  119. "Polyphonic"
  120. ],
  121. "hidden": true
  122. },
  123. {
  124. "slug": "ALingADing",
  125. "name": "ALingADing",
  126. "description": "A sub-par ring modulator",
  127. "tags": [
  128. "Ring modulator",
  129. "Polyphonic"
  130. ],
  131. "hidden": true
  132. },
  133. {
  134. "slug": "Bitulator",
  135. "name": "Bitulator",
  136. "description": "A sub-par distortion and bit cruncher",
  137. "tags": [
  138. "Distortion",
  139. "Waveshaper",
  140. "Polyphonic"
  141. ]
  142. },
  143. {
  144. "slug": "PolyGenerator",
  145. "name": "PolyGenerator",
  146. "description": "Generate test polyphonic midi-like sequences",
  147. "tags": [
  148. "Utility",
  149. "Polyphonic"
  150. ]
  151. }
  152. ]
  153. }