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.

416 lines
9.2KB

  1. {
  2. "slug": "AS",
  3. "version": "1.0.1",
  4. "license": "MIT",
  5. "name": "AS",
  6. "brand": "AS",
  7. "author": "Alfredo Santamaria",
  8. "authorEmail": "ascustomworks@gmail.com",
  9. "pluginUrl": "https://github.com/AScustomWorks/AS/blob/master/README.md",
  10. "authorUrl": "https://github.com/AScustomWorks/AS",
  11. "manualUrl": "https://github.com/AScustomWorks/AS/blob/master/README.md",
  12. "sourceUrl": "https://github.com/AScustomWorks/AS",
  13. "changelogUrl": "https://github.com/AScustomWorks/AS/blob/master/README.md",
  14. "modules": [
  15. {
  16. "slug": "SineOSC",
  17. "disabled": "false",
  18. "name": "TinySine",
  19. "description": "Simple Voltage-controlled sine oscillator",
  20. "tags": [
  21. "VCO"
  22. ]
  23. },
  24. {
  25. "slug": "SawOSC",
  26. "disabled": "false",
  27. "name": "TinySawish",
  28. "description": "Simple Voltage-controlled saw oscillator",
  29. "tags": [
  30. "VCO"
  31. ]
  32. },
  33. {
  34. "slug": "ADSR",
  35. "disabled": "false",
  36. "name": "ADSR",
  37. "description": "Generates an envelope with Attack/Decay/Sustain/Release",
  38. "tags": [
  39. "Envelope Generator"
  40. ]
  41. },
  42. {
  43. "slug": "VCA",
  44. "disabled": "false",
  45. "name": "VCA",
  46. "description": "Voltage-controlled amplifier",
  47. "tags": [
  48. "VCA"
  49. ]
  50. },
  51. {
  52. "slug": "QuadVCA",
  53. "disabled": "false",
  54. "name": "QuadVCA/Mixer",
  55. "description": "VCA module x 4, plus mixer functionality",
  56. "tags": [
  57. "VCA",
  58. "Mixer"
  59. ]
  60. },
  61. {
  62. "slug": "TriLFO",
  63. "disabled": "false",
  64. "name": "TriLFO",
  65. "description": "Low-frequency oscillator",
  66. "tags": [
  67. "LFO"
  68. ]
  69. },
  70. {
  71. "slug": "AtNuVrTr",
  72. "disabled": "false",
  73. "name": "AtNuVrTr",
  74. "description": "Dual Attenuator",
  75. "tags": [
  76. "Attenuator",
  77. "Dual"
  78. ]
  79. },
  80. {
  81. "slug": "BPMClock",
  82. "disabled": "false",
  83. "name": "BPM Clock",
  84. "description": "BPM Clock",
  85. "tags": [
  86. "Clock"
  87. ]
  88. },
  89. {
  90. "slug": "BPMCalc",
  91. "disabled": "false",
  92. "name": "BPM to delay/hz calculator",
  93. "description": "BPM to delay/hz calculator helper",
  94. "tags": [
  95. "Utility"
  96. ]
  97. },
  98. {
  99. "slug": "BPMCalc2",
  100. "disabled": "false",
  101. "name": "BPM to delay/ms calculator",
  102. "description": "BPM Delay/MS Calculator",
  103. "tags": [
  104. "Utility"
  105. ]
  106. },
  107. {
  108. "slug": "SEQ16",
  109. "disabled": "false",
  110. "name": "SEQ16",
  111. "description": "3-channel 16-step sequencer with step editor",
  112. "tags": [
  113. "Sequencer"
  114. ]
  115. },
  116. {
  117. "slug": "Mixer2ch",
  118. "disabled": "false",
  119. "name": "Mixer2ch",
  120. "description": "2 channel Mixer",
  121. "tags": [
  122. "Mixer"
  123. ]
  124. },
  125. {
  126. "slug": "Mixer4ch",
  127. "disabled": "false",
  128. "name": "Mixer4ch",
  129. "description": "4 channel Mixer",
  130. "tags": [
  131. "Mixer"
  132. ]
  133. },
  134. {
  135. "slug": "Mixer8ch",
  136. "disabled": "false",
  137. "name": "Mixer8ch",
  138. "description": "8 channel Mixer",
  139. "tags": [
  140. "Mixer"
  141. ]
  142. },
  143. {
  144. "slug": "MonoVUmeter",
  145. "disabled": "false",
  146. "name": "MonoVUmeter",
  147. "description": "Mono VU meter",
  148. "tags": [
  149. "Visual",
  150. "Utility"
  151. ]
  152. },
  153. {
  154. "slug": "StereoVUmeter",
  155. "disabled": "false",
  156. "name": "StereoVUmeter",
  157. "description": "Stereo VU meter",
  158. "tags": [
  159. "Visual",
  160. "Utility"
  161. ]
  162. },
  163. {
  164. "slug": "Steps",
  165. "disabled": "false",
  166. "name": "Steps",
  167. "description": "3 channel 64 steps counter",
  168. "tags": [
  169. "Sequencer",
  170. "Utility"
  171. ]
  172. },
  173. {
  174. "slug": "LaunchGate",
  175. "disabled": "false",
  176. "name": "LaunchGate",
  177. "description": "2 channel signal flow start counter",
  178. "tags": [
  179. "Sequencer",
  180. "Dual",
  181. "Utility"
  182. ]
  183. },
  184. {
  185. "slug": "KillGate",
  186. "disabled": "false",
  187. "name": "KillGate",
  188. "description": "2 channel signal stop counter",
  189. "tags": [
  190. "Sequencer",
  191. "Dual",
  192. "Utility"
  193. ]
  194. },
  195. {
  196. "slug": "Flow",
  197. "disabled": "false",
  198. "name": "Flow",
  199. "description": "Cut the flow of signals with a switch or a cv signal input",
  200. "tags": [
  201. "Switch",
  202. "Dual",
  203. "Utility"
  204. ]
  205. },
  206. {
  207. "slug": "SignalDelay",
  208. "disabled": "false",
  209. "name": "Signal Delay",
  210. "description": "Delay the incomming CV signal by set milliseconds",
  211. "tags": [
  212. "Delay",
  213. "Dual",
  214. "Utility"
  215. ]
  216. },
  217. {
  218. "slug": "Cv2T",
  219. "disabled": "false",
  220. "name": "CV 2 Trigger",
  221. "description": "CV to Trigger generator",
  222. "tags": [
  223. "Utility"
  224. ]
  225. },
  226. {
  227. "slug": "ZeroCV2T",
  228. "disabled": "false",
  229. "name": "Zero CV 2 Trigger",
  230. "description": "Zero Crossing CV to Trigger generator",
  231. "tags": [
  232. "Utility"
  233. ]
  234. },
  235. {
  236. "slug": "ReScale",
  237. "disabled": "false",
  238. "name": "ReScale",
  239. "description": "Utility module to convert from one voltage range to another",
  240. "tags": [
  241. "Utility"
  242. ]
  243. },
  244. {
  245. "slug": "Multiple2_5",
  246. "disabled": "false",
  247. "name": "Multi 2x5",
  248. "description": "2x5 Signal multiplier",
  249. "tags": [
  250. "Multiple",
  251. "Utility"
  252. ]
  253. },
  254. {
  255. "slug": "Merge2_5",
  256. "disabled": "false",
  257. "name": "Merge2x5",
  258. "description": "2x5 CV Signal merger",
  259. "tags": [
  260. "Multiple",
  261. "Utility"
  262. ]
  263. },
  264. {
  265. "slug": "TriggersMKI",
  266. "name": "Triggers MKI",
  267. "description": "Manual CV signal trigger with latch and temporary triggers + adjustable output voltage",
  268. "tags": [
  269. "Switch",
  270. "Utility"
  271. ]
  272. },
  273. {
  274. "slug": "TriggersMKII",
  275. "name": "Triggers MKII",
  276. "description": "Manual CV signal temporary trigger with labeling integrated",
  277. "tags": [
  278. "Switch",
  279. "Utility"
  280. ]
  281. },
  282. {
  283. "slug": "TriggersMKIII",
  284. "name": "TriggersMKIII",
  285. "description": "Manual CV signal temporary trigger with editable labeling integrated",
  286. "tags": [
  287. "Switch",
  288. "Utility"
  289. ]
  290. },
  291. {
  292. "slug": "DelayPlusFx",
  293. "disabled": "false",
  294. "name": "Delay Plus Fx",
  295. "description": "Delay effect with MS digital display, wet signal send & return and bypass switch",
  296. "tags": [
  297. "Delay",
  298. "Effect"
  299. ]
  300. },
  301. {
  302. "slug": "DelayPlusStereoFx",
  303. "disabled": "false",
  304. "name": "Delay Plus Stereo Fx",
  305. "description": "Stereo Delay effect with MS digital display, wet signal send & return and bypass switch",
  306. "tags": [
  307. "Delay",
  308. "Effect"
  309. ]
  310. },
  311. {
  312. "slug": "PhaserFx",
  313. "disabled": "false",
  314. "name": "Phaser Fx",
  315. "description": "Phaser FX with CV input for each parameter and bypass switch",
  316. "tags": [
  317. "Phaser",
  318. "Effect"
  319. ]
  320. },
  321. {
  322. "slug": "ReverbFx",
  323. "disabled": "false",
  324. "name": "Reverb Fx",
  325. "description": "Reverb FX with CV input for each parameter and bypass switch",
  326. "tags": [
  327. "Reverb",
  328. "Effect"
  329. ]
  330. },
  331. {
  332. "slug": "ReverbStereoFx",
  333. "disabled": "false",
  334. "name": "Reverb Stereo Fx",
  335. "description": "Stereo Reverb FX with CV input for each parameter and bypass switch",
  336. "tags": [
  337. "Reverb",
  338. "Effect"
  339. ]
  340. },
  341. {
  342. "slug": "SuperDriveFx",
  343. "disabled": "false",
  344. "name": "SuperDrive Fx",
  345. "description": "Overdrive FX with CV input for each parameter and bypass switch",
  346. "tags": [
  347. "Distortion",
  348. "Effect"
  349. ]
  350. },
  351. {
  352. "slug": "TremoloFx",
  353. "disabled": "false",
  354. "name": "Tremolo Fx",
  355. "description": "Tremolo Fx with CV input for each parameter and bypass switch",
  356. "tags": [
  357. "Effect"
  358. ]
  359. },
  360. {
  361. "slug": "TremoloStereoFx",
  362. "disabled": "false",
  363. "name": "Tremolo Stereo Fx",
  364. "description": "Stereo Tremolo Fx with CV input for each parameter and bypass switch",
  365. "tags": [
  366. "Effect"
  367. ]
  368. },
  369. {
  370. "slug": "WaveShaper",
  371. "disabled": "false",
  372. "name": "WaveShaper",
  373. "description": "WaveShaper Fx with bypass switch",
  374. "tags": [
  375. "Waveshaper",
  376. "Effect"
  377. ]
  378. },
  379. {
  380. "slug": "BlankPanel4",
  381. "disabled": "false",
  382. "name": "BlankPanel4",
  383. "description": "Blank Panel 4 HP",
  384. "tags": [
  385. "Blank"
  386. ]
  387. },
  388. {
  389. "slug": "BlankPanel6",
  390. "disabled": "false",
  391. "name": "BlankPanel6",
  392. "description": "Blank Panel 6 HP",
  393. "tags": [
  394. "Blank"
  395. ]
  396. },
  397. {
  398. "slug": "BlankPanel8",
  399. "disabled": "false",
  400. "name": "BlankPanel8",
  401. "description": "Blank Panel 8 HP",
  402. "tags": [
  403. "Blank"
  404. ]
  405. },
  406. {
  407. "slug": "BlankPanelSpecial",
  408. "disabled": "false",
  409. "name": "Blank Panel Special",
  410. "description": "Blank Panel goodies",
  411. "tags": [
  412. "Blank"
  413. ]
  414. }
  415. ]
  416. }