From d43e6b14c98397767c0015e6426c01004387ee14 Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Sat, 5 Jul 2008 09:11:22 +0000 Subject: [PATCH] ... --- src/ladspa/RubberBandPitchShifter.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ladspa/RubberBandPitchShifter.cpp b/src/ladspa/RubberBandPitchShifter.cpp index cb7c370..8b0707d 100644 --- a/src/ladspa/RubberBandPitchShifter.cpp +++ b/src/ladspa/RubberBandPitchShifter.cpp @@ -30,7 +30,7 @@ RubberBandPitchShifter::portNamesMono[PortCountMono] = "Octaves", "Crispness", "Formant Preserving", - "Fast", + "Faster", "Input", "Output" }; @@ -44,7 +44,7 @@ RubberBandPitchShifter::portNamesStereo[PortCountStereo] = "Octaves", "Crispness", "Formant Preserving", - "Fast", + "Faster", "Input L", "Output L", "Input R",