Use comptime for fully declarative LV2 and Custom commands #14

Merged
luna merged 69 commits from declarative-commands into master 2020-06-02 21:37:47 +00:00
Showing only changes of commit eb18d01cdd - Show all commits

copy struct base tag into command base tag

Luna 2020-05-30 22:39:52 -03:00

View file

@ -418,6 +418,8 @@ pub const Lang = struct {
@field(cmd, cmd_field.name) = argument_value; @field(cmd, cmd_field.name) = argument_value;
} }
cmd.base.tag = command_struct.base_tag;
try commands.append(cmd.base); try commands.append(cmd.base);
} }