mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 21:58:37 +00:00
Update signal.mjs
Fixed pickr() description
This commit is contained in:
parent
23c55c9636
commit
03a73fb95e
@ -244,9 +244,7 @@ export const pickmodF = register('pickmodF', function (lookup, funcs, pat) {
|
||||
return pat.apply(pickmod(lookup, funcs));
|
||||
});
|
||||
|
||||
/**
|
||||
/** * Picks patterns (or plain values) either from a list (by index) or a lookup table (by name).
|
||||
* Similar to `pick`, but restart() is invoked everytime a new index is triggered.
|
||||
/** * Similar to `pick`, but restart() is invoked everytime a new index is triggered.
|
||||
* In case of stacked indexes, collect() function is used to avoid multiple restarting triggers
|
||||
* @param {Pattern} pat
|
||||
* @param {*} xs
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user