mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-13 22:58:34 +00:00
turn off of depth is 0
This commit is contained in:
parent
f0a582dc92
commit
51c63fa996
@ -263,7 +263,7 @@ export const superdough = async (value, deadline, hapDuration) => {
|
||||
|
||||
//phaser
|
||||
phaser,
|
||||
phaserdepth,
|
||||
phaserdepth = 0.75,
|
||||
//
|
||||
coarse,
|
||||
crush,
|
||||
@ -418,7 +418,7 @@ export const superdough = async (value, deadline, hapDuration) => {
|
||||
chain.push(panner);
|
||||
}
|
||||
// phaser
|
||||
if (phaser !== undefined) {
|
||||
if (phaser !== undefined && phaserdepth > 0) {
|
||||
const phaserFX = getPhaser(phaser, phaserdepth);
|
||||
chain.push(phaserFX);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user