Shortened too long descriptions.

This commit is contained in:
Weird Constructor 2021-07-24 20:30:23 +02:00
parent c6da61e38b
commit 4f4f3aed25
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ impl AllP {
"AllP sig\nThe output of allpass filter.\nRange: (-1..1)";
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
or anything you might find it useful for.

View file

@ -51,7 +51,7 @@ impl Noise {
"Noise sig\nThe noise output.\nRange: (-1..1)";
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.
And as a source for sample & hold like nodes to generate low frequency modulation.