* _latency -> latency

This commit is contained in:
Chris Cannam
2008-01-28 17:24:55 +00:00
parent 85d4ce4c33
commit 458cbf343d

View File

@@ -24,7 +24,7 @@ using namespace RubberBand;
const char *const const char *const
RubberBandPitchShifter::portNamesMono[PortCountMono] = RubberBandPitchShifter::portNamesMono[PortCountMono] =
{ {
"_latency", "latency",
"Cents", "Cents",
"Semitones", "Semitones",
"Octaves", "Octaves",
@@ -36,7 +36,7 @@ RubberBandPitchShifter::portNamesMono[PortCountMono] =
const char *const const char *const
RubberBandPitchShifter::portNamesStereo[PortCountStereo] = RubberBandPitchShifter::portNamesStereo[PortCountStereo] =
{ {
"_latency", "latency",
"Cents", "Cents",
"Semitones", "Semitones",
"Octaves", "Octaves",