Skip to content

Commit

Permalink
Fixed documentation for stereo phasor (#86)
Browse files Browse the repository at this point in the history
* corrected documentation for stereo phasor

* fixed input type
  • Loading branch information
tomoyanonymous authored Jun 20, 2021
1 parent 44b4b6b commit 145461b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions phaflangers.lib
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 145461b

Please sign in to comment.