26 Volume(l10n::String name, l10n::String title_format_str, int32_t newP)
27 : PatchedParam(name, newP), FormattedTitle(title_format_str) {}
29 [[nodiscard]] std::string_view
getTitle()
const override {
return FormattedTitle::title(); }
32 Sound* sound =
static_cast<Sound*
>(modControllable);
33 return (sound->getSynthMode() != SynthMode::RINGMOD);