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.

115 lines
2.8KB

  1. {
  2. "slug": "Coffee",
  3. "name": "Coffee",
  4. "version": "2.2.1",
  5. "license": "GPL-3.0-or-later",
  6. "brand": "Coffee",
  7. "author": "CoffeeVCV",
  8. "authorEmail": "CoffeeVCV@protonmail.com",
  9. "authorUrl": "",
  10. "pluginUrl": "https://github.com/CoffeeVCV/CoffeeVCV/",
  11. "manualUrl": "https://github.com/CoffeeVCV/CoffeeVCV/blob/master/README.md",
  12. "sourceUrl": "https://github.com/CoffeeVCV/CoffeeVCV/blob/master/README.md",
  13. "donateUrl": "",
  14. "changelogUrl": "https://github.com/CoffeeVCV/CoffeeVCV/blob/master/CHANGELOG.md",
  15. "modules": [
  16. {
  17. "slug": "Between",
  18. "name": "Between",
  19. "description": "On trigger, out puts a random CV value between two values.",
  20. "tags": [
  21. "Utility",
  22. "Random",
  23. "Sample and hold"
  24. ]
  25. },
  26. {
  27. "slug": "Travel",
  28. "name": "Travel",
  29. "description": "On trigger, take two samples and interpolate an output",
  30. "tags": [
  31. "Utility",
  32. "Slew Limiter",
  33. "Sample and hold"
  34. ]
  35. },
  36. {
  37. "slug": "HiLo",
  38. "name": "HiLo",
  39. "description": "Given one or two inputs, output the maximum and minimum voltage.",
  40. "tags": [
  41. "Utility"
  42. ]
  43. },
  44. {
  45. "slug": "Some",
  46. "name": "Some",
  47. "description": "From a group of active inputs, when triggered, mute a number of the inputs, based on a probability",
  48. "tags": [
  49. "Utility",
  50. "Random"
  51. ]
  52. },
  53. {
  54. "slug": "Together",
  55. "name": "Together",
  56. "description": "An 8 channel, 4 group sequencer, with triggered randomized movement.",
  57. "tags": [
  58. "Utility",
  59. "Clock modulator",
  60. "Logic",
  61. "Random",
  62. "Sequencer"
  63. ]
  64. },
  65. {
  66. "slug": "Tumble",
  67. "name": "Tumble",
  68. "description": "A chain of up to 8 pulse countdowns, which can produce bursts of triggers or gates.",
  69. "tags": [
  70. "Utility",
  71. "Clock modulator",
  72. "Logic",
  73. "Sequencer"
  74. ]
  75. },
  76. {
  77. "slug": "Set",
  78. "name": "Set",
  79. "description": "Dual offset and scaling with CV control.",
  80. "tags": [
  81. "Utility",
  82. "Dual"
  83. ]
  84. },
  85. {
  86. "slug": "Fork",
  87. "name": "Fork",
  88. "description": "Provide two inputs and a probability/chance, will output one, when triggered.",
  89. "tags": [
  90. "Utility",
  91. "Logic",
  92. "Random",
  93. "Sample and hold"
  94. ]
  95. },
  96. {
  97. "slug": "Some2",
  98. "name": "Some2",
  99. "description": "On trigger, based on a CV input, between 0-n input is passed to outputs.",
  100. "tags": [
  101. "Utility",
  102. "Random",
  103. "Logic"
  104. ]
  105. },
  106. {
  107. "slug": "Tap",
  108. "name": "Tap",
  109. "description": "Three push buttons to control tree triggers and gates.",
  110. "tags": [
  111. "Utility"
  112. ]
  113. }
  114. ]
  115. }