add chorus
This commit is contained in:
parent
7e8206dcbc
commit
43504d16b6
2 changed files with 71 additions and 4 deletions
|
|
@ -285,6 +285,17 @@ export const { fmvelocity } = registerControl('fmvelocity');
|
|||
*/
|
||||
export const { bank } = registerControl('bank');
|
||||
|
||||
/**
|
||||
* mix control for the chorus effect
|
||||
*
|
||||
* @name chorus
|
||||
* @param {string | Pattern} chorus mix amount between 0 and 1
|
||||
* @example
|
||||
* note("d d a# a").s("sawtooth").chorus(.5)
|
||||
*
|
||||
*/
|
||||
export const { chorus } = registerControl('chorus');
|
||||
|
||||
// analyser node send amount 0 - 1 (used by scope)
|
||||
export const { analyze } = registerControl('analyze');
|
||||
// fftSize of analyser
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue