From 0de2d05fa396d94ece6ac4b45c087682873d899a Mon Sep 17 00:00:00 2001 From: Luna Date: Sun, 31 May 2020 17:54:43 -0300 Subject: [PATCH] fix detune command definition --- src/lang.zig | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/lang.zig b/src/lang.zig index 4fb3fb4..6d444c9 100644 --- a/src/lang.zig +++ b/src/lang.zig @@ -284,12 +284,6 @@ pub const Command = struct { gaterange: f32, }); pub const Detune = LV2Command(.detune, "http://drobilla.net/plugins/mda/Detune", struct { - @"switch": f32, - threshold: f32, - attack: f32, - hold: f32, - decay: f32, - gaterange: f32, detune: f32, mix: f32, output: f32,