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.

143 lines
4.6KB

  1. {
  2. "slug": "Cella",
  3. "name": "Cella",
  4. "version": "2.9.0",
  5. "license": "GPL-3.0-or-later",
  6. "brand": "Cella",
  7. "author": "Victor Kashirin",
  8. "authorEmail": "",
  9. "authorUrl": "https://victorkashirin.com/",
  10. "pluginUrl": "https://github.com/victorkashirin/CellaVCV/blob/main/README.md",
  11. "manualUrl": "https://github.com/victorkashirin/CellaVCV/blob/main/docs/Cella_Manual.md",
  12. "sourceUrl": "https://github.com/victorkashirin/CellaVCV",
  13. "donateUrl": "",
  14. "changelogUrl": "https://github.com/victorkashirin/CellaVCV/blob/master/CHANGELOG.md",
  15. "modules": [
  16. {
  17. "slug": "Resonators",
  18. "name": "Resonators",
  19. "description": "Four pitched resonators based on Karplus-Strong algorithm",
  20. "manualUrl": "https://github.com/victorkashirin/CellaVCV/blob/main/docs/Cella_Manual.md#resonators",
  21. "keywords": "resonator karplus",
  22. "tags": [
  23. "Effect",
  24. "Filter",
  25. "Physical modeling"
  26. ]
  27. },
  28. {
  29. "slug": "TwinPeaks",
  30. "name": "Twin Peaks",
  31. "description": "Dual resonant filter inspired by the design of Rob Hordijk's TwinPeak filter. Made to be pinged.",
  32. "manualUrl": "https://github.com/victorkashirin/CellaVCV/blob/main/docs/Cella_Manual.md#twin-peaks",
  33. "keywords": "hordijk resonator ping",
  34. "tags": [
  35. "Filter",
  36. "Polyphonic"
  37. ]
  38. },
  39. {
  40. "slug": "Euler",
  41. "name": "Euler",
  42. "description": "Calculates rate of change of the incoming signal",
  43. "manualUrl": "https://github.com/victorkashirin/CellaVCV/blob/main/docs/Cella_Manual.md#euler",
  44. "keywords": "diff math rate",
  45. "tags": [
  46. "Utility",
  47. "Envelope follower"
  48. ]
  49. },
  50. {
  51. "slug": "Rich",
  52. "name": "Rich",
  53. "description": "Expressive AD envelope generator with controllable and breathing accent dynamics",
  54. "manualUrl": "https://github.com/victorkashirin/CellaVCV/blob/main/docs/Cella_Manual.md#rich",
  55. "keywords": "AD",
  56. "tags": [
  57. "Envelope generator"
  58. ]
  59. },
  60. {
  61. "slug": "Bytebeat",
  62. "name": "Bytebeat",
  63. "description": "Bytebeat evaluator",
  64. "keywords": "byte",
  65. "manualUrl": "https://github.com/victorkashirin/CellaVCV/blob/main/docs/Cella_Manual.md#bytebeat",
  66. "tags": [
  67. "Oscillator",
  68. "LFO"
  69. ]
  70. },
  71. {
  72. "slug": "Bezier",
  73. "name": "Bezier",
  74. "description": "Smooth random voltage generator that uses Bezier curves",
  75. "manualUrl": "https://github.com/victorkashirin/CellaVCV/blob/main/docs/Cella_Manual.md#bezier",
  76. "keywords": "rnd curve smooth",
  77. "tags": [
  78. "Utility",
  79. "LFO",
  80. "Random",
  81. "Slew limiter"
  82. ]
  83. },
  84. {
  85. "slug": "CognitiveShift",
  86. "name": "Cognitive Shift",
  87. "description": "Advanced 8-bit digital shift register with clock, gates or trigger outputs, 4 DAC-based CV generators and various self-patching capabilities",
  88. "manualUrl": "https://github.com/victorkashirin/CellaVCV/blob/main/docs/Cella_Manual.md#cognitive-shift",
  89. "keywords": "lfsr nlfsr feedback r2r dac",
  90. "tags": [
  91. "Sequencer",
  92. "Sample and hold",
  93. "Clock modulator",
  94. "Logic"
  95. ]
  96. },
  97. {
  98. "slug": "LoudnessMeter",
  99. "name": "Loudness Meter",
  100. "description": "Loudness meter based on EBU R128 standard",
  101. "manualUrl": "https://github.com/victorkashirin/CellaVCV/blob/main/docs/Cella_Manual.md#loudness-meter",
  102. "keywords": "ebu loudness lufs",
  103. "tags": [
  104. "Utility",
  105. "Visual"
  106. ]
  107. },
  108. {
  109. "slug": "Loud",
  110. "name": "Loud",
  111. "description": "Loudness meter based on EBU R128 standard, narrow version",
  112. "manualUrl": "https://github.com/victorkashirin/CellaVCV/blob/main/docs/Cella_Manual.md#loudness-meter",
  113. "keywords": "ebu loudness lufs",
  114. "tags": [
  115. "Utility",
  116. "Visual"
  117. ]
  118. },
  119. {
  120. "slug": "Integral",
  121. "name": "Integral",
  122. "description": "Signal integrator, essential for feedback, chaotic and cybernetic patches",
  123. "manualUrl": "https://github.com/victorkashirin/CellaVCV/blob/main/docs/Cella_Manual.md#integral",
  124. "keywords": "cybernetic chaos feedback analog computing",
  125. "tags": [
  126. "Utility",
  127. "Sample and hold"
  128. ]
  129. },
  130. {
  131. "slug": "2State",
  132. "name": "2State",
  133. "description": "Combination of dual constant CV generator and a voltage-controlled switch",
  134. "manualUrl": "https://github.com/victorkashirin/CellaVCV/blob/main/docs/Cella_Manual.md#2state",
  135. "keywords": "cv sequencer triple latch",
  136. "tags": [
  137. "Utility",
  138. "Switch",
  139. "Sequencer"
  140. ]
  141. }
  142. ]
  143. }