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",