Commit Graph

118 Commits

Author SHA1 Message Date
Luna c73b98a356 fix for zig 0.11 2023-08-04 21:50:59 -03:00
Luna 7cc93c2976 zig fmt 2023-08-04 21:34:51 -03:00
Luna ed67a52b15 fixes for some version of zig 2023-08-04 21:34:17 -03:00
Luna 0f6ac055a4 remove extra newlines from log calls 2022-10-08 15:14:56 -03:00
Luna ef6c68705d port to latest zig 2022-10-08 15:05:15 -03:00
Luna 6b2ce7e425 properly fix memleaks 2022-04-28 00:28:07 -03:00
Luna 1987c4d497 fix command parsing 2022-04-27 20:01:14 -03:00
Luna 5d1bcf33ee fixes for latest zig: a lot of stuff 2022-04-27 20:01:12 -03:00
Luna c817170a04 port to latest zig: use std.log 2022-04-27 20:01:09 -03:00
Luna d7d4385242 fix memory leak on string arguments 2022-04-27 20:01:00 -03:00
Luna b195577dee prevent memleaks on parse errors 2021-04-04 20:47:18 -03:00
Luna ea3850b99d add test for parse errors 2021-04-04 18:15:42 -03:00
Luna b28f208e65 add error for non-lv2 args not getting enough args 2021-04-04 17:56:59 -03:00
Luna 2a801a129b add note about comptime hash map 2021-04-04 17:45:14 -03:00
Luna 78cc7fab4b fix tests 2021-04-04 17:08:53 -03:00
Luna 9937365433 update to latest zig 2021-04-03 22:16:04 -03:00
Luna 667e6cbdac zig fmt pass 2021-04-03 21:09:44 -03:00
Luna 0cd47be7ac remove need to dupe strings to command structs 2020-08-18 20:53:54 -03:00
Luna f61e9b013f make CommandList free its command pointers 2020-08-18 20:40:06 -03:00
Luna 353d8d6947 fix for latest zig 2020-08-18 17:49:23 -03:00
Luna fa7e993ec2 zig fmt pass 2020-07-23 16:31:32 -03:00
Luna e71eba583e make load command own its path memory 2020-06-01 22:34:56 -03:00
Luna 0b816a512e lang: remove unused declarations 2020-06-01 22:08:01 -03:00
Luna b238517b33 update symbols for Dyncomp 2020-06-01 21:41:10 -03:00
Luna 72379e63ee add support for more types on lv2 parameter structs 2020-05-31 22:27:56 -03:00
Luna 690ab89cfd allow any typed command to use lv2 param parse logic 2020-05-31 22:27:38 -03:00
Luna 30da41293a fix type defs for noise cmds 2020-05-31 22:27:24 -03:00
Luna 83996b889f make rotate not be a typed command 2020-05-31 21:55:27 -03:00
Luna 10b2c69605 fix typos 2020-05-31 21:55:22 -03:00
Luna e8808c501b make Embed follow existing custom plugin structure 2020-05-31 21:38:18 -03:00
Luna e669b74ffb add CustomCommand function 2020-05-31 21:34:49 -03:00
Luna ca751e58f7 add draft declarations for custom commands 2020-05-31 21:33:19 -03:00
Luna 82dc99d7d5 remove unecessary switch 2020-05-31 21:26:27 -03:00
Luna d9358ed794 add lv2 parameter validation 2020-05-31 21:25:25 -03:00
Luna 8ce844ceed add validation for split/index args 2020-05-31 21:10:43 -03:00
Luna 325e7b1102 add support for the rest of lv2 commands 2020-05-31 18:29:42 -03:00
Luna 0de2d05fa3 fix detune command definition 2020-05-31 17:54:43 -03:00
Luna 3a7009f9bf convert more commands to new form 2020-05-31 17:53:33 -03:00
Luna c6c31f5a60 rename NewCommand to Command 2020-05-31 17:18:36 -03:00
Luna 8e0ebbe5e0 remove old Command struct 2020-05-31 17:16:57 -03:00
Luna 5412934f27 fix fetching of non-lv2 params 2020-05-31 17:11:32 -03:00
Luna b5512c45fb fix fetching of lv2 params 2020-05-31 17:11:26 -03:00
Luna dd1b493da2 fix typo 2020-05-31 17:11:17 -03:00
Luna dca5d7b644 parse lv2 commands' split/index automatically 2020-05-31 17:08:35 -03:00
Luna b21960d372 remove unused code off parser 2020-05-31 16:57:12 -03:00
Luna 94c9695110 add helper to make lv2 command structs 2020-05-31 16:55:50 -03:00
Luna f9c1851734 add support for generic lv2 command running 2020-05-31 15:20:19 -03:00
Luna 9c6387973f convert command list to ptr command list, fixing mem issues 2020-05-30 23:57:42 -03:00
Luna d518369314 add random debug statements 2020-05-30 23:57:34 -03:00
Luna 7d519b73b6 add runner support on command cast 2020-05-30 22:56:45 -03:00