mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-11 13:48:34 +00:00
FIXES: alias pm for polymeter
(return statement was missing)
This commit is contained in:
parent
952bd38e70
commit
fffd3c07ca
@ -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));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user