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.

93 lines
2.1KB

  1. {
  2. "slug": "cvly",
  3. "name": "cvly",
  4. "version": "1.0.4",
  5. "license": "GPL-3.0-or-later",
  6. "brand": "cvly",
  7. "author": "Benja Appel",
  8. "authorEmail": "beno.appel@gmail.com",
  9. "authorUrl": "",
  10. "pluginUrl": "",
  11. "manualUrl": "https://github.com/Lyqst/cvly-modules#modules",
  12. "sourceUrl": "https://github.com/Lyqst/cvly-modules",
  13. "donateUrl": "https://www.buymeacoffee.com/cvly",
  14. "changelogUrl": "https://github.com/Lyqst/cvly-modules/releases",
  15. "modules": [
  16. {
  17. "slug": "bss",
  18. "name": "bss",
  19. "description": "Generates a bass note for the incoming poly input, using one of three modes",
  20. "tags": [
  21. "poly",
  22. "quantizer",
  23. "sample and hold",
  24. "utility"
  25. ]
  26. },
  27. {
  28. "slug": "crcl",
  29. "name": "crcl",
  30. "description": "Quantizer/sequencer based on the circle of fifths",
  31. "tags": [
  32. "quantizer",
  33. "poly",
  34. "sample and hold",
  35. "sequencer"
  36. ]
  37. },
  38. {
  39. "slug": "ntrvlc",
  40. "name": "ntrvlc",
  41. "description": "4x8 sequencer with incorporated quantizer",
  42. "tags": [
  43. "quantizer",
  44. "poly",
  45. "sequencer"
  46. ]
  47. },
  48. {
  49. "slug": "ntrvlx",
  50. "name": "ntrvlx",
  51. "description": "ntrvlc expander with output triggers and stacking configuration",
  52. "tags": [
  53. "expander"
  54. ]
  55. },
  56. {
  57. "slug": "spc",
  58. "name": "spc",
  59. "description": "Spreads the notes for incoming poly input, with a settable minimum interval distance",
  60. "tags": [
  61. "quantizer",
  62. "poly",
  63. "utility"
  64. ]
  65. },
  66. {
  67. "slug": "stpr",
  68. "name": "stpr",
  69. "description": "Sequencer with switches for each step",
  70. "tags": [
  71. "sequencer",
  72. "switch"
  73. ]
  74. },
  75. {
  76. "slug": "txt",
  77. "name": "txt",
  78. "description": "Informative expander for all cvly modules",
  79. "tags": [
  80. "expander",
  81. "utility"
  82. ]
  83. },
  84. {
  85. "slug": "whl",
  86. "name": "whl",
  87. "description": "3hp blank panel with cvly whale logo",
  88. "tags": [
  89. "blank"
  90. ]
  91. }
  92. ]
  93. }