MCPcopy Create free account
hub / github.com/audacity/audacity / defaultLabel

Function defaultLabel

src/effects/Distortion.cpp:40–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38#include "../widgets/valnum.h"
39
40TranslatableString defaultLabel(int index)
41{
42 static const TranslatableString names[] = {
43 XO("Upper Threshold"),
44 XO("Noise Floor"),
45 XO("Parameter 1"),
46 XO("Parameter 2"),
47 XO("Number of repeats"),
48 };
49
50 return names[ index ];
51}
52
53//
54// DistortionBase

Callers 2

PopulateOrExchangeMethod · 0.85
UpdateUIControlsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected