fixed example test failure
This commit is contained in:
parent
d3edc62fc7
commit
912a661c04
2 changed files with 26 additions and 1 deletions
|
|
@ -173,7 +173,7 @@ export const __chooseWith = (pat, xs) => {
|
|||
* @param {*} xs
|
||||
* @returns {Pattern}
|
||||
* @example
|
||||
* note("c g g d f").s(chooseWith(slider(0, 0, 1), ["sawtooth", "triangle", "bd hh sd hh"]))
|
||||
* note("c2 g2!2 d2 f1").s(chooseWith(sine.fast(2), ["sawtooth", "triangle", "bd:6"]))
|
||||
*/
|
||||
export const chooseWith = (pat, xs) => {
|
||||
return __chooseWith(pat, xs).outerJoin();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue