fix mbeq arg validation

This commit is contained in:
Luna 2019-08-12 13:07:06 -03:00
parent af34f71c8f
commit b0ddb35ae9

View file

@ -298,7 +298,7 @@ pub const Lang = struct {
.RFlanger => try self.expectFloat(4, cmd.args),
.Eq => try self.expectFloat(5, 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),
.PitchScaler => try self.expectFloat(3, cmd.args),
.Reverb => try self.expectFloat(12, cmd.args),