fixed formatting
This commit is contained in:
parent
ebc0b293a9
commit
da45ce689c
1 changed files with 5 additions and 1 deletions
|
|
@ -465,7 +465,11 @@ export const { channels, ch } = registerControl('channels', 'ch');
|
||||||
* .phaser("<1 2 4 8>")
|
* .phaser("<1 2 4 8>")
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
export const { phaserrate, ph, phaser } = registerControl(['phaserrate', 'phaserdepth', 'phasercenter', 'phasersweep'], 'ph', 'phaser');
|
export const { phaserrate, ph, phaser } = registerControl(
|
||||||
|
['phaserrate', 'phaserdepth', 'phasercenter', 'phasersweep'],
|
||||||
|
'ph',
|
||||||
|
'phaser',
|
||||||
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The frequency sweep range of the lfo for the phaser effect. Defaults to 2000
|
* The frequency sweep range of the lfo for the phaser effect. Defaults to 2000
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue