A connection between a Processor's parameter and a juce::Button. More...
Additional Inherited Members | |
![]() | |
ControlledObject (MainController *m) | |
Creates a new ControlledObject. More... | |
const MainController * | getMainController () const noexcept |
Provides read-only access to the main controller. More... | |
MainController * | getMainController () noexcept |
Provides write access to the main controller. More... | |
![]() | |
juce::Button & | getComponent () |
Returns a reference to the component. More... | |
void | parameterChangedFromUI (bool newValue) |
Call this method from your subclass's listener callback. More... | |
A connection between a Processor's parameter and a juce::Button.
It assumes toggling mode (as it's the case with 99% of all HISE parameters connected to buttons)