mirror of
https://codeberg.org/uzu/strudel
synced 2026-09-04 14:51:26 -04:00
fix reset / restart default method
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user