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.

155 lines
3.6KB

  1. {
  2. "slug": "FrozenWasteland",
  3. "name": "Frozen Wasteland",
  4. "version": "1.2.1",
  5. "author": "almostEric",
  6. "license": "CC0-1.0",
  7. "authorEmail": "almostEric@frozenwastelandmodules.com",
  8. "pluginUrl": "https://github.com/almostEric/FrozenWasteland/blob/master/README.md",
  9. "authorUrl": "https://vcvrack.com/",
  10. "manualUrl": "https://github.com/almostEric/FrozenWasteland/blob/master/README.md",
  11. "sourceUrl": "https://github.com/almostEric/FrozenWasteland",
  12. "donateUrl": "https://paypal.me/FrozenWasteland",
  13. "changelogUrl": "https://github.com/almostEric/FrozenWasteland/blob/CHANGELOG.md",
  14. "modules": [
  15. {
  16. "slug": "BPMLFO",
  17. "name": "BPM LFO",
  18. "description": "Beat Synchronized LFO",
  19. "tags": [
  20. "LFO"
  21. ]
  22. },
  23. {
  24. "slug": "BPMLFO2",
  25. "name": "BPM LFO 2",
  26. "description": "Beat Synchronized LFO with CV Waveshape",
  27. "tags": [
  28. "LFO"
  29. ]
  30. },
  31. {
  32. "slug": "CDCSeriouslySlowLFO",
  33. "name": "CDC Seriously Slow LFO",
  34. "description": "Slow LFO taken to absurdity",
  35. "tags": [
  36. "LFO"
  37. ]
  38. },
  39. {
  40. "slug": "DamianLillard",
  41. "name": "Damian Lillard",
  42. "description": "4-channel CV crossover/mixer",
  43. "tags": [
  44. "VCA"
  45. ]
  46. },
  47. {
  48. "slug": "EverlastingGlottalStopper",
  49. "name": "Everlasting Glottal Stopper",
  50. "description": "Vocal Tract simulating VCO",
  51. "tags": [
  52. "VCO"
  53. ]
  54. },
  55. {
  56. "slug": "HairPick",
  57. "name": "Hair Pick",
  58. "description": "64 Tap Rhythmic Comb Filter",
  59. "tags": [
  60. "VCF"
  61. ]
  62. },
  63. {
  64. "slug": "LissajousLFO",
  65. "name": "Lissajous LFO",
  66. "description": "LFO based on interactions of 4 sine waves",
  67. "tags": [
  68. "LFO"
  69. ]
  70. },
  71. {
  72. "slug": "MrBlueSky",
  73. "name": "Mr. Blue Sky",
  74. "description": "16 band vocoder",
  75. "tags": [
  76. "Vocoder"
  77. ]
  78. },
  79. {
  80. "slug": "PhasedLockedLoop",
  81. "name": "Phased Locked Loop",
  82. "description": "PLL attempts to follow input signals freqency",
  83. "tags": [
  84. "VCO"
  85. ]
  86. },
  87. {
  88. "slug": "PortlandWeather",
  89. "name": "Portland Weather",
  90. "description": "16 tap rhytmic delay with per tap pitch shifting and filtering",
  91. "tags": [
  92. "Delay",
  93. "Granular",
  94. "VCF"
  95. ]
  96. },
  97. {
  98. "slug": "QuadAlgorithmicRhythm",
  99. "name": "Quad Algorithmic Rhythm Generator",
  100. "description": "4 track Euclidean and Golumb Ruler Sequencer",
  101. "tags": [
  102. "Sequencer"
  103. ]
  104. },
  105. {
  106. "slug": "QuadRhythmExpander",
  107. "name": "Quad Rhythm Expander",
  108. "description": "Expander for QAR adds probabilty and swing",
  109. "tags": [
  110. "Sequencer",
  111. "Expander"
  112. ]
  113. },
  114. {
  115. "slug": "QuantussyCell",
  116. "name": "Quantussy Cell",
  117. "description": "Chainable semi-chatotic CV generator",
  118. "tags": [
  119. "Logic"
  120. ]
  121. },
  122. {
  123. "slug": "RouletteLFO",
  124. "name": "Roulette LFO",
  125. "description": "LFO Based on based on rolling curves",
  126. "tags": [
  127. "LFO"
  128. ]
  129. },
  130. {
  131. "slug": "SeriouslySlowLFO",
  132. "name": "Seriously Slow LFO",
  133. "description": "LFO for modulating CV over *very* long time periods",
  134. "tags": [
  135. "LFO"
  136. ]
  137. },
  138. {
  139. "slug": "TheOneRingModulator",
  140. "name": "The One Ring Modulator",
  141. "description": "Ring Modulator with CV controlable response",
  142. "tags": [
  143. "Ring Modulator"
  144. ]
  145. },
  146. {
  147. "slug": "VoxInhumana",
  148. "name": "Vox Inhumana",
  149. "description": "Formant/Vowel Filter",
  150. "tags": [
  151. "VCF"
  152. ]
  153. }
  154. ]
  155. }