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.

93 lines
2.7KB

  1. {
  2. "slug": "questionablemodules",
  3. "name": "Questionable Modules",
  4. "version": "2.1.14",
  5. "minRackVersion": "2.4.0",
  6. "license": "GPL-3.0-or-later",
  7. "brand": "Questionable Modules",
  8. "author": "John Iannandrea",
  9. "authorEmail": "jiannandrea@gmail.com",
  10. "authorUrl": "https://isivisi.ca",
  11. "manualUrl": "https://isivisi.github.io/questionablemodules/index",
  12. "sourceUrl": "https://github.com/isivisi/questionablemodules",
  13. "donateUrl": "https://www.paypal.com/donate/?business=9KQFMHR3LT9CG&no_recurring=0&item_name=Funding+my+ongoing+vcv+rack+plugin+development+%3A%29&currency_code=CAD",
  14. "changelogUrl": "https://github.com/isivisi/questionablemodules/releases",
  15. "modules": [
  16. {
  17. "slug": "discombobulator",
  18. "name": "Discombobulator",
  19. "description": "Randomly switches inputs and outputs",
  20. "manualUrl": "https://isivisi.github.io/questionablemodules/discombobulator",
  21. "tags": [
  22. "Random",
  23. "Utility",
  24. "Switch",
  25. "Polyphonic"
  26. ]
  27. },
  28. {
  29. "slug": "nandomizer",
  30. "name": "Nandomizer",
  31. "description": "Randomly switches inputs",
  32. "manualUrl": "https://isivisi.github.io/questionablemodules/nandomizer",
  33. "tags": [
  34. "Random",
  35. "Utility",
  36. "Switch",
  37. "Polyphonic"
  38. ]
  39. },
  40. {
  41. "slug": "treequencer",
  42. "name": "Treequencer",
  43. "description": "Sequences using a binary tree algorithm",
  44. "manualUrl": "https://isivisi.github.io/questionablemodules/treequencer",
  45. "tags": [
  46. "Sequencer",
  47. "Random"
  48. ]
  49. },
  50. {
  51. "slug": "quatosc",
  52. "name": "SLURP",
  53. "description": "Oscillator that uses quaternion rotation to oscillate",
  54. "manualUrl": "https://isivisi.github.io/questionablemodules/slurp",
  55. "tags": [
  56. "Synth voice",
  57. "Oscillator",
  58. "Low-frequency oscillator",
  59. "Polyphonic"
  60. ]
  61. },
  62. {
  63. "slug": "nightbin",
  64. "name": "Night-bin",
  65. "description": "Grab nightly builds of your favorite plugins",
  66. "manualUrl": "https://isivisi.github.io/questionablemodules/nightbin",
  67. "tags": [
  68. "Utility"
  69. ]
  70. },
  71. {
  72. "slug": "greenscreen",
  73. "name": "Greenscreen",
  74. "description": "Changes the rack background color",
  75. "manualUrl": "https://isivisi.github.io/questionablemodules/greenscreen",
  76. "tags": [
  77. "Utility"
  78. ]
  79. },
  80. {
  81. "slug": "smute",
  82. "name": "Smute",
  83. "description": "Mute buttons synced to the clock",
  84. "manualUrl": "https://isivisi.github.io/questionablemodules/smute",
  85. "tags": [
  86. "Utility",
  87. "Switch",
  88. "Polyphonic",
  89. "Expander"
  90. ]
  91. }
  92. ]
  93. }