Use comptime for fully declarative LV2 and Custom commands #14
1 changed files with 0 additions and 2 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue