mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-11 13:48:34 +00:00
comment
This commit is contained in:
parent
9aec18b3a0
commit
f51109cb26
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user