use lerp
This commit is contained in:
parent
83145784d7
commit
fd946107df
3 changed files with 20 additions and 9 deletions
|
|
@ -890,7 +890,7 @@ export const { lock } = registerControl('lock');
|
|||
* @param {number | Pattern} amount
|
||||
* @synonyms det
|
||||
* @example
|
||||
* note("d f a a# a d3").fast(2).s("supersaw").detune("<.4 1 3 200>")
|
||||
* note("d f a a# a d3").fast(2).s("supersaw").detune("<.1 .2 .5 24.1>")
|
||||
*
|
||||
*/
|
||||
export const { detune, det } = registerControl('detune', 'det');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue