mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-24 03:58:53 +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
|
// 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…
x
Reference in New Issue
Block a user