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.

439 lines
9.7KB

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