add chorus

This commit is contained in:
Jade (Rose) Rowland 2025-06-10 16:03:42 +02:00
parent 7e8206dcbc
commit 43504d16b6
2 changed files with 71 additions and 4 deletions

View file

@ -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