![]() |
fsh::stk
fantastic spatial holophonic synthesis toolkit
|
Custom Switch component that displays a toggle switch. More...
#include <Switch.h>
Classes | |
struct | Params |
Parameters for the Switch component. More... | |
Public Member Functions | |
Switch (const Params &) | |
Constructor. | |
void | attach (plugin::StateManager &, juce::ParameterID) |
Attach this Switch to a parameter. | |
Custom Switch component that displays a toggle switch.
Use this switch as a template parameter for the Labeled class to add a label to the switch.
The Switch can be attached to a parameter of a PluginStateBase object.