mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-19 17:48:33 +00:00
rename to restart
This commit is contained in:
parent
ecfc6fd31e
commit
ab14d70c6c
@ -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…
x
Reference in New Issue
Block a user