make lv2 commands fully declarative #11

Closed
opened 2020-01-26 02:39:42 +00:00 by luna · 1 comment
Owner

i should be able to make a compile time array of lv2 plugins and have everything else tick.

i should be able to make a compile time array of lv2 plugins and have everything else tick.
Author
Owner

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 because ratio isn't found in the plugin, what happened?
  • Custom commands.
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 because `ratio` isn't found in the plugin, what happened? - [ ] Custom commands.
luna closed this issue 2020-06-02 21:37:47 +00:00
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: luna/scritcher#11
No description provided.