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.

129 lines
3.3KB

  1. {
  2. "slug": "LifeFormModular",
  3. "name": "LifeFormModular",
  4. "version": "1.1",
  5. "license": "MIT",
  6. "brand": "LifeFormModular",
  7. "author": "Marc Dacunha",
  8. "authorEmail": "marcdacunha@yahoo.fr",
  9. "authorUrl": "https://timecontrolledorganism.bandcamp.com/",
  10. "pluginUrl": "https://github.com/TimeControlledOrganism/LifeFormModular",
  11. "manualUrl": "https://github.com/TimeControlledOrganism/LifeFormModular",
  12. "sourceUrl": "https://github.com/TimeControlledOrganism/LifeFormModular",
  13. "donateUrl": "https://timecontrolledorganism.bandcamp.com/",
  14. "modules": [
  15. {
  16. "slug": "TimeDiktat",
  17. "name": "TimeDiktat",
  18. "description": "Clock Gen based on JW clock",
  19. "tags": [
  20. "Clock Generator"
  21. ]
  22. },
  23. {
  24. "slug": "SequenceModeler",
  25. "name": "SequenceModeler",
  26. "description": "Sequencer based on Fundamental SEQ3",
  27. "tags": [
  28. "Sequencer",
  29. "Dual"
  30. ]
  31. },
  32. {
  33. "slug": "PitchDiktat",
  34. "name": "PitchDiktat",
  35. "description": "Quantizer based on ML Quantum",
  36. "tags": [
  37. "Quantizer",
  38. "Random"
  39. ]
  40. },
  41. {
  42. "slug": "PitchIntegrator",
  43. "name": "PitchIntegrator",
  44. "description": "Sequential switch based on ML switches, with sample and hold designed for pitch",
  45. "tags": [
  46. "Switch",
  47. "Sample and hold"
  48. ]
  49. },
  50. {
  51. "slug": "BurstIntegrator",
  52. "name": "BurstIntegrator",
  53. "description": "Sequential switch based on ML switches, with trigger generator to add burst of trigs to yout patterns",
  54. "tags": [
  55. "Switch",
  56. "Clock modulator"
  57. ]
  58. },
  59. {
  60. "slug": "QuadModulator",
  61. "name": "QuadModulator",
  62. "description": "Quad synced LFO with skew from ramp up to ramp down through sine plus dual unity mixer",
  63. "tags": [
  64. "LFO",
  65. "Quad"
  66. ]
  67. },
  68. {
  69. "slug": "ImpulseControl",
  70. "name": "ImpulseControl",
  71. "description": "Trigger sequencer based on Fundamental SEQ3",
  72. "tags": [
  73. "Sequencer",
  74. "Dual"
  75. ]
  76. },
  77. {
  78. "slug": "PercussiveVibration",
  79. "name": "PercussiveVibration",
  80. "description": "Synth voice based on 21Khz PalmLoop and Befaco Rampage mainly for drums",
  81. "tags": [
  82. "Synth voice",
  83. "Drum"
  84. ]
  85. },
  86. {
  87. "slug": "QuadUtility",
  88. "name": "QuadUtility",
  89. "description": "4 scalers 4 adders and 4 VCAs",
  90. "tags": [
  91. "Utility",
  92. "Dual"
  93. ]
  94. },
  95. {
  96. "slug": "AdditiveVibration",
  97. "name": "AdditiveVibration",
  98. "description": "Additive/FM synth voice based on 21Khz PalmLoop and Befaco Rampage ",
  99. "tags": [
  100. "Synth voice"
  101. ]
  102. },
  103. {
  104. "slug": "QuadSteppedOffset",
  105. "name": "QuadSteppedOffset",
  106. "description": "Octave and semitone transposer",
  107. "tags": [
  108. "Utility",
  109. "Quad"
  110. ]
  111. },
  112. {
  113. "slug": "ComplexOsc",
  114. "name": "ComplexOsc",
  115. "description": "Complex Oscillator made with 2 phase modulatable sines plus a clipper",
  116. "tags": [
  117. "Oscillator"
  118. ]
  119. },
  120. {
  121. "slug": "Driftgen",
  122. "name": "Driftgen",
  123. "description": "CV modifier, will add subtle drift to V/Oct signals",
  124. "tags": [
  125. "Utility"
  126. ]
  127. }
  128. ]
  129. }