* _latency -> latency
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user