This commit is contained in:
Luna 2020-05-31 17:11:17 -03:00
parent dca5d7b644
commit dd1b493da2
1 changed files with 2 additions and 2 deletions

View File

@ -59,13 +59,13 @@ pub const NewCommandType = enum {
fn LV2Command(
comptime tag: NewCommand.Tag,
comptime lv2_url: []const u8,
comptime plugin_url: []const u8,
comptime LV2Parameters: type,
) type {
return struct {
pub const base_tag = tag;
pub const command_type = NewCommandType.lv2_command;
pub const lv2_url = lv2_url;
pub const lv2_url = plugin_url;
base: NewCommand,
split: usize,