fix mbeq arg validation
This commit is contained in:
parent
af34f71c8f
commit
b0ddb35ae9
1 changed files with 1 additions and 1 deletions
|
@ -298,7 +298,7 @@ pub const Lang = struct {
|
||||||
.RFlanger => try self.expectFloat(4, cmd.args),
|
.RFlanger => try self.expectFloat(4, cmd.args),
|
||||||
.Eq => try self.expectFloat(5, cmd.args),
|
.Eq => try self.expectFloat(5, cmd.args),
|
||||||
.Phaser => try self.expectFloat(6, cmd.args),
|
.Phaser => try self.expectFloat(6, cmd.args),
|
||||||
.Mbeq => try self.expectFloat(15, cmd.args),
|
.Mbeq => try self.expectFloat(17, cmd.args),
|
||||||
.Chorus => try self.expectFloat(8, cmd.args),
|
.Chorus => try self.expectFloat(8, cmd.args),
|
||||||
.PitchScaler => try self.expectFloat(3, cmd.args),
|
.PitchScaler => try self.expectFloat(3, cmd.args),
|
||||||
.Reverb => try self.expectFloat(12, cmd.args),
|
.Reverb => try self.expectFloat(12, cmd.args),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue