Use comptime for fully declarative LV2 and Custom commands
Use comptime for fully declarative LV2 and Custom commands
make lv2 commands fully declarative
I started working on this yesterday and I got good results. 99% of the LV2 commands work flawlessly.
There's also some un-needed repetition around things as Zig's comptime isn't perfect, and so the type system can't detect some things as comptime. That's fine. Better than before.
TODO:
dyncomp
doesn't work becauseratio
isn't found in the plugin, what happened?- Custom commands.