This commit is contained in:
Felix Roos 2022-02-25 16:26:56 +01:00
commit 5fb31c2a9f
2 changed files with 20 additions and 2 deletions

View file

@ -618,7 +618,7 @@ class Pattern {
const left = this.withValue(val => Object.assign({}, val, {pan: elem_or(val, "pan", 0.5) - by}))
const right = this.withValue(val => Object.assign({}, val, {pan: elem_or(val, "pan", 0.5) + by}))
return stack([left,func(right)])
return stack(left,func(right))
}
// is there a different name for those in tidal?