Mercurial > hg > beaglert
changeset 251:cbf70fe3711b
Typo
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Thu, 28 Apr 2016 19:40:41 +0100 |
parents | aec268b5d1b4 |
children | 381f352c44eb 173978a5ab6a |
files | projects/basic_FFT_phase_vocoder/render.cpp |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/projects/basic_FFT_phase_vocoder/render.cpp Thu Apr 28 19:30:12 2016 +0100 +++ b/projects/basic_FFT_phase_vocoder/render.cpp Thu Apr 28 19:40:41 2016 +0100 @@ -131,12 +131,12 @@ // Initialise auxiliary tasks if((gFFTTask = BeagleRT_createAuxiliaryTask(&process_fft_background, 90, "fft-calculation")) == 0) return false; - rt_printf("You are listening to an FFT phase-vocoder with overlap-and-add " + rt_printf("You are listening to an FFT phase-vocoder with overlap-and-add.\n" "Use Midi Control Change to control:\n" - "CC 2: effect type (bypass/robotization/whisperization)" - "CC 3: mix between recorded sample and live audio input" - "CC 4: mix between the unprocessed and processed sound" - "CC 5: gain" + "CC 2: effect type (bypass/robotization/whisperization)\n" + "CC 3: mix between recorded sample and live audio input\n" + "CC 4: mix between the unprocessed and processed sound\n" + "CC 5: gain\n" ); return true; }