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.

95 lines
2.5KB

  1. {
  2. "slug": "GrandeModular",
  3. "name": "Grande",
  4. "version": "1.4.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": "MicrotonalChords",
  17. "name": "Microtonal Chords",
  18. "description": "Microtonal quad chord generator.",
  19. "manualUrl": "https://github.com/dbgrande/GrandeModular/#microtonalchords",
  20. "tags": [
  21. "Utility",
  22. "Polyphonic"
  23. ]
  24. },
  25. {
  26. "slug": "MicrotonalNotes",
  27. "name": "Microtonal Notes",
  28. "description": "Microtonal octal note generator.",
  29. "manualUrl": "https://github.com/dbgrande/GrandeModular/#microtonalnotes",
  30. "tags": [
  31. "Utility",
  32. "Polyphonic"
  33. ]
  34. },
  35. {
  36. "slug": "NoteMT",
  37. "name": "NoteMT",
  38. "description": "Microtonal note utility.",
  39. "manualUrl": "https://github.com/dbgrande/GrandeModular/#notemt",
  40. "tags": [
  41. "Utility"
  42. ]
  43. },
  44. {
  45. "slug": "Quant",
  46. "name": "Quant",
  47. "description": "Quantizer with equi-likely notes mode.",
  48. "manualUrl": "https://github.com/dbgrande/GrandeModular/#quant",
  49. "tags": [
  50. "Quantizer",
  51. "Polyphonic"
  52. ]
  53. },
  54. {
  55. "slug": "QuantIntervals",
  56. "name": "Quant Intervals",
  57. "description": "Microtonal quantizer based on pitch intervals.",
  58. "manualUrl": "https://github.com/dbgrande/GrandeModular/#quantintervals",
  59. "tags": [
  60. "Quantizer",
  61. "Polyphonic"
  62. ]
  63. },
  64. {
  65. "slug": "QuantMT",
  66. "name": "QuantMT",
  67. "description": "Microtonal quantizer.",
  68. "manualUrl": "https://github.com/dbgrande/GrandeModular/#quantmt",
  69. "tags": [
  70. "Quantizer",
  71. "Polyphonic"
  72. ]
  73. },
  74. {
  75. "slug": "SampleDelays",
  76. "name": "SampleDelays",
  77. "description": "Provides multiple sample delay options.",
  78. "manualUrl": "https://github.com/dbgrande/GrandeModular/#sampledelays-sd",
  79. "tags": [
  80. "Delay",
  81. "Polyphonic"
  82. ]
  83. },
  84. {
  85. "slug": "Scale",
  86. "name": "Scale",
  87. "description": "Additional scales for Quant.",
  88. "manualUrl": "https://github.com/dbgrande/GrandeModular/#scale",
  89. "tags": [
  90. "Utility",
  91. "Polyphonic"
  92. ]
  93. }
  94. ]
  95. }