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.

57 lines
1.7KB

  1. {
  2. "slug": "questionablemodules",
  3. "name": "Questionable Modules",
  4. "version": "2.1.7",
  5. "license": "GPL-3.0-or-later",
  6. "brand": "Questionable Modules",
  7. "author": "John Iannandrea",
  8. "authorEmail": "jiannandrea@gmail.com",
  9. "authorUrl": "https://github.com/isivisi/",
  10. "manualUrl": "https://github.com/isivisi/questionablemodules/wiki",
  11. "sourceUrl": "https://github.com/isivisi/questionablemodules",
  12. "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",
  13. "changelogUrl": "",
  14. "modules": [
  15. {
  16. "slug": "discombobulator",
  17. "name": "Discombobulator",
  18. "description": "Randomly switches inputs and outputs",
  19. "manualUrl": "https://isivisi.github.io/questionablemodules/discombobulator",
  20. "tags": [
  21. "Random",
  22. "Utility"
  23. ]
  24. },
  25. {
  26. "slug": "nandomizer",
  27. "name": "Nandomizer",
  28. "description": "Randomly switches inputs",
  29. "manualUrl": "https://isivisi.github.io/questionablemodules/nandomizer",
  30. "tags": [
  31. "Random",
  32. "Utility"
  33. ]
  34. },
  35. {
  36. "slug": "treequencer",
  37. "name": "Treequencer",
  38. "description": "Sequences using a binary tree algorithm",
  39. "manualUrl": "https://isivisi.github.io/questionablemodules/treequencer",
  40. "tags": [
  41. "Sequencer",
  42. "Random"
  43. ]
  44. },
  45. {
  46. "slug": "quatosc",
  47. "name": "SLURP",
  48. "description": "Oscillator that uses quaternion rotation to oscillate",
  49. "manualUrl": "https://isivisi.github.io/questionablemodules/slurp",
  50. "tags": [
  51. "Synth voice",
  52. "Oscillator",
  53. "Low-frequency oscillator"
  54. ]
  55. }
  56. ]
  57. }