From 145461b8673a7a1d0bf6efd6672e19dbc1ea9810 Mon Sep 17 00:00:00 2001 From: Tomoya Matsuura Date: Mon, 21 Jun 2021 02:54:51 +0900 Subject: [PATCH] Fixed documentation for stereo phasor (#86) * corrected documentation for stereo phasor * fixed input type --- phaflangers.lib | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/phaflangers.lib b/phaflangers.lib index 841a40b6..e16222c0 100644 --- a/phaflangers.lib +++ b/phaflangers.lib @@ -151,13 +151,12 @@ with { // depth=0 => direct-signal only // #### Phaser // // ``` -// _ : phaser2_stereo(Notches,phase,width,frqmin,fratio,frqmax,speed,depth,fb,invert) : _ +// _,_ : phaser2_stereo(Notches,width,frqmin,fratio,frqmax,speed,depth,fb,invert) : _,_ // ``` // // Where: // // * `Notches`: number of spectral notches (MACRO ARGUMENT - not a signal) -// * `phase`: phase of the oscillator (0-1) // * `width`: approximate width of spectral notches in Hz // * `frqmin`: approximate minimum frequency of first spectral notch in Hz // * `fratio`: ratio of adjacent notch frequencies