mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 06:19:33 -04:00
FIXES: alias pm for polymeter
(return statement was missing)
This commit is contained in:
@@ -1376,7 +1376,7 @@ export function polymeter(...args) {
|
||||
|
||||
// alias
|
||||
export function pm(...args) {
|
||||
polymeter(...args);
|
||||
return polymeter(...args);
|
||||
}
|
||||
|
||||
export const mask = curry((a, b) => reify(b).mask(a));
|
||||
|
||||
Reference in New Issue
Block a user