FIXES: alias pm for polymeter
(return statement was missing)
This commit is contained in:
parent
952bd38e70
commit
fffd3c07ca
1 changed files with 1 additions and 1 deletions
|
|
@ -1376,7 +1376,7 @@ export function polymeter(...args) {
|
||||||
|
|
||||||
// alias
|
// alias
|
||||||
export function pm(...args) {
|
export function pm(...args) {
|
||||||
polymeter(...args);
|
return polymeter(...args);
|
||||||
}
|
}
|
||||||
|
|
||||||
export const mask = curry((a, b) => reify(b).mask(a));
|
export const mask = curry((a, b) => reify(b).mask(a));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue