rename to restart
This commit is contained in:
parent
ecfc6fd31e
commit
ab14d70c6c
1 changed files with 1 additions and 1 deletions
|
|
@ -722,7 +722,7 @@ export class Pattern {
|
||||||
return this._withContext((context) => ({ ...context, velocity: (context.velocity || 1) * velocity }));
|
return this._withContext((context) => ({ ...context, velocity: (context.velocity || 1) * velocity }));
|
||||||
}
|
}
|
||||||
|
|
||||||
reset(pat) {
|
restart(pat) {
|
||||||
pat = reify(pat);
|
pat = reify(pat);
|
||||||
return new Pattern((state) =>
|
return new Pattern((state) =>
|
||||||
pat
|
pat
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue