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.

59 lines
1.8KB

  1. {
  2. "slug": "questionablemodules",
  3. "name": "Questionable Modules",
  4. "version": "2.1.9",
  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://github.com/isivisi/",
  11. "manualUrl": "https://github.com/isivisi/questionablemodules/wiki",
  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": "",
  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. ]
  25. },
  26. {
  27. "slug": "nandomizer",
  28. "name": "Nandomizer",
  29. "description": "Randomly switches inputs",
  30. "manualUrl": "https://isivisi.github.io/questionablemodules/nandomizer",
  31. "tags": [
  32. "Random",
  33. "Utility"
  34. ]
  35. },
  36. {
  37. "slug": "treequencer",
  38. "name": "Treequencer",
  39. "description": "Sequences using a binary tree algorithm",
  40. "manualUrl": "https://isivisi.github.io/questionablemodules/treequencer",
  41. "tags": [
  42. "Sequencer",
  43. "Random"
  44. ]
  45. },
  46. {
  47. "slug": "quatosc",
  48. "name": "SLURP",
  49. "description": "Oscillator that uses quaternion rotation to oscillate",
  50. "manualUrl": "https://isivisi.github.io/questionablemodules/slurp",
  51. "tags": [
  52. "Synth voice",
  53. "Oscillator",
  54. "Low-frequency oscillator",
  55. "Polyphonic"
  56. ]
  57. }
  58. ]
  59. }