26 Volume(l10n::String title_format_str, int32_t newP, uint8_t source_id)
27 : PatchedParam(title_format_str, newP, source_id), FormattedTitle(title_format_str, source_id + 1) {}
29 [[nodiscard]] std::string_view
getName()
const override {
return FormattedTitle::title(); }
30 [[nodiscard]] std::string_view
getTitle()
const override {
return FormattedTitle::title(); }
33 Sound* sound =
static_cast<Sound*
>(modControllable);
34 return (sound->getSynthMode() != SynthMode::RINGMOD);
37 NumberStyle getNumberStyle()
const override {
return LEVEL; }
39 void getColumnLabel(
StringBuf& label)
override {