|
Oscilloscope 0.5.0
A simple oscilloscope VST
|
#include <ControlSection.h>
Public Member Functions | |
| ControlSection () | |
| ~ControlSection () override | |
| void | setAttachment (juce::String attachmentName, juce::AudioProcessorValueTreeState &processorTreeState) |
| void | setMultipleAttachments (std::vector< juce::String > attachmentNames, juce::AudioProcessorValueTreeState &processorTreeState) |
| void | resetNumHorizontalSections () |
| void | resetButtonText () |
| void | paint (juce::Graphics &) override |
| void | resized () override |
Class handling the GUI controls.
Definition at line 23 of file ControlSection.h.
| ControlSection::ControlSection | ( | ) |
Construct a new Control Section object
Definition at line 16 of file ControlSection.cpp.
|
override |
Destroy the Control Section object
Definition at line 36 of file ControlSection.cpp.
|
override |
Definition at line 145 of file ControlSection.cpp.
| void ControlSection::resetButtonText | ( | ) |
Reset toggleOscilloscope text
Definition at line 132 of file ControlSection.cpp.
| void ControlSection::resetNumHorizontalSections | ( | ) |
Resets
| numHorizontalSections | in order to reflect the number of horizontal control sections to display (i.e. 1 if not professional view wor 2 if professional view) |
Definition at line 119 of file ControlSection.cpp.
|
override |
Definition at line 156 of file ControlSection.cpp.
| void ControlSection::setAttachment | ( | juce::String | attachmentName, |
| juce::AudioProcessorValueTreeState & | processorTreeState | ||
| ) |
Set attachment between control and treestate.
| attachmentName | Attachment name, |
| processorTreeState | Audio processor's Treestate. |
Definition at line 40 of file ControlSection.cpp.
| void ControlSection::setMultipleAttachments | ( | std::vector< juce::String > | attachmentNames, |
| juce::AudioProcessorValueTreeState & | processorTreeState | ||
| ) |
Set multiple attachments.
| attachmentNames | Vector of attachment names. |
| processorTreeState | Audio processor's Treestate. |
Definition at line 110 of file ControlSection.cpp.