From 5bd95d48e4cf03fa175101762a6836a4c4ee8902 Mon Sep 17 00:00:00 2001 From: Vladimir Date: Wed, 9 Mar 2016 18:54:54 +0300 Subject: [PATCH] Update README.md --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index deb1866..f93970d 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ -Vibrato audio effect. -(Vibrato is a musical effect consisting of a regular, pulsating change of pitch. It is used to add expression to vocal and instrumental music) +Vibrato audio effect. +(Vibrato is a musical effect consisting of a regular, pulsating change of pitch. It is used to add expression to vocal and instrumental music) -Using: - -#include "BerVibrato/BerVibrato.h" -//... -BerVibrato vbr; -vbr.initialize(SampleRateHz); -//... -vbr.setDepth(depth); // depth (amount) from (0; 1] -vbr.setFrequency(freq); // Vibrato rate in Hz +Using: + +#include "BerVibrato/BerVibrato.h" //... -vbr.processOneSample(sample); \ No newline at end of file +BerVibrato vbr; +vbr.initialize(SampleRateHz); +//... +vbr.setDepth(depth); // depth (amount) from (0; 1] +vbr.setFrequency(freq); // Vibrato rate in Hz +//... +vbr.processOneSample(sample);