This commit is contained in:
Jade Rowland 2023-12-03 18:26:48 -05:00
parent 9aec18b3a0
commit f51109cb26

View File

@ -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