From 210d542af54c96f0c63d58d826771eac02f9979d Mon Sep 17 00:00:00 2001 From: Weird Constructor Date: Fri, 6 Aug 2021 02:09:18 +0200 Subject: [PATCH] proper wrapping --- src/dsp/node_vosc.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/dsp/node_vosc.rs b/src/dsp/node_vosc.rs index d547225..1433c62 100644 --- a/src/dsp/node_vosc.rs +++ b/src/dsp/node_vosc.rs @@ -85,9 +85,9 @@ make it more harmonic you can apply oversampling. pub const HELP : &'static str = r#"VOsc - Vector Phase Shaping Oscillator -A vector phase shaping oscillator, to create interesting waveforms and ways to -manipulate them. It has two parameters ('v' and 'd') to shape the phase of the -sinusoid wave, and a third parameter 'vs' to add extra spice. +A vector phase shaping oscillator, to create interesting waveforms and +ways to manipulate them. It has two parameters ('v' and 'd') to shape the +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 make it more harmonic you can apply oversampling. "#;