This class offers a bidirectional connection between Data and its UI representation. More...
Classes | |
class | Base |
The base class for the connection implementation of each UI widget. More... | |
class | Button |
A connection between a Processor's parameter and a juce::Button. More... | |
class | ComboBox |
A connection between a Processor's data (anything) and a juce::ComboBox. More... | |
class | Slider |
A connection between a Processor's parameter and a juce::Slider. More... | |
This class offers a bidirectional connection between Data and its UI representation.
In order to use it, just add one of these as Member variable in your interface class:
If you just want a more generic, but unidirectional connection (Processor->UI) take a look at the Reference class.