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.

81 lines
1.9KB

  1. {
  2. "slug": "NullSet",
  3. "name": "Null Set",
  4. "version": "2.0.0",
  5. "license": "GPL-3.0",
  6. "brand": "Null Set",
  7. "author": "Nicholas Denning",
  8. "authorEmail": "nicholas.j.denning@gmail.com",
  9. "authorUrl": "nickdenningcode.com",
  10. "pluginUrl": "https://github.com/nicholas-j-denning/NullSet",
  11. "manualUrl": "https://github.com/nicholas-j-denning/NullSet",
  12. "sourceUrl": "https://github.com/nicholas-j-denning/NullSet",
  13. "donateUrl": "",
  14. "changelogUrl": "",
  15. "modules": [
  16. {
  17. "slug": "QuickMelody",
  18. "name": "Quick Melody",
  19. "description": "Generate melodies using an aliasing algorithm",
  20. "tags": [
  21. "Sequencer",
  22. "Polyphonic"
  23. ]
  24. },
  25. {
  26. "slug": "PolyAutoPan",
  27. "name": "Poly Auto Pan",
  28. "description": "Pan a polyphonic signal using LFOs with equally spaced phases",
  29. "tags": [
  30. "Polyphonic",
  31. "Panning"
  32. ]
  33. },
  34. {
  35. "slug": "WeightedQuantizer",
  36. "name": "Weighted Quantizer",
  37. "description": "Quantizer with note weights",
  38. "tags": [
  39. "Quantizer",
  40. "Polyphonic"
  41. ]
  42. },
  43. {
  44. "slug": "PolyLFT",
  45. "name": "Poly LFT",
  46. "description": "Polyphonic triangle LFO with equally spaced phases",
  47. "tags": [
  48. "LFO",
  49. "Polyphonic"
  50. ]
  51. },
  52. {
  53. "slug": "16Squared",
  54. "name": "16 Squared",
  55. "description": "Compact 16 step 16 channel sequencer",
  56. "tags": [
  57. "Sequencer",
  58. "Polyphonic"
  59. ]
  60. },
  61. {
  62. "slug": "LabeledPatchbay",
  63. "name": "Labeled Patchbay",
  64. "description": "Patchbay with labels and attenuverters",
  65. "tags": [
  66. "Utility",
  67. "Polyphonic"
  68. ]
  69. },
  70. {
  71. "slug": "RomanQuantizer",
  72. "name": "Roman Quantizer",
  73. "description": "Quantizer based on Roman numeral chord notation",
  74. "tags": [
  75. "Quantizer",
  76. "Sequencer",
  77. "Polyphonic"
  78. ]
  79. }
  80. ]
  81. }