Skip to content

Commit

Permalink
add clarifying comments to pink_noise based on support email
Browse files Browse the repository at this point in the history
  • Loading branch information
Julius Smith committed Jun 16, 2021
1 parent 3be99fc commit 5595b05
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion noises.lib
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,9 @@ Michon and/or Julius O. Smith III, and are released under the
************************************************************************/

//---------------------------`(no.)pink_noise`--------------------------
// Pink noise (1/f noise) generator (third-order approximation)
// Pink noise (1/f noise) generator (third-order approximation).
// Use fi.spectral_tilt(order,lowerBandLimit,Bandwidth,-0.5)
// to customize the design and adapt to any sampling rate, etc.
// `pink_noise` is a standard Faust function.
//
// #### Usage
Expand Down

0 comments on commit 5595b05

Please sign in to comment.