add roomWidth arg to reverb, update reverb docs

This commit is contained in:
Luna 2019-07-15 14:21:08 -03:00
parent 87556c5b7e
commit 2151afb115
3 changed files with 15 additions and 4 deletions

View file

@ -336,6 +336,7 @@ pub const Runner = struct {
const pos = try cmd.consumePosition();
try cmd.appendParam(&params, "roomLength");
try cmd.appendParam(&params, "roomWidth");
try cmd.appendParam(&params, "roomHeight");
try cmd.appendParam(&params, "sourceLR");
try cmd.appendParam(&params, "sourceFB");