mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 14:26:58 -04:00
rename to restart
This commit is contained in:
@@ -722,7 +722,7 @@ export class Pattern {
|
||||
return this._withContext((context) => ({ ...context, velocity: (context.velocity || 1) * velocity }));
|
||||
}
|
||||
|
||||
reset(pat) {
|
||||
restart(pat) {
|
||||
pat = reify(pat);
|
||||
return new Pattern((state) =>
|
||||
pat
|
||||
|
||||
Reference in New Issue
Block a user