add another synonym
This commit is contained in:
parent
5197af1aa4
commit
c77675c492
1 changed files with 3 additions and 3 deletions
|
|
@ -2383,7 +2383,7 @@ export const jux = register('jux', function (func, pat) {
|
||||||
/**
|
/**
|
||||||
* Like jux, but flips the ears each cycle.
|
* Like jux, but flips the ears each cycle.
|
||||||
* @name juxFlip
|
* @name juxFlip
|
||||||
* @synonyms flux
|
* @synonyms juxflip, flux
|
||||||
* @example
|
* @example
|
||||||
* s("bd lt [~ ht] mt cp ~ bd hh").juxFlip(rev)
|
* s("bd lt [~ ht] mt cp ~ bd hh").juxFlip(rev)
|
||||||
* @example
|
* @example
|
||||||
|
|
@ -2391,8 +2391,8 @@ export const jux = register('jux', function (func, pat) {
|
||||||
* @example
|
* @example
|
||||||
* s("bd lt [~ ht] mt cp ~ bd hh").juxFlip(iter(4))
|
* s("bd lt [~ ht] mt cp ~ bd hh").juxFlip(iter(4))
|
||||||
*/
|
*/
|
||||||
export const { juxFlip, flux } = register(['juxFlip', 'flux'], function (func, pat) {
|
export const { juxFlip, flux } = register(['juxFlip', 'juxflip', 'flux'], function (func, pat) {
|
||||||
return pat._jux(1, func, pat);
|
return pat._juxFlipBy(1, func, pat);
|
||||||
});
|
});
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue