mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-23 03:28:33 +00:00
fix: tests
This commit is contained in:
parent
c786d77b07
commit
a14c7233d4
@ -1335,6 +1335,11 @@ Pattern.prototype.patternified = [
|
|||||||
'slow',
|
'slow',
|
||||||
'velocity',
|
'velocity',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
// aliases
|
||||||
|
export const polyrhythm = stack;
|
||||||
|
export const pr = stack;
|
||||||
|
|
||||||
// methods that create patterns, which are added to patternified Pattern methods
|
// methods that create patterns, which are added to patternified Pattern methods
|
||||||
Pattern.prototype.factories = {
|
Pattern.prototype.factories = {
|
||||||
pure,
|
pure,
|
||||||
@ -1404,10 +1409,6 @@ export function stack(...pats) {
|
|||||||
return new Pattern(query);
|
return new Pattern(query);
|
||||||
}
|
}
|
||||||
|
|
||||||
// aliases
|
|
||||||
const polyrhythm = stack;
|
|
||||||
const pr = stack;
|
|
||||||
|
|
||||||
/** Concatenation: combines a list of patterns, switching between them successively, one per cycle:
|
/** Concatenation: combines a list of patterns, switching between them successively, one per cycle:
|
||||||
*
|
*
|
||||||
* synonyms: {@link cat}
|
* synonyms: {@link cat}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user