From f51109cb266dcef35536d84f367789b028cb0118 Mon Sep 17 00:00:00 2001 From: Jade Rowland Date: Sun, 3 Dec 2023 18:26:48 -0500 Subject: [PATCH] comment --- packages/superdough/superdough.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/superdough/superdough.mjs b/packages/superdough/superdough.mjs index 1291c192..2305ab44 100644 --- a/packages/superdough/superdough.mjs +++ b/packages/superdough/superdough.mjs @@ -323,7 +323,7 @@ export const superdough = async (value, deadline, hapDuration) => { compressorRelease, } = value; - //music programs/audio gear usually labels channels 0,1 as 1,2 so imitate that behavior + //music programs/audio gear usually increments inputs/outputs from 1, so imitate that behavior channels = (Array.isArray(channels) ? channels : [channels]).map((ch) => ch - 1); gain *= velocity; // legacy fix for velocity