Update docstring to include new warp modes; save sample server for a separate PR
This commit is contained in:
parent
d1869c18ba
commit
fe46e1da53
2 changed files with 15 additions and 34 deletions
|
|
@ -110,14 +110,8 @@ export const { wtWarp, wavetableWarp } = registerControl('wtWarp', 'wavetableWar
|
|||
/**
|
||||
* Amount of warp (alteration of the waveform) to apply to the wavetable oscillator.
|
||||
*
|
||||
* The current options are:
|
||||
* 0 = asym
|
||||
* 1 = mirror
|
||||
* 2 = bend+
|
||||
* 3 = bend-
|
||||
* 4 = bend+/-
|
||||
* 5 = sync
|
||||
* 6 = quantize
|
||||
* The current options are: none, asym, bendp, bendm, bendmp, sync, quant, fold, pwm, orbit,
|
||||
* spin, chaos, primes, binary, brownian, reciprocal, wormhole, logistic, sigmoid, fractal, flip
|
||||
*
|
||||
* @name wtWarpMode
|
||||
* @param {number | Pattern} mode Warp mode: an integer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue