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.

53 lines
1.4KB

  1. {
  2. "slug": "questionablemodules",
  3. "name": "Questionable Modules",
  4. "version": "2.1.4",
  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. "tags": [
  20. "Random",
  21. "Utility"
  22. ]
  23. },
  24. {
  25. "slug": "nandomizer",
  26. "name": "Nandomizer",
  27. "description": "Randomly switches inputs",
  28. "tags": [
  29. "Random",
  30. "Utility"
  31. ]
  32. },
  33. {
  34. "slug": "treequencer",
  35. "name": "Treequencer",
  36. "description": "Sequences using a binary tree algorithm",
  37. "tags": [
  38. "Sequencer",
  39. "Random"
  40. ]
  41. },
  42. {
  43. "slug": "quatosc",
  44. "name": "SLURP",
  45. "description": "Oscillator that uses quaternion rotation to oscillate",
  46. "tags": [
  47. "Synth voice",
  48. "Oscillator",
  49. "Low-frequency oscillator"
  50. ]
  51. }
  52. ]
  53. }