Typo
This commit is contained in:
parent
e3741ae8fa
commit
bd8d207a3d
1 changed files with 3 additions and 3 deletions
|
|
@ -114,7 +114,7 @@ export const { wtWarp, wavetableWarp } = registerControl('wtWarp', 'wavetableWar
|
||||||
* spin, chaos, primes, binary, brownian, reciprocal, wormhole, logistic, sigmoid, fractal, flip
|
* spin, chaos, primes, binary, brownian, reciprocal, wormhole, logistic, sigmoid, fractal, flip
|
||||||
*
|
*
|
||||||
* @name wtWarpMode
|
* @name wtWarpMode
|
||||||
* @param {number | Pattern} mode Warp mode: an integer
|
* @param {number | Pattern} mode Warp mode
|
||||||
* @synonyms wavetableWarpMode
|
* @synonyms wavetableWarpMode
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
@ -124,8 +124,8 @@ export const { wtWarpMode, wavetableWarpMode } = registerControl('wtWarpMode', '
|
||||||
* Amount of randomness of the initial phase of the wavetable oscillator.
|
* Amount of randomness of the initial phase of the wavetable oscillator.
|
||||||
*
|
*
|
||||||
* @name wtPhaseRand
|
* @name wtPhaseRand
|
||||||
* @param {number | Pattern} mode Warp mode: an integer
|
* @param {number | Pattern} amount Randomness of the initial phase. Between 0 (not random) and 1 (fully random)
|
||||||
* @synonyms wavetableWarpMode
|
* @synonyms wavetablePhaseRand
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
export const { wtPhaseRand, wavetablePhaseRand } = registerControl('wtPhaseRand', 'wavetablePhaseRand');
|
export const { wtPhaseRand, wavetablePhaseRand } = registerControl('wtPhaseRand', 'wavetablePhaseRand');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue