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.

105 lines
2.7KB

  1. {
  2. "slug": "GrandeModular",
  3. "name": "Grande",
  4. "version": "1.5.0",
  5. "license": "GPL-3.0-or-later",
  6. "author": "David Grande",
  7. "authorEmail": "dbgrande246@gmail.com",
  8. "authorUrl": "",
  9. "pluginUrl": "",
  10. "manualUrl": "https://github.com/dbgrande/GrandeModular",
  11. "sourceUrl": "https://github.com/dbgrande/GrandeModular",
  12. "donateUrl": "",
  13. "changelogUrl": "",
  14. "modules": [
  15. {
  16. "slug": "MergeSplit4",
  17. "name": "MergeSplit4",
  18. "description": "4-channel polyphonic merge and split.",
  19. "manualUrl": "https://github.com/dbgrande/GrandeModular/#mergesplit4-ms4",
  20. "tags": [
  21. "Utility",
  22. "Polyphonic"
  23. ]
  24. },
  25. {
  26. "slug": "MicrotonalChords",
  27. "name": "Microtonal Chords",
  28. "description": "Microtonal quad chord generator.",
  29. "manualUrl": "https://github.com/dbgrande/GrandeModular/#microtonalchords",
  30. "tags": [
  31. "Utility",
  32. "Polyphonic"
  33. ]
  34. },
  35. {
  36. "slug": "MicrotonalNotes",
  37. "name": "Microtonal Notes",
  38. "description": "Microtonal octal note generator.",
  39. "manualUrl": "https://github.com/dbgrande/GrandeModular/#microtonalnotes",
  40. "tags": [
  41. "Utility",
  42. "Polyphonic"
  43. ]
  44. },
  45. {
  46. "slug": "NoteMT",
  47. "name": "NoteMT",
  48. "description": "Microtonal note utility.",
  49. "manualUrl": "https://github.com/dbgrande/GrandeModular/#notemt",
  50. "tags": [
  51. "Utility"
  52. ]
  53. },
  54. {
  55. "slug": "Quant",
  56. "name": "Quant",
  57. "description": "Quantizer with equi-likely notes mode.",
  58. "manualUrl": "https://github.com/dbgrande/GrandeModular/#quant",
  59. "tags": [
  60. "Quantizer",
  61. "Polyphonic"
  62. ]
  63. },
  64. {
  65. "slug": "QuantIntervals",
  66. "name": "Quant Intervals",
  67. "description": "Microtonal quantizer based on pitch intervals.",
  68. "manualUrl": "https://github.com/dbgrande/GrandeModular/#quantintervals",
  69. "tags": [
  70. "Quantizer",
  71. "Polyphonic"
  72. ]
  73. },
  74. {
  75. "slug": "QuantMT",
  76. "name": "QuantMT",
  77. "description": "Microtonal quantizer.",
  78. "manualUrl": "https://github.com/dbgrande/GrandeModular/#quantmt",
  79. "tags": [
  80. "Quantizer",
  81. "Polyphonic"
  82. ]
  83. },
  84. {
  85. "slug": "SampleDelays",
  86. "name": "SampleDelays",
  87. "description": "Provides multiple sample delay options.",
  88. "manualUrl": "https://github.com/dbgrande/GrandeModular/#sampledelays-sd",
  89. "tags": [
  90. "Delay",
  91. "Polyphonic"
  92. ]
  93. },
  94. {
  95. "slug": "Scale",
  96. "name": "Scale",
  97. "description": "Additional scales for Quant.",
  98. "manualUrl": "https://github.com/dbgrande/GrandeModular/#scale",
  99. "tags": [
  100. "Utility",
  101. "Polyphonic"
  102. ]
  103. }
  104. ]
  105. }