mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-25 12:38:35 +00:00
patternify zoom
This commit is contained in:
parent
ec3371c4ff
commit
0df67fa920
@ -1197,6 +1197,10 @@ Pattern.prototype.chunkBack = function (...args) {
|
|||||||
args = args.map(reify);
|
args = args.map(reify);
|
||||||
return patternify2(Pattern.prototype._chunkBack)(...args, this);
|
return patternify2(Pattern.prototype._chunkBack)(...args, this);
|
||||||
};
|
};
|
||||||
|
Pattern.prototype.zoom = function (...args) {
|
||||||
|
args = args.map(reify);
|
||||||
|
return patternify2(Pattern.prototype._zoom)(...args, this);
|
||||||
|
}
|
||||||
|
|
||||||
// call this after all Patter.prototype.define calls have been executed! (right before evaluate)
|
// call this after all Patter.prototype.define calls have been executed! (right before evaluate)
|
||||||
Pattern.prototype.bootstrap = function () {
|
Pattern.prototype.bootstrap = function () {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user