mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-25 20:48:27 +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));
|
return pat.apply(pickmod(lookup, funcs));
|
||||||
});
|
});
|
||||||
|
|
||||||
/**
|
/** * Similar to `pick`, but restart() is invoked everytime a new index is triggered.
|
||||||
/** * 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.
|
|
||||||
* In case of stacked indexes, collect() function is used to avoid multiple restarting triggers
|
* In case of stacked indexes, collect() function is used to avoid multiple restarting triggers
|
||||||
* @param {Pattern} pat
|
* @param {Pattern} pat
|
||||||
* @param {*} xs
|
* @param {*} xs
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user