Home
last modified time | relevance | path

Searched refs:dvalplus (Results 1 – 3 of 3) sorted by relevance

/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/common/gui/
H A DCParameterTooltip.h131 dc->drawString(iwstrings.dvalplus.c_str(), tmid, VSTGUI::kRightText, true); in draw()
142 dc->drawString(iwstrings.dvalplus.c_str(), tmid, VSTGUI::kRightText, true); in draw()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/common/
H A DParameter.cpp2075 iw->dvalplus = itxt; in get_display_of_modulation_depth()
2093 iw->dvalplus = itxt; in get_display_of_modulation_depth()
2127 iw->dvalplus = ltxt; in get_display_of_modulation_depth()
2130 iw->valplus = iw->dvalplus; in get_display_of_modulation_depth()
2200 iw->dvalplus = itxt; in get_display_of_modulation_depth()
2213 iw->dvalplus = displayInfo.maxLabel; in get_display_of_modulation_depth()
2233 iw->dvalplus = itxt; in get_display_of_modulation_depth()
2291 iw->dvalplus = dtxt; in get_display_of_modulation_depth()
2350 put(iw->dvalplus, frequp - freq); in get_display_of_modulation_depth()
2444 iw->dvalplus = dtxt; in get_display_of_modulation_depth()
[all …]
H A DParameter.h309 std::string dvalplus; member