make lv2 commands fully declarative #11
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
i should be able to make a compile time array of lv2 plugins and have everything else tick.
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?