This commit is contained in:
Jade (Rose) Rowland 2024-05-03 14:56:16 -04:00
parent 47b65846e9
commit 496d60dc1c
7 changed files with 98 additions and 9 deletions

View file

@ -430,6 +430,17 @@ export const { crush } = registerControl('crush');
*/
export const { coarse } = registerControl('coarse');
/**
* modulate the output gain of a sound with a continuous wave
*
* @name gainmod
* @param {number | Pattern} factor 1 for original 2 for half, 3 for a third and so on.
* @example
* s("triangle").gainmod("2:1:0")
*
*/
export const { gainmod } = registerControl('gainmod');
/**
* Allows you to set the output channels on the interface
*