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.

122 lines
2.8KB

  1. {
  2. "slug": "BaconMusic",
  3. "name": "Bacon Music",
  4. "version": "1.0.2",
  5. "license": "GPL-3.0-or-later",
  6. "author": "@baconpaul",
  7. "authorEmail": "",
  8. "authorUrl": "https://www.baconpaul.org/",
  9. "pluginUrl": "https://github.com/baconpaul/BaconPlugs/",
  10. "manualUrl": "https://github.com/baconpaul/BaconPlugs/README.md",
  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": "SampleDelay",
  51. "name": "SampleDelay",
  52. "description": "A tiny number of sample delay",
  53. "tags": [
  54. "Utility",
  55. "Polyphonic"
  56. ]
  57. },
  58. {
  59. "slug": "ChipNoise",
  60. "name": "ChipNoise",
  61. "description": "A recreation of the NES Noise Generator",
  62. "tags": [
  63. "Noise"
  64. ]
  65. },
  66. {
  67. "slug": "ChipWaves",
  68. "name": "ChipWaves",
  69. "description": "A recreation of the NES oscillators",
  70. "tags": [
  71. "Oscillator",
  72. "Polyphonic"
  73. ]
  74. },
  75. {
  76. "slug": "ChipYourWave",
  77. "name": "ChipYourWave",
  78. "description": "An 8 bit oscillator where you draw the waveform",
  79. "tags": [
  80. "Oscillator",
  81. "Polyphonic"
  82. ]
  83. },
  84. {
  85. "slug": "KarplusStrongPoly",
  86. "name": "KarplusStrongPoly",
  87. "description": "An implementation of KS in a module",
  88. "tags": [
  89. "Oscillator",
  90. "Polyphonic"
  91. ]
  92. },
  93. {
  94. "slug": "ALingADing",
  95. "name": "ALingADing",
  96. "description": "A sub-par ring modulator",
  97. "tags": [
  98. "Ring modulator",
  99. "Polyphonic"
  100. ]
  101. },
  102. {
  103. "slug": "Bitulator",
  104. "name": "Bitulator",
  105. "description": "A sub-par distortion and bit cruncher",
  106. "tags": [
  107. "Distortion",
  108. "Waveshaper",
  109. "Polyphonic"
  110. ]
  111. },
  112. {
  113. "slug": "PolyGenerator",
  114. "name": "PolyGenerator",
  115. "description": "Generate test polyphonic midi-like sequences",
  116. "tags": [
  117. "Utility",
  118. "Polyphonic"
  119. ]
  120. }
  121. ]
  122. }