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.

491 lines
9.9KB

  1. {
  2. "slug": "RJModules",
  3. "name": "RJModules",
  4. "version": "1.7.2",
  5. "license": "MIT",
  6. "brand": "RJModules",
  7. "author": "Rich Jones",
  8. "authorEmail": "miserlou@gmail.com",
  9. "authorUrl": "http://github.com/Miserlou/RJModules",
  10. "pluginUrl": "http://github.com/Miserlou/RJModules",
  11. "manualUrl": "http://github.com/Miserlou/RJModules",
  12. "sourceUrl": "http://github.com/Miserlou/RJModules",
  13. "donateUrl": "https://www.patreon.com/zappa",
  14. "modules": [
  15. {
  16. "slug": "Acid",
  17. "name": "Acid",
  18. "description": "Rich's take on the TB-303, with two VCOs, a powerful filter, an envelope generator and a pluck!",
  19. "tags": [
  20. "VCO",
  21. "Multiple",
  22. "Synth voice",
  23. "Envelope generator"
  24. ]
  25. },
  26. {
  27. "slug": "BPF",
  28. "name": "BPF",
  29. "description": "Band Pass Filter",
  30. "tags": [
  31. "VCF"
  32. ]
  33. },
  34. {
  35. "slug": "Buttons",
  36. "name": "Buttons",
  37. "description": "Buttons",
  38. "tags": [
  39. "Utility",
  40. "Controller"
  41. ]
  42. },
  43. {
  44. "slug": "Filters",
  45. "name": "Filters",
  46. "description": "A collection of filters",
  47. "tags": [
  48. "VCF"
  49. ]
  50. },
  51. {
  52. "slug": "Notch",
  53. "name": "Notch",
  54. "description": "A Notch filter",
  55. "tags": [
  56. "VCF"
  57. ]
  58. },
  59. {
  60. "slug": "Sidechain",
  61. "name": "Sidechain",
  62. "description": "A sidechain compressor, used to duck a signal and make pumping sounds.",
  63. "tags": [
  64. "Effect"
  65. ]
  66. },
  67. {
  68. "slug": "Chord",
  69. "name": "Chord",
  70. "description": "Generates chords in various positions",
  71. "tags": [
  72. "MIDI",
  73. "Utility"
  74. ]
  75. },
  76. {
  77. "slug": "Noise",
  78. "name": "Noise",
  79. "description": "Filtered Noise Generator",
  80. "tags": [
  81. "Utility"
  82. ]
  83. },
  84. {
  85. "slug": "PlayableChord",
  86. "name": "Playable Chord",
  87. "description": "Generates chords in various positions, and accepts input via V/OCT with octave control.",
  88. "tags": [
  89. "MIDI",
  90. "Utility"
  91. ]
  92. },
  93. {
  94. "slug": "Floats",
  95. "name": "Floats",
  96. "description": "",
  97. "tags": [
  98. "Utility"
  99. ]
  100. },
  101. {
  102. "slug": "Octaves",
  103. "name": "Octaves",
  104. "description": "",
  105. "tags": [
  106. "Utility"
  107. ]
  108. },
  109. {
  110. "slug": "Splitter",
  111. "name": "Splitter",
  112. "description": "",
  113. "tags": [
  114. "Utility"
  115. ]
  116. },
  117. {
  118. "slug": "ChordSeq",
  119. "name": "ChordSeq",
  120. "description": "Chord Sequencer",
  121. "tags": [
  122. "Utility",
  123. "Sequencer"
  124. ]
  125. },
  126. {
  127. "slug": "Glides",
  128. "name": "Glides",
  129. "description": "Glide inbetween values with an adustable time",
  130. "tags": [
  131. "Utility"
  132. ]
  133. },
  134. {
  135. "slug": "RandomFilter",
  136. "name": "RandomFilter",
  137. "description": "Hit the button, change the filter.",
  138. "tags": [
  139. "VCF",
  140. "Effect"
  141. ]
  142. },
  143. {
  144. "slug": "Splitters",
  145. "name": "Splitters",
  146. "description": "",
  147. "tags": [
  148. "Utility"
  149. ]
  150. },
  151. {
  152. "slug": "Volumes",
  153. "name": "Volumes",
  154. "description": "",
  155. "tags": [
  156. "Utility"
  157. ]
  158. },
  159. {
  160. "slug": "Displays",
  161. "name": "Displays",
  162. "description": "Display values digitally",
  163. "tags": [
  164. "Utility"
  165. ]
  166. },
  167. {
  168. "slug": "Integers",
  169. "name": "Integers",
  170. "description": "",
  171. "tags": [
  172. "Utility"
  173. ]
  174. },
  175. {
  176. "slug": "Randoms",
  177. "name": "Randoms",
  178. "description": "",
  179. "tags": [
  180. "Utility"
  181. ]
  182. },
  183. {
  184. "slug": "Stutter",
  185. "name": "Stutter",
  186. "description": "A stuttering effect",
  187. "tags": [
  188. "Effect"
  189. ]
  190. },
  191. {
  192. "slug": "Widener",
  193. "name": "Widener",
  194. "description": "Widens a mono signal into a stereo one",
  195. "tags": [
  196. "Effect"
  197. ]
  198. },
  199. {
  200. "slug": "BPM",
  201. "name": "BPM",
  202. "description": "A beats-per-minute signal clock",
  203. "tags": [
  204. "Clock generator"
  205. ]
  206. },
  207. {
  208. "slug": "EssEff",
  209. "name": "EssEff",
  210. "description": "EssEff is a SoundFont (.sf2) file player.",
  211. "tags": [
  212. "Synth voice"
  213. ]
  214. },
  215. {
  216. "slug": "LRMixer",
  217. "name": "LRMixer",
  218. "description": "",
  219. "tags": [
  220. "Mixer"
  221. ]
  222. },
  223. {
  224. "slug": "Range",
  225. "name": "Range",
  226. "description": "Map a signal to a range",
  227. "tags": [
  228. "Utility"
  229. ]
  230. },
  231. {
  232. "slug": "Supersaw",
  233. "name": "Supersaw",
  234. "description": "Two detuned saws going rawr.",
  235. "tags": [
  236. "VCO"
  237. ]
  238. },
  239. {
  240. "slug": "uQuant",
  241. "name": "uQuant",
  242. "description": "A tiny, useful quantizer.",
  243. "tags": [
  244. "Quantizer"
  245. ]
  246. },
  247. {
  248. "slug": "Button",
  249. "name": "Button",
  250. "description": "It's a big button.",
  251. "tags": [
  252. "Controller"
  253. ]
  254. },
  255. {
  256. "slug": "MetaKnob",
  257. "name": "MetaKnob",
  258. "description": "It's a big knob.",
  259. "tags": [
  260. "Controller"
  261. ]
  262. },
  263. {
  264. "slug": "Panner",
  265. "name": "Panner",
  266. "description": "It pans.",
  267. "tags": [
  268. "Effect"
  269. ]
  270. },
  271. {
  272. "slug": "RangeLFO",
  273. "name": "RangeLFO",
  274. "description": "An LFO which can be mapped to a specific range.",
  275. "tags": [
  276. "LFO"
  277. ]
  278. },
  279. {
  280. "slug": "TwinLFO",
  281. "name": "TwinLFO",
  282. "description": "An LFO controlled by another LFO.",
  283. "tags": [
  284. "LFO"
  285. ]
  286. },
  287. {
  288. "slug": "BitCrush",
  289. "name": "BitCrush",
  290. "description": "It's a bit crusher.",
  291. "tags": [
  292. "Effect"
  293. ]
  294. },
  295. {
  296. "slug": "Filter",
  297. "name": "Filter",
  298. "description": "A very crude filter.",
  299. "tags": [
  300. "VCF"
  301. ]
  302. },
  303. {
  304. "slug": "Mono",
  305. "name": "Mono",
  306. "description": "Take a stereo signal and make it mono.",
  307. "tags": [
  308. "Effect"
  309. ]
  310. },
  311. {
  312. "slug": "Panners",
  313. "name": "Panners",
  314. "description": "Mono to stereo.",
  315. "tags": [
  316. "Effect"
  317. ]
  318. },
  319. {
  320. "slug": "ReplayKnob",
  321. "name": "ReplayKnob",
  322. "description": "A knob which can be recorded and replayed.",
  323. "tags": [
  324. "Controller",
  325. "Delay",
  326. "Effect"
  327. ]
  328. },
  329. {
  330. "slug": "Buffers",
  331. "name": "Buffers",
  332. "description": "Delay signals slightly.",
  333. "tags": [
  334. "Effect"
  335. ]
  336. },
  337. {
  338. "slug": "FilterDelay",
  339. "name": "FilterDelay",
  340. "description": "Delay with integrated filter effect.",
  341. "tags": [
  342. "Effect",
  343. "Delay",
  344. "VCF"
  345. ]
  346. },
  347. {
  348. "slug": "Pluck",
  349. "name": "Pluck",
  350. "description": "Integrated ADSR/VCA. Makes a pluck noise.",
  351. "tags": [
  352. "Effect",
  353. "VCA",
  354. "Envelope generator"
  355. ]
  356. },
  357. {
  358. "slug": "KTF",
  359. "name": "KTF - Key Tracking Filter",
  360. "description": "A 1v/oct key tracking filter.",
  361. "tags": [
  362. "VCF"
  363. ]
  364. },
  365. {
  366. "slug": "TriggerSwitch",
  367. "name": "TriggerSwitch - Trigger Activated Gate Switch With Button",
  368. "description": "Trigger Activated Gate Switch With Button.",
  369. "tags": [
  370. "Controller",
  371. "Effect"
  372. ]
  373. },
  374. {
  375. "slug": "DryWet",
  376. "name": "DryWet - Voltage Controlled Dry Wet Knob",
  377. "description": "Voltage Controlled Dry Wet Knob",
  378. "tags": [
  379. "Controller",
  380. "Effect"
  381. ]
  382. },
  383. {
  384. "slug": "MutateSeq",
  385. "name": "MutateSeq - MutateSeq - Mutating Sequencer",
  386. "description": "MutateSeq - Mutating Sequencer",
  387. "tags": [
  388. "Utility",
  389. "Sequencer"
  390. ]
  391. },
  392. {
  393. "slug": "Notes",
  394. "name": "Notes",
  395. "description": "Static Notes - Polyphonic",
  396. "tags": [
  397. "Utility",
  398. "Polyphonic"
  399. ]
  400. },
  401. {
  402. "slug": "Sequential",
  403. "name": "Sequential Switch - 8 to 1",
  404. "description": "Gate-triggered Sequential Switch",
  405. "tags": [
  406. "Utility",
  407. "Sequencer"
  408. ]
  409. },
  410. {
  411. "slug": "Succulent",
  412. "name": "Succulent",
  413. "description": "r/synthesizercirclejerk",
  414. "tags": [
  415. "Utility"
  416. ]
  417. },
  418. {
  419. "slug": "PingPong",
  420. "name": "Clock Synced Ping Pong Delay",
  421. "description": "Clock Synced Ping Pong Delay",
  422. "tags": [
  423. "Effect"
  424. ]
  425. },
  426. {
  427. "slug": "Brickwall",
  428. "name": "Brick Wall Limiter",
  429. "description": "Brick Wall Limiter",
  430. "tags": [
  431. "Effect"
  432. ]
  433. },
  434. {
  435. "slug": "Slapback",
  436. "name": "Dual Slap Back Delay",
  437. "description": "An opinionated dual slapback delay",
  438. "tags": [
  439. "Effect"
  440. ]
  441. },
  442. {
  443. "slug": "LeftHandRightHand",
  444. "name": "Split Keyboard MIDI-CV",
  445. "description": "MIDI to CV for Splitting a Keyboard into Left and Right Hands",
  446. "tags": [
  447. "Utility"
  448. ]
  449. },
  450. {
  451. "slug": "Euclidian",
  452. "name": "Euclidian - Euclidian Rhythm Generator",
  453. "description": "Euclidian - Euclidian Rhythm Generator in E(m, k) + i format, with presets.",
  454. "tags": [
  455. "Sequencer"
  456. ]
  457. },
  458. {
  459. "slug": "Octo",
  460. "name": "Octo - 8 Bespokely Phased Triangles",
  461. "description": "Octo - 8 Bespokely Phased Triangles",
  462. "tags": [
  463. "LFO"
  464. ]
  465. },
  466. {
  467. "slug": "RJChorus",
  468. "name": "Chorus - It's a Chorus",
  469. "description": "Chorus",
  470. "tags": [
  471. "Effect"
  472. ]
  473. },
  474. {
  475. "slug": "Instro",
  476. "name": "Instro - Various Voices",
  477. "description": "Instro - Various Voices",
  478. "tags": [
  479. "VCO"
  480. ]
  481. },
  482. {
  483. "slug": "Gaussian",
  484. "name": "Gaussian - Normal Distribution Gate Generator",
  485. "description": "Gaussian - Normal Distribution Gate Generator",
  486. "tags": [
  487. "Sequencer"
  488. ]
  489. }
  490. ]
  491. }