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.

106 lines
2.7KB

  1. {
  2. "slug": "CVfunk",
  3. "name": "CV funk Modules",
  4. "version": "2.0.2",
  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 up to 12 equal intervals.",
  65. "tags": [
  66. "Utility"
  67. ]
  68. },
  69. {
  70. "slug": "HexMod",
  71. "name": "HexMod",
  72. "description": "Six phase related LFOs with rate sync and individual phase reset triggers.",
  73. "tags": [
  74. "Low-frequency oscillator",
  75. "Visual"
  76. ]
  77. },
  78. {
  79. "slug": "Collatz",
  80. "name": "Collatz",
  81. "description": "Clock-synchronized trigger burst generator, based on sequences of the Collatz conjecture.",
  82. "tags": [
  83. "Sequencer",
  84. "Clock modulator"
  85. ]
  86. },
  87. {
  88. "slug": "Strings",
  89. "name": "Strings",
  90. "description": "Generates guitar chords from a button interface or CV. Implements bending, whammy bar and capo.",
  91. "tags": [
  92. "Sequencer",
  93. "Quantizer"
  94. ]
  95. },
  96. {
  97. "slug": "Magnets",
  98. "name": "Magnets",
  99. "description": "Simulate and interact with a small magnetic spin-lattice.",
  100. "tags": [
  101. "Random",
  102. "Low-frequency oscillator"
  103. ]
  104. }
  105. ]
  106. }