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 1b59705eae - Show all commits

View file

@ -47,6 +47,7 @@ pub const Runner = struct {
return Runner{ return Runner{
.allocator = self.allocator, .allocator = self.allocator,
.image = cloned_image, .image = cloned_image,
.repl = self.repl,
.args = self.args, .args = self.args,
}; };
} }