Commit graph

35 commits

Author SHA1 Message Date
f8d8ed067d add deinit() calls to custom plugins 2019-08-14 09:10:09 -03:00
0cab58429c fix std.AutoHashMap usage 2019-08-09 18:40:11 -03:00
c0269ead20 image: bump BufferSize 2019-08-09 14:03:32 -03:00
90bc830a9a lang: show line where error happened 2019-08-08 20:27:24 -03:00
b8dcb84294 image: fix typo 2019-08-06 23:35:02 -03:00
981b52c05b lang: add hack while AutoHashMap is broken
- image: add timer for runPlugin
2019-08-06 23:34:11 -03:00
75eeea14f3 add check for n_audio_out>2 2019-08-06 19:25:31 -03:00
8172066851 add write cmd
- make custom plugins return ?Plugin instead of !Plugin
2019-07-29 11:51:40 -03:00
c0b70a81b1 magick: reopen the file instead of just setting curpath 2019-07-22 22:48:37 -03:00
6775773674 move to graphicsmagick 2019-07-22 21:50:11 -03:00
73794e1867 add magickwand load/unload 2019-07-22 20:32:50 -03:00
87556c5b7e simplify copyBytes excess calc and do sseek() 2019-07-15 11:26:41 -03:00
c5a2e317c4 remove error part of sseek() 2019-07-15 10:58:45 -03:00
d12268f028 ensure sf_seek is called on the out file in copyBytes 2019-07-15 10:53:23 -03:00
8c2bbee372 make copyBytes allocate its own buffer 2019-07-14 19:01:50 -03:00
b59f937d00 decomission getEndPos() in favor of SF_INFO.frames 2019-07-14 18:54:48 -03:00
f85ff2037d finish custom plugins impl, finish noise cmd
- add ParamMap
2019-07-13 18:17:44 -03:00
16116371f5 split in_buf/out_buf into RunBuffers struct
- add basics of RandomNoise custom plugin
2019-07-13 17:42:46 -03:00
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
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
79dc56daae fix color mayhem caused by Image.copyBytes() 2019-07-11 09:10:21 -03:00
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
9a5d4f14e5 add eq command 2019-07-10 16:06:44 -03:00
2b2eb51dff clean up some debug prints
- free file and command memory on exit
2019-07-10 12:13:44 -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
9e43367111 add main plugin run loop 2019-07-09 18:34:05 -03:00
32699a55a5 add basic plugin position code 2019-07-09 16:52:46 -03:00
25bef23933 add basic lilv instantiation support 2019-07-09 15:15:02 -03:00
fc69a3f62f add temporary file name generator 2019-07-09 14:29:54 -03:00
05fe41d8b4 add setting of parameters to the ports
- fix ampCmd's param pass
2019-07-09 13:55:52 -03:00
bbf34f1133 add port setup code 2019-07-09 13:21:07 -03:00
8e453298bc add basic machinery around plugin 2019-07-09 00:04:01 -03:00
1b8784dc8f add Image struct wrapper around libsndfile, finish loadCmd 2019-07-08 14:43:58 -03:00