proper wrapping

This commit is contained in:
Weird Constructor 2021-08-06 02:09:18 +02:00
parent 7e743eae07
commit 210d542af5

View file

@ -85,9 +85,9 @@ make it more harmonic you can apply oversampling.
pub const HELP : &'static str = pub const HELP : &'static str =
r#"VOsc - Vector Phase Shaping Oscillator r#"VOsc - Vector Phase Shaping Oscillator
A vector phase shaping oscillator, to create interesting waveforms and ways to A vector phase shaping oscillator, to create interesting waveforms and
manipulate them. It has two parameters ('v' and 'd') to shape the phase of the ways to manipulate them. It has two parameters ('v' and 'd') to shape the
sinusoid wave, and a third parameter 'vs' to add extra spice. phase of the sinusoid wave, and a third parameter 'vs' to add extra spice.
With distortion you can beef up the oscillator output even more and to With distortion you can beef up the oscillator output even more and to
make it more harmonic you can apply oversampling. make it more harmonic you can apply oversampling.
"#; "#;