mirror of
https://codeberg.org/uzu/strudel
synced 2026-08-08 15:42:56 -04:00
Try without the special case for reset/restart
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user