fixed formatting

This commit is contained in:
Jade (Rose) Rowland 2024-09-04 23:36:20 -04:00
parent ebc0b293a9
commit da45ce689c

View file

@ -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