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
1 changed files with 0 additions and 2 deletions
Showing only changes of commit b06bab9ec5 - Show all commits

View File

@ -67,8 +67,6 @@ pub fn printList(list: langs.CommandList, stream: var) !void {
.wildnoise => try printCommand(cmd, .wildnoise),
.write => try printCommand(cmd, .write),
.embed => try printCommand(cmd, .embed),
else => @compileError("unhandled command"),
}
_ = try stream.write(";\n");