From 458cbf343dfc15392151cfd931a28ac1a3861980 Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Mon, 28 Jan 2008 17:24:55 +0000 Subject: [PATCH] * _latency -> latency --- 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 c0b2813..ca439a4 100644 --- a/src/ladspa/RubberBandPitchShifter.cpp +++ b/src/ladspa/RubberBandPitchShifter.cpp @@ -24,7 +24,7 @@ using namespace RubberBand; const char *const RubberBandPitchShifter::portNamesMono[PortCountMono] = { - "_latency", + "latency", "Cents", "Semitones", "Octaves", @@ -36,7 +36,7 @@ RubberBandPitchShifter::portNamesMono[PortCountMono] = const char *const RubberBandPitchShifter::portNamesStereo[PortCountStereo] = { - "_latency", + "latency", "Cents", "Semitones", "Octaves",