mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-11 13:48:34 +00:00
Try without the special case for reset/restart
This commit is contained in:
parent
7af3c33814
commit
f7dedd6244
@ -880,8 +880,8 @@ for (const [what, op] of Object.entries(composers)) {
|
||||
}
|
||||
}
|
||||
|
||||
Pattern.prototype.reset = Pattern.prototype.keepReset;
|
||||
Pattern.prototype.restart = Pattern.prototype.keepRestart;
|
||||
// Pattern.prototype.reset = Pattern.prototype.keepReset;
|
||||
// Pattern.prototype.restart = Pattern.prototype.keepRestart;
|
||||
|
||||
// methods of Pattern that get callable factories
|
||||
Pattern.prototype.patternified = [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user