mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-11 13:48:34 +00:00
fix reset / restart default method
This commit is contained in:
parent
60027e664f
commit
23836e2345
@ -814,6 +814,9 @@ for (const [name, op] of Object.entries(composers)) {
|
||||
}
|
||||
}
|
||||
|
||||
Pattern.prototype.reset = Pattern.prototype.keepReset;
|
||||
Pattern.prototype.restart = Pattern.prototype.keepRestart;
|
||||
|
||||
// methods of Pattern that get callable factories
|
||||
Pattern.prototype.patternified = [
|
||||
'apply',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user