parent
3d55567445
commit
7071dec775
1 changed files with 0 additions and 5 deletions
|
|
@ -62,12 +62,7 @@ export class Pattern {
|
||||||
this.__steps = steps === undefined ? undefined : Fraction(steps);
|
this.__steps = steps === undefined ? undefined : Fraction(steps);
|
||||||
}
|
}
|
||||||
|
|
||||||
_processParts() {
|
|
||||||
return this.withHap((hap) => hap.withContext((c) => ({ ...c, processParts: true })));
|
|
||||||
}
|
|
||||||
|
|
||||||
setSteps(steps) {
|
setSteps(steps) {
|
||||||
// TODO should this be pure?
|
|
||||||
this._steps = steps;
|
this._steps = steps;
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue