mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 14:26:58 -04:00
fix: tests
This commit is contained in:
@@ -1335,6 +1335,11 @@ Pattern.prototype.patternified = [
|
||||
'slow',
|
||||
'velocity',
|
||||
];
|
||||
|
||||
// aliases
|
||||
export const polyrhythm = stack;
|
||||
export const pr = stack;
|
||||
|
||||
// methods that create patterns, which are added to patternified Pattern methods
|
||||
Pattern.prototype.factories = {
|
||||
pure,
|
||||
@@ -1404,10 +1409,6 @@ export function stack(...pats) {
|
||||
return new Pattern(query);
|
||||
}
|
||||
|
||||
// aliases
|
||||
const polyrhythm = stack;
|
||||
const pr = stack;
|
||||
|
||||
/** Concatenation: combines a list of patterns, switching between them successively, one per cycle:
|
||||
*
|
||||
* synonyms: {@link cat}
|
||||
|
||||
Reference in New Issue
Block a user