Add tags for some of the new functions
This commit is contained in:
parent
99cf256ee2
commit
6e36bdfff7
5 changed files with 47 additions and 1 deletions
|
|
@ -40,6 +40,7 @@ export let maxPolyphony = DEFAULT_MAX_POLYPHONY;
|
|||
* start to die out in first-in-first-out order once the max polyphony has been hit
|
||||
*
|
||||
* @name setMaxPolyphony
|
||||
* @tags fx, superdough
|
||||
* @param {number} Max polyphony. Defaults to 128
|
||||
* @example
|
||||
* setMaxPolyphony(4)
|
||||
|
|
@ -73,6 +74,7 @@ export function applyGainCurve(val) {
|
|||
* quadratic, exponential, etc. rather than linear
|
||||
*
|
||||
* @name setGainCurve
|
||||
* @tags fx, superdough
|
||||
* @param {Function} function to apply to all gain values
|
||||
* @example
|
||||
* setGainCurve((x) => x * x) // quadratic gain
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue