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.

75 lines
1.9KB

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