A specialized slider with extended functionality for modulation, parameter control,...
Definition synth_slider.h:314
A specialized SynthSlider that displays a popup menu of text options.
Definition text_selector.h:14
void mouseDown(const MouseEvent &e) override
Definition text_selector.cpp:17
bool shouldShowPopup() override
Definition text_selector.h:30
void setLongStringLookup(const std::string *lookup)
Definition text_selector.h:34
const std::string * long_lookup_
Optional alternate lookup table for longer strings.
Definition text_selector.h:37
TextSelector(String name)
Constructs a TextSelector with the given name.
Definition text_selector.cpp:12
void mouseUp(const MouseEvent &e) override
Definition text_selector.cpp:34