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.

122 lines
3.2KB

  1. {
  2. "slug": "cvly",
  3. "name": "cvly",
  4. "version": "2.0.1",
  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/tree/v2/docs",
  12. "sourceUrl": "https://github.com/Lyqst/cvly-modules",
  13. "donateUrl": "https://ko-fi.com/cvlymodules",
  14. "changelogUrl": "https://github.com/Lyqst/cvly-modules/blob/v2/CHANGELOG.md",
  15. "modules": [
  16. {
  17. "slug": "brst",
  18. "name": "brst",
  19. "description": "Burst generator with up to 8 outputs",
  20. "tags": [
  21. "poly",
  22. "sample and hold",
  23. "sequencer",
  24. "switch"
  25. ],
  26. "manualUrl": "https://github.com/Lyqst/cvly-modules/blob/v2/docs/brst.md#brst"
  27. },
  28. {
  29. "slug": "bss",
  30. "name": "bss",
  31. "description": "Generates a bass note for the incoming poly input, using one of three modes",
  32. "tags": [
  33. "poly",
  34. "quantizer",
  35. "sample and hold",
  36. "utility"
  37. ],
  38. "manualUrl": "https://github.com/Lyqst/cvly-modules/blob/v2/docs/bss.md#bss"
  39. },
  40. {
  41. "slug": "crcl",
  42. "name": "crcl",
  43. "description": "Quantizer/sequencer based on the circle of fifths",
  44. "tags": [
  45. "quantizer",
  46. "poly",
  47. "sample and hold",
  48. "sequencer"
  49. ],
  50. "manualUrl": "https://github.com/Lyqst/cvly-modules/blob/v2/docs/crcl.md#crcl"
  51. },
  52. {
  53. "slug": "ntrvlc",
  54. "name": "ntrvlc",
  55. "description": "4x8 sequencer with incorporated quantizer",
  56. "tags": [
  57. "quantizer",
  58. "poly",
  59. "sequencer"
  60. ],
  61. "manualUrl": "https://github.com/Lyqst/cvly-modules/blob/v2/docs/ntrvlc.md#ntrvlc"
  62. },
  63. {
  64. "slug": "ntrvlx",
  65. "name": "ntrvlx",
  66. "description": "ntrvlc expander with output triggers and stacking configuration",
  67. "tags": [
  68. "expander"
  69. ],
  70. "manualUrl": "https://github.com/Lyqst/cvly-modules/blob/v2/docs/ntrvlc.md#ntrvlx-expander"
  71. },
  72. {
  73. "slug": "spc",
  74. "name": "spc",
  75. "description": "Spreads the notes for incoming poly input, with a settable minimum interval distance",
  76. "tags": [
  77. "quantizer",
  78. "poly",
  79. "utility"
  80. ],
  81. "manualUrl": "https://github.com/Lyqst/cvly-modules/blob/v2/docs/spc.md#spc"
  82. },
  83. {
  84. "slug": "stpr",
  85. "name": "stpr",
  86. "description": "Sequencer with switches for each step",
  87. "tags": [
  88. "sequencer",
  89. "switch"
  90. ],
  91. "manualUrl": "https://github.com/Lyqst/cvly-modules/blob/v2/docs/stpr.md#stpr"
  92. },
  93. {
  94. "slug": "txt",
  95. "name": "txt",
  96. "description": "Informative expander for all cvly modules",
  97. "tags": [
  98. "expander",
  99. "utility"
  100. ]
  101. },
  102. {
  103. "slug": "vbrt",
  104. "name": "vbrt",
  105. "description": "Multiple pitch voltage detuner with incorporated per-channel LFO",
  106. "tags": [
  107. "multiple",
  108. "lfo",
  109. "poly"
  110. ],
  111. "manualUrl": "https://github.com/Lyqst/cvly-modules/blob/v2/docs/vbrt.md#vbrt"
  112. },
  113. {
  114. "slug": "whl",
  115. "name": "whl",
  116. "description": "3hp blank panel with cvly whale logo",
  117. "tags": [
  118. "blank"
  119. ]
  120. }
  121. ]
  122. }