Commit Graph

98 Commits

Author SHA1 Message Date
Luna 9fd41a61bf add runner test + 'zig build test' subcommand 2019-08-08 16:48:31 -03:00
Luna 704eaac081 lang: defer deinit() on tests 2019-08-07 21:09:04 -03:00
Luna 7e6b85ef48 lang: add tests
- lang: add deinit()
2019-08-07 21:04:51 -03:00
Luna b8dcb84294 image: fix typo 2019-08-06 23:35:02 -03:00
Luna 981b52c05b lang: add hack while AutoHashMap is broken
- image: add timer for runPlugin
2019-08-06 23:34:11 -03:00
Luna fc3972d65c remove unecessary allocation in RunContext 2019-08-06 19:25:47 -03:00
Luna 75eeea14f3 add check for n_audio_out>2 2019-08-06 19:25: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 ff78044587 magick: reopen the image post MagickWriteImage 2019-07-23 18:30:16 -03:00
Luna c0b70a81b1 magick: reopen the file instead of just setting curpath 2019-07-22 22:48:37 -03:00
Luna c128960451 add rotate command to docs 2019-07-22 22:27:00 -03:00
Luna f9aa226d9e add proper arguments to rotate cmd 2019-07-22 22:22:01 -03:00
Luna 510b4d9336 rm a.bmp 2019-07-22 22:16:42 -03:00
Luna 4a49b39159 make magickSave edit Image.curpath 2019-07-22 22:15:06 -03:00
Luna e469c84d1b update README 2019-07-22 21:50:49 -03:00
Luna 6775773674 move to graphicsmagick 2019-07-22 21:50:11 -03:00
Luna 8784f3baf9 decouple magick init/save into helper functions 2019-07-22 20:37:57 -03:00
Luna 73794e1867 add magickwand load/unload 2019-07-22 20:32:50 -03:00
Luna b056a0edb3 add imagemagick linking 2019-07-22 19:28:55 -03:00
Luna 67c9f425bb add rotate cmd to lang 2019-07-22 17:04:43 -03:00
Luna 2151afb115 add roomWidth arg to reverb, update reverb docs 2019-07-15 14:21:08 -03:00
Luna 87556c5b7e simplify copyBytes excess calc and do sseek() 2019-07-15 11:26:41 -03:00
Luna c5a2e317c4 remove error part of sseek() 2019-07-15 10:58:45 -03:00
Luna d12268f028 ensure sf_seek is called on the out file in copyBytes 2019-07-15 10:53:23 -03:00
Luna 8c2bbee372 make copyBytes allocate its own buffer 2019-07-14 19:01:50 -03:00
Luna b59f937d00 decomission getEndPos() in favor of SF_INFO.frames 2019-07-14 18:54:48 -03:00
luna 2bf44bc581 Merge branch 'noise-command' of luna/scritcher into master
Closes #4.
2019-07-13 22:57:52 +00:00
Luna a71ff830ac add wildnoise cmd 2019-07-13 19:55:57 -03:00
Luna a993c1dc0e add noise cmd to doc 2019-07-13 18:23:28 -03:00
Luna f85ff2037d finish custom plugins impl, finish noise cmd
- add ParamMap
2019-07-13 18:17:44 -03:00
Luna 3edca782ac add basic rng init on RandomNoise plugin 2019-07-13 17:49:09 -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 223fb6628c change mono plugin check to a 3+ channel plugin check
i'm not sure if there's anyone with more than two ears who is biological
2019-07-13 16:48:53 -03:00
Luna 8d3cd47665 add vinyl cmd 2019-07-13 16:46:26 -03:00
Luna f07c989407 allow for stereo input (unused, though) 2019-07-13 16:40:08 -03:00
Luna 387984bff1 call sf_seek before main plugin loop 2019-07-11 10:57:39 -03:00
Luna 107a00593a do larger copies for safety reasons 2019-07-11 10:51:00 -03:00
Luna b9160adad2 add delay cmd 2019-07-11 10:20:09 -03:00
Luna 79dc56daae fix color mayhem caused by Image.copyBytes() 2019-07-11 09:10:21 -03:00
Luna 542c239e0c optimize main plugin loop
this makes it faster to have the main loop focus on running the actual
plugin while pre- and post- parts of the loop become their own thing
with bigger buffers.
2019-07-10 22:28:34 -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