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.

172 lines
4.3KB

  1. {
  2. "slug": "CVfunk",
  3. "name": "CV funk Modules",
  4. "version": "2.0.7",
  5. "license": "MIT",
  6. "brand": "CV funk",
  7. "author": "Cody Geary",
  8. "authorEmail": "codyge@gmail.com",
  9. "authorUrl": "",
  10. "pluginUrl": "https://github.com/codygeary/CVfunk-Modules",
  11. "manualUrl": "https://github.com/codygeary/CVfunk-Modules/blob/main/img/CV_funk_Manual.pdf",
  12. "sourceUrl": "https://github.com/codygeary/CVfunk-Modules",
  13. "donateUrl": "https://www.paypal.com/donate/?hosted_button_id=P69BU6HMBTYYY",
  14. "changelogUrl": "",
  15. "modules": [
  16. {
  17. "slug": "Steps",
  18. "name": "Steps",
  19. "description": "Fusion of a comparator and a step generator",
  20. "tags": [
  21. "Function generator",
  22. "Sample and hold",
  23. "Utility"
  24. ]
  25. },
  26. {
  27. "slug": "EnvelopeArray",
  28. "name": "Envelope Array",
  29. "description": "Six related envelopes and gates",
  30. "tags": [
  31. "Envelope generator",
  32. "Function generator"
  33. ]
  34. },
  35. {
  36. "slug": "PentaSequencer",
  37. "name": "Penta Sequencer",
  38. "description": "A five step sequencer with five simultaneous outputs and tempo-synced slew",
  39. "tags": [
  40. "Sequencer"
  41. ]
  42. },
  43. {
  44. "slug": "ImpulseController",
  45. "name": "Impulse Controller",
  46. "description": "Decay envelopes propagate across a network of 24 nodes",
  47. "tags": [
  48. "Envelope generator",
  49. "Function generator",
  50. "Visual"
  51. ]
  52. },
  53. {
  54. "slug": "Signals",
  55. "name": "Signals",
  56. "description": "A small six-channel oscilloscope for visualizing rack signals.",
  57. "tags": [
  58. "Visual"
  59. ]
  60. },
  61. {
  62. "slug": "Ranges",
  63. "name": "Ranges",
  64. "description": "Convert two input voltages into equal intervals.",
  65. "tags": [
  66. "Utility",
  67. "Attenuator"
  68. ]
  69. },
  70. {
  71. "slug": "HexMod",
  72. "name": "Hex Mod",
  73. "description": "Six phase-related LFOs with rate sync and individual phase reset triggers.",
  74. "tags": [
  75. "Low-frequency oscillator",
  76. "Visual"
  77. ]
  78. },
  79. {
  80. "slug": "Collatz",
  81. "name": "Collatz",
  82. "description": "Clock-synchronized trigger burst generator, based on sequences of the Collatz conjecture.",
  83. "tags": [
  84. "Sequencer",
  85. "Clock modulator"
  86. ]
  87. },
  88. {
  89. "slug": "Strings",
  90. "name": "Strings",
  91. "description": "Generates guitar chords from a button interface or CV. Implements bending, whammy bar and capo.",
  92. "tags": [
  93. "Sequencer",
  94. "Quantizer"
  95. ]
  96. },
  97. {
  98. "slug": "Ouros",
  99. "name": "Ouros",
  100. "description": "A stereo phase injection oscillator, with polar waveform display.",
  101. "tags": [
  102. "Oscillator"
  103. ]
  104. },
  105. {
  106. "slug": "PressedDuck",
  107. "name": "Pressed Duck",
  108. "description": "A stereo six-channel dynamic compressing mixer with side-chain ducking, tanh saturation and ADAA.",
  109. "tags": [
  110. "Mixer",
  111. "Compressor",
  112. "Dynamics",
  113. "Distortion",
  114. "Panning",
  115. "Voltage-controlled Amplifier"
  116. ]
  117. },
  118. {
  119. "slug": "FlowerPatch",
  120. "name": "Flower Patch",
  121. "description": "A 12-tone scale polar visualizer with FFT analysis.",
  122. "tags": [
  123. "Visual"
  124. ]
  125. },
  126. {
  127. "slug": "Magnets",
  128. "name": "Magnets",
  129. "description": "Simulate and interact with a small magnetic spin-lattice.",
  130. "tags": [
  131. "Random",
  132. "Low-frequency oscillator"
  133. ]
  134. },
  135. {
  136. "slug": "Syncro",
  137. "name": "Syncro",
  138. "description": "Eight channel clock ratio generator.",
  139. "tags": [
  140. "Clock generator",
  141. "Clock modulator"
  142. ]
  143. },
  144. {
  145. "slug": "Nona",
  146. "name": "Nona",
  147. "description": "Nine-channel CV gain/offset utility mixer.",
  148. "tags": [
  149. "Attenuator",
  150. "Utility"
  151. ]
  152. },
  153. {
  154. "slug": "Decima",
  155. "name": "Decima",
  156. "description": "Ten-channel gate sequencer with per-step probability.",
  157. "tags": [
  158. "Sequencer",
  159. "Utility"
  160. ]
  161. },
  162. {
  163. "slug": "Morta",
  164. "name": "Morta",
  165. "description": "Single-knob macro-controller utility with 16 simultaneous outputs in different ranges.",
  166. "tags": [
  167. "Controller",
  168. "Utility"
  169. ]
  170. }
  171. ]
  172. }