fix detune command definition
This commit is contained in:
parent
3a7009f9bf
commit
0de2d05fa3
1 changed files with 0 additions and 6 deletions
|
@ -284,12 +284,6 @@ pub const Command = struct {
|
||||||
gaterange: f32,
|
gaterange: f32,
|
||||||
});
|
});
|
||||||
pub const Detune = LV2Command(.detune, "http://drobilla.net/plugins/mda/Detune", struct {
|
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,
|
detune: f32,
|
||||||
mix: f32,
|
mix: f32,
|
||||||
output: f32,
|
output: f32,
|
||||||
|
|
Loading…
Reference in a new issue