Skip to content

Commit

Permalink
devices/saturation/saturation.cc: add "blurb=" prefix and mark transl…
Browse files Browse the repository at this point in the history
…ations

Signed-off-by: Tim Janik <[email protected]>
  • Loading branch information
tim-janik committed Feb 8, 2024
1 parent 296dc35 commit 75d7abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devices/saturation/saturation.cc
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class Saturation : public AudioProcessor {
ChoiceS centries;
centries += { "Soft/tanh", "Soft Saturation using the tanh function" };
centries += { "Hard", "Hard clipping" };
pmap[MODE] = Param { "mode", "Mode", "Mode", 0, "", std::move (centries), "", "Saturation Function" };
pmap[MODE] = Param { "mode", "Mode", "Mode", 0, "", std::move (centries), "", { String ("blurb=") + _("Saturation Function"), } };
pmap[MIX] = Param { "mix", "Mix dry/wet", "Mix", 100, "%", { 0, 100 } };
pmap[DRIVE] = Param { "drive", "Drive", "Drive", 0, "dB", { -6, 36 } };

Expand Down

0 comments on commit 75d7abb

Please sign in to comment.