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.

251 lines
5.5KB

  1. {
  2. "slug": "cf",
  3. "version": "2.0.2",
  4. "license": "BSD-3-Clause",
  5. "name": "cf",
  6. "brand": "cf",
  7. "author": "clement foulc",
  8. "authorEmail": "c.foulc@gmail.com",
  9. "pluginUrl": "https://github.com/cfoulc/cf",
  10. "authorUrl": "https://github.com/cfoulc",
  11. "manualUrl": "https://github.com/cfoulc/cf",
  12. "sourceUrl": "https://github.com/cfoulc/cf",
  13. "changelogUrl": "https://github.com/cfoulc/cf",
  14. "donateUrl": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=3CSNFE349G99Q",
  15. "modules": [
  16. {
  17. "slug": "METRO",
  18. "name": "Metro",
  19. "description": "Clock",
  20. "manualUrl": "https://github.com/cfoulc/cf",
  21. "tags": [
  22. "Clock generator"
  23. ]
  24. },
  25. {
  26. "slug": "EACH",
  27. "name": "Each",
  28. "description": "Clock divider",
  29. "manualUrl": "https://github.com/cfoulc/cf",
  30. "tags": [
  31. "Clock modulator"
  32. ]
  33. },
  34. {
  35. "slug": "trSEQ",
  36. "name": "trSeq",
  37. "description": "sequencer with per step inputs",
  38. "manualUrl": "https://github.com/cfoulc/cf",
  39. "tags": [
  40. "Sequencer"
  41. ]
  42. },
  43. {
  44. "slug": "LEDSEQ",
  45. "name": "ledSeq",
  46. "description": "5x16 triggers sequencer",
  47. "manualUrl": "https://github.com/cfoulc/cf",
  48. "tags": [
  49. "Sequencer"
  50. ]
  51. },
  52. {
  53. "slug": "L3DS3Q",
  54. "name": "l3dS3q",
  55. "description": "5x16 triggers sequencer",
  56. "manualUrl": "https://github.com/cfoulc/cf",
  57. "tags": [
  58. "Sequencer"
  59. ]
  60. },
  61. {
  62. "slug": "SLIDERSEQ",
  63. "name": "SliderSeq",
  64. "description": "16 CVs sequencer",
  65. "manualUrl": "https://github.com/cfoulc/cf",
  66. "tags": [
  67. "Sequencer"
  68. ]
  69. },
  70. {
  71. "slug": "PLAYER",
  72. "name": "Player",
  73. "description": "Sample player",
  74. "manualUrl": "https://github.com/cfoulc/cf",
  75. "tags": [
  76. "Sampler"
  77. ]
  78. },
  79. {
  80. "slug": "PLAY",
  81. "name": "Play",
  82. "description": "Mini sample player",
  83. "manualUrl": "https://github.com/cfoulc/cf",
  84. "tags": [
  85. "Sampler"
  86. ]
  87. },
  88. {
  89. "slug": "MONO",
  90. "name": "Mono",
  91. "description": "Modular mixer Mono Channel",
  92. "manualUrl": "https://github.com/cfoulc/cf",
  93. "tags": [
  94. "Mixer"
  95. ]
  96. },
  97. {
  98. "slug": "STEREO",
  99. "name": "Stereo",
  100. "description": "Modular mixer Stereo Channel",
  101. "manualUrl": "https://github.com/cfoulc/cf",
  102. "tags": [
  103. "Mixer"
  104. ]
  105. },
  106. {
  107. "slug": "SUB",
  108. "name": "Sub",
  109. "description": "Modular mixer Sends",
  110. "manualUrl": "https://github.com/cfoulc/cf",
  111. "tags": [
  112. "Mixer"
  113. ]
  114. },
  115. {
  116. "slug": "MASTER",
  117. "name": "Master",
  118. "description": "Modular mixer Master",
  119. "manualUrl": "https://github.com/cfoulc/cf",
  120. "tags": [
  121. "Mixer"
  122. ]
  123. },
  124. {
  125. "slug": "VARIABLE",
  126. "name": "Variable",
  127. "description": "Sample & Hold",
  128. "manualUrl": "https://github.com/cfoulc/cf",
  129. "tags": [
  130. "Utility"
  131. ]
  132. },
  133. {
  134. "slug": "ALGEBRA",
  135. "name": "Algebra",
  136. "description": "2 signals math",
  137. "manualUrl": "https://github.com/cfoulc/cf",
  138. "tags": [
  139. "Utility"
  140. ]
  141. },
  142. {
  143. "slug": "FUNKTION",
  144. "name": "Funktion",
  145. "description": "1 signal math",
  146. "manualUrl": "https://github.com/cfoulc/cf",
  147. "tags": [
  148. "Utility"
  149. ]
  150. },
  151. {
  152. "slug": "CHOKE",
  153. "name": "Choke",
  154. "description": "hi hat style choker",
  155. "manualUrl": "https://github.com/cfoulc/cf",
  156. "tags": [
  157. "Utility"
  158. ]
  159. },
  160. {
  161. "slug": "FOUR",
  162. "name": "Four",
  163. "description": "4 x solo/mute",
  164. "manualUrl": "https://github.com/cfoulc/cf",
  165. "tags": [
  166. "Utility"
  167. ]
  168. },
  169. {
  170. "slug": "STEPS",
  171. "name": "Steps",
  172. "description": "quantiser",
  173. "manualUrl": "https://github.com/cfoulc/cf",
  174. "tags": [
  175. "Utility"
  176. ]
  177. },
  178. {
  179. "slug": "PEAK",
  180. "name": "Peak",
  181. "description": "limiter",
  182. "manualUrl": "https://github.com/cfoulc/cf",
  183. "tags": [
  184. "Limiter"
  185. ]
  186. },
  187. {
  188. "slug": "CUTS",
  189. "name": "Cuts",
  190. "description": "dirty HP & LP filters",
  191. "manualUrl": "https://github.com/cfoulc/cf",
  192. "tags": [
  193. "Filter"
  194. ]
  195. },
  196. {
  197. "slug": "BUFFER",
  198. "name": "Buffer",
  199. "description": "dirty delay buffer/filter",
  200. "manualUrl": "https://github.com/cfoulc/cf",
  201. "tags": [
  202. "Delay"
  203. ]
  204. },
  205. {
  206. "slug": "DISTO",
  207. "name": "Disto",
  208. "description": "dirty distortion",
  209. "manualUrl": "https://github.com/cfoulc/cf",
  210. "tags": [
  211. "Distortion"
  212. ]
  213. },
  214. {
  215. "slug": "CUBE",
  216. "name": "Cube",
  217. "description": "weird lfo",
  218. "manualUrl": "https://github.com/cfoulc/cf",
  219. "tags": [
  220. "Low-frequency oscillator"
  221. ]
  222. },
  223. {
  224. "slug": "PATCH",
  225. "name": "Patch",
  226. "description": "patch bay",
  227. "manualUrl": "https://github.com/cfoulc/cf",
  228. "tags": [
  229. "Utility"
  230. ]
  231. },
  232. {
  233. "slug": "LABEL",
  234. "name": "LABEL",
  235. "description": "label",
  236. "manualUrl": "https://github.com/cfoulc/cf",
  237. "tags": [
  238. "Visual"
  239. ]
  240. },
  241. {
  242. "slug": "DAVE",
  243. "name": "Dave",
  244. "description": "blank panel",
  245. "manualUrl": "https://github.com/cfoulc/cf",
  246. "tags": [
  247. "Blank"
  248. ]
  249. }
  250. ]
  251. }