fix detune command definition

This commit is contained in:
Luna 2020-05-31 17:54:43 -03:00
parent 3a7009f9bf
commit 0de2d05fa3
1 changed files with 0 additions and 6 deletions

View File

@ -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,