From 5595b05767b239b693b3b0667f3cb729fee41987 Mon Sep 17 00:00:00 2001 From: Julius Smith Date: Wed, 16 Jun 2021 03:45:11 -0700 Subject: [PATCH] add clarifying comments to pink_noise based on support email --- noises.lib | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/noises.lib b/noises.lib index bc2cbfdf..750b7c82 100644 --- a/noises.lib +++ b/noises.lib @@ -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