Commit graph

51 commits

Author SHA1 Message Date
fe7e347762 fix mbeq example 2020-02-08 01:40:35 -03:00
2c0716e11d move pitch.scri => pitchscaler.scri 2020-01-26 15:45:09 -03:00
08d9923e75 add saturator, vintagedelay cmd 2020-01-26 14:50:50 -03:00
bc8ab98689 add multichorus cmd 2020-01-26 14:03:01 -03:00
127ea389fd add moddelay cmd 2020-01-26 02:05:43 -03:00
a0a75579dd add tapedelay cmd (broken) 2020-01-26 00:28:59 -03:00
8c3c5a3ac2 add invert cmd 2020-01-26 00:13:53 -03:00
299a39fc27 add gverb cmd 2020-01-26 00:03:15 -03:00
c73b7440a6 add foverdrive cmd
- lang: remove oldGetCommand
2020-01-25 23:52:22 -03:00
fa8740e0db add thruzero command 2020-01-25 23:32:24 -03:00
046e43a68c add dyncomp example file 2020-01-25 22:46:15 -03:00
5a0e6934e7 add dyncomp cmd 2020-01-25 22:45:37 -03:00
7c4dead5cf add many experimental plugins 2020-01-25 18:52:45 -03:00
9a6caa2453 add gate cmd 2020-01-25 17:47:20 -03:00
a411659d6b add exampels/rflanger.scri 2019-11-01 22:29:14 -03:00
c8b5327634 libsndfile cant open mp3s 2019-10-22 19:09:05 -03:00
1c6ef1d4d5 Revert "use sf_open_fd"
This reverts commit 6e66850d90.
2019-10-22 19:08:38 -03:00
6e66850d90 use sf_open_fd 2019-10-22 18:57:36 -03:00
2d64eaa3ef add embed example script 2019-10-22 18:30:55 -03:00
8172066851 add write cmd
- make custom plugins return ?Plugin instead of !Plugin
2019-07-29 11:51:40 -03:00
f9aa226d9e add proper arguments to rotate cmd 2019-07-22 22:22:01 -03:00
73794e1867 add magickwand load/unload 2019-07-22 20:32:50 -03:00
2151afb115 add roomWidth arg to reverb, update reverb docs 2019-07-15 14:21:08 -03:00
87556c5b7e simplify copyBytes excess calc and do sseek() 2019-07-15 11:26:41 -03:00
b59f937d00 decomission getEndPos() in favor of SF_INFO.frames 2019-07-14 18:54:48 -03:00
a71ff830ac add wildnoise cmd 2019-07-13 19:55:57 -03:00
f85ff2037d finish custom plugins impl, finish noise cmd
- add ParamMap
2019-07-13 18:17:44 -03:00
3edca782ac add basic rng init on RandomNoise plugin 2019-07-13 17:49:09 -03:00
aedf47dbe1 add revdelay cmd 2019-07-13 17:20:14 -03:00
8d3cd47665 add vinyl cmd 2019-07-13 16:46:26 -03:00
387984bff1 call sf_seek before main plugin loop 2019-07-11 10:57:39 -03:00
107a00593a do larger copies for safety reasons 2019-07-11 10:51:00 -03:00
b9160adad2 add delay cmd 2019-07-11 10:20:09 -03:00
3a8f84a3b2 add implicit arg index for Command helper funcs 2019-07-10 20:46:22 -03:00
c743681515 add highpass cmd
- remove bypass arg from reverb cmd
2019-07-10 20:41:17 -03:00
159048550d add reverb command 2019-07-10 20:19:40 -03:00
ab9eaa1400 add pitchscaler cmd 2019-07-10 17:31:18 -03:00
f9898b2f11 refactor command functions 2019-07-10 17:15:57 -03:00
5fb0f9c066 add chorus command 2019-07-10 16:59:15 -03:00
317916a1e0 add mbeq command 2019-07-10 16:43:30 -03:00
6bc54f8e46 add phaser cmd 2019-07-10 16:24:43 -03:00
9a5d4f14e5 add eq command 2019-07-10 16:06:44 -03:00
8b189914f7 add rflanger command, update readme 2019-07-10 13:24:03 -03:00
17ca737291 fix multiple plugin runs over same file
- add deinit() functions to help
2019-07-10 11:47:35 -03:00
8677e977ee add file "saving" to quicksave cmd 2019-07-09 23:04:05 -03:00
8e453298bc add basic machinery around plugin 2019-07-09 00:04:01 -03:00
176bbd446a add draft impl for ampCmd 2019-07-08 22:40:52 -03:00
38e0a1a961 add draft for load arg handling 2019-06-06 23:55:59 -03:00
92a3076b9b add documentation 2019-06-06 23:45:54 -03:00
627b49b418 add line-running and noop cmd 2019-06-06 23:28:15 -03:00