Commit Graph

54 Commits

Author SHA1 Message Date
Luna a0a75579dd add tapedelay cmd (broken) 2020-01-26 00:28:59 -03:00
Luna 8c3c5a3ac2 add invert cmd 2020-01-26 00:13:53 -03:00
Luna 299a39fc27 add gverb cmd 2020-01-26 00:03:15 -03:00
Luna c73b7440a6 add foverdrive cmd
- lang: remove oldGetCommand
2020-01-25 23:52:22 -03:00
Luna fa8740e0db add thruzero command 2020-01-25 23:32:24 -03:00
Luna 5a0e6934e7 add dyncomp cmd 2020-01-25 22:45:37 -03:00
Luna 7c4dead5cf add many experimental plugins 2020-01-25 18:52:45 -03:00
Luna 9a6caa2453 add gate cmd 2020-01-25 17:47:20 -03:00
Luna 182d368363 fix for latest zig 2020-01-14 22:31:20 -03:00
Luna a10416e56f fixes for latest zig 2019-12-08 12:14:31 -03:00
Luna c57c40db61 use at-as builtin 2019-11-10 13:37:59 -03:00
Luna fb0516a1db allow ppm files as inputs
- only run bmp.magicValid when path ends in bmp
 - remove uneeced header size constants
2019-11-01 21:43:45 -03:00
Luna 91de05d3b1 runner: fix for latest zig 2019-10-31 19:02:36 -03:00
Luna 2e27390058 add the rest for embed command
- allow any extra param as a generic to custom plugin init
2019-10-22 18:16:15 -03:00
Luna c05be26dbd runner: ignore one arg when its in repl
closes #8
2019-10-06 15:16:41 -03:00
Luna 66a7356502 runner: add newline to runqs message 2019-09-10 22:08:35 -03:00
Luna 49cc7221b0 fix some clones, finish list of commands for printer 2019-09-10 22:00:07 -03:00
Luna 67c42e39d4 add cloning of Runner and Image + basic Runner REPL logic 2019-09-10 21:31:23 -03:00
Luna b3bb56279a remove usage of command pointers for most things
this serves as a workaround for the compiler bugs found on zig trunk

 - use std.StringHashMap
2019-09-03 12:45:17 -03:00
Luna 0ad1c88274 free some things in runner 2019-08-13 10:33:08 -03:00
Luna 4aa9e9d7b9 runner: bump ident of load path msg 2019-08-09 11:29:10 -03:00
Luna 9fd41a61bf add runner test + 'zig build test' subcommand 2019-08-08 16:48:31 -03:00
Luna 8172066851 add write cmd
- make custom plugins return ?Plugin instead of !Plugin
2019-07-29 11:51:40 -03:00
Luna f9aa226d9e add proper arguments to rotate cmd 2019-07-22 22:22:01 -03:00
Luna b056a0edb3 add imagemagick linking 2019-07-22 19:28:55 -03:00
Luna 2151afb115 add roomWidth arg to reverb, update reverb docs 2019-07-15 14:21:08 -03:00
Luna a71ff830ac add wildnoise cmd 2019-07-13 19:55:57 -03:00
Luna f85ff2037d finish custom plugins impl, finish noise cmd
- add ParamMap
2019-07-13 18:17:44 -03:00
Luna 16116371f5 split in_buf/out_buf into RunBuffers struct
- add basics of RandomNoise custom plugin
2019-07-13 17:42:46 -03:00
Luna aedf47dbe1 add revdelay cmd 2019-07-13 17:20:14 -03:00
Luna 8d3cd47665 add vinyl cmd 2019-07-13 16:46:26 -03:00
Luna b9160adad2 add delay cmd 2019-07-11 10:20:09 -03:00
Luna 2d9fe80395 add runqs command 2019-07-10 21:43:23 -03:00
Luna 3a8f84a3b2 add implicit arg index for Command helper funcs 2019-07-10 20:46:22 -03:00
Luna c743681515 add highpass cmd
- remove bypass arg from reverb cmd
2019-07-10 20:41:17 -03:00
Luna 159048550d add reverb command 2019-07-10 20:19:40 -03:00
Luna ab9eaa1400 add pitchscaler cmd 2019-07-10 17:31:18 -03:00
Luna f9898b2f11 refactor command functions 2019-07-10 17:15:57 -03:00
Luna 5fb0f9c066 add chorus command 2019-07-10 16:59:15 -03:00
Luna 317916a1e0 add mbeq command 2019-07-10 16:43:30 -03:00
Luna 6bc54f8e46 add phaser cmd 2019-07-10 16:24:43 -03:00
Luna 9a5d4f14e5 add eq command 2019-07-10 16:06:44 -03:00
Luna 8b189914f7 add rflanger command, update readme 2019-07-10 13:24:03 -03:00
Luna 0e0b9add13 update todo 2019-07-10 12:00:43 -03:00
Luna 8677e977ee add file "saving" to quicksave cmd 2019-07-09 23:04:05 -03:00
Luna 25bef23933 add basic lilv instantiation support 2019-07-09 15:15:02 -03:00
Luna 05fe41d8b4 add setting of parameters to the ports
- fix ampCmd's param pass
2019-07-09 13:55:52 -03:00
Luna 8e453298bc add basic machinery around plugin 2019-07-09 00:04:01 -03:00
Luna 176bbd446a add draft impl for ampCmd 2019-07-08 22:40:52 -03:00
Luna 276100c556 add implementation for quicksave command 2019-07-08 15:40:31 -03:00