Classes | |
class | AudioProcessorValueTreeStateParameterAttributes |
Advanced properties of an AudioProcessorValueTreeState::Parameter. More... | |
class | AudioProcessorValueTreeState |
This class contains a ValueTree that is used to manage an AudioProcessor's entire state. More... | |
class | AudioProcessorValueTreeState::ParameterLayout |
A class to contain a set of RangedAudioParameters and AudioProcessorParameterGroups containing RangedAudioParameters. More... | |
struct | AudioProcessorValueTreeState::Listener |
A listener class that can be attached to an AudioProcessorValueTreeState. More... | |
class | AudioProcessorValueTreeState::Parameter |
A parameter class that maintains backwards compatibility with deprecated AudioProcessorValueTreeState functionality. More... | |
class | AudioProcessorValueTreeState::SliderAttachment |
An object of this class maintains a connection between a Slider and a parameter in an AudioProcessorValueTreeState. More... | |
class | AudioProcessorValueTreeState::ComboBoxAttachment |
An object of this class maintains a connection between a ComboBox and a parameter in an AudioProcessorValueTreeState. More... | |
class | AudioProcessorValueTreeState::ButtonAttachment |
An object of this class maintains a connection between a Button and a parameter in an AudioProcessorValueTreeState. More... | |
struct | NSViewComponentWithParent |
class | ParameterAttachment |
Used to implement 'attachments' or 'controllers' that link a plug-in parameter to a UI element. More... | |
class | SliderParameterAttachment |
An object of this class maintains a connection between a Slider and a plug-in parameter. More... | |
class | ComboBoxParameterAttachment |
An object of this class maintains a connection between a ComboBox and a plug-in parameter. More... | |
class | ButtonParameterAttachment |
An object of this class maintains a connection between a Button and a plug-in parameter. More... | |
class | WebSliderParameterAttachment |
An object of this class maintains a connection between a WebSliderRelay and a plug-in parameter. More... | |
class | WebToggleButtonParameterAttachment |
An object of this class maintains a connection between a WebToggleButtonRelay and a plug-in parameter. More... | |
class | WebComboBoxParameterAttachment |
An object of this class maintains a connection between a WebComboBoxRelay and a plug-in parameter. More... | |
class | PluginHostType |
A useful utility class to determine the host or DAW in which your plugin is loaded. More... |