Shortened too long descriptions.
This commit is contained in:
parent
c6da61e38b
commit
4f4f3aed25
2 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ impl AllP {
|
||||||
"AllP sig\nThe output of allpass filter.\nRange: (-1..1)";
|
"AllP sig\nThe output of allpass filter.\nRange: (-1..1)";
|
||||||
|
|
||||||
pub const DESC : &'static str =
|
pub const DESC : &'static str =
|
||||||
r#"Simple Single Allpass Filter
|
r#"Single Allpass Filter
|
||||||
|
|
||||||
This is an allpass filter that can be used to build reverbs
|
This is an allpass filter that can be used to build reverbs
|
||||||
or anything you might find it useful for.
|
or anything you might find it useful for.
|
||||||
|
|
|
@ -51,7 +51,7 @@ impl Noise {
|
||||||
"Noise sig\nThe noise output.\nRange: (-1..1)";
|
"Noise sig\nThe noise output.\nRange: (-1..1)";
|
||||||
|
|
||||||
pub const DESC : &'static str =
|
pub const DESC : &'static str =
|
||||||
r#"A Simple Noise Oscillator
|
r#"Noise Oscillator
|
||||||
|
|
||||||
This is a very simple noise oscillator, which can be used for any kind of audio rate noise.
|
This is a very simple noise oscillator, which can be used for any kind of audio rate noise.
|
||||||
And as a source for sample & hold like nodes to generate low frequency modulation.
|
And as a source for sample & hold like nodes to generate low frequency modulation.
|
||||||
|
|
Loading…
Reference in a new issue