|
Oscilloscope 0.5.0
A simple oscilloscope VST
|
#include <ProControls.h>
Public Member Functions | |
| ProControls () | |
| ~ProControls () override | |
| void | paint (juce::Graphics &) override |
| void | resized () override |
Public Attributes | |
| juce::ToggleButton | triggerButton |
| juce::ToggleButton | autoTriggerButton |
| juce::ToggleButton | slopeButton |
| juce::Slider | triggerLevel |
| juce::Slider | refreshTime |
| std::unique_ptr< juce::AudioProcessorValueTreeState::SliderAttachment > | triggerLevelAttachment |
| std::unique_ptr< juce::AudioProcessorValueTreeState::SliderAttachment > | refreshTimeAttachment |
| std::unique_ptr< juce::AudioProcessorValueTreeState::ButtonAttachment > | triggerButtonAttachment |
| std::unique_ptr< juce::AudioProcessorValueTreeState::ButtonAttachment > | autoTriggerButtonAttachment |
| std::unique_ptr< juce::AudioProcessorValueTreeState::ButtonAttachment > | slopeButtonAttachment |
Definition at line 18 of file ProControls.h.
| ProControls::ProControls | ( | ) |
Construct a new Pro Controls object
Definition at line 15 of file ProControls.cpp.
|
override |
Destroy the Pro Controls object
Definition at line 45 of file ProControls.cpp.
|
override |
Definition at line 49 of file ProControls.cpp.
|
override |
Set size and top left position for each element
Definition at line 53 of file ProControls.cpp.
| juce::ToggleButton ProControls::autoTriggerButton |
Button to automatically trigger oscilloscope (automatically finds a suitable trigger level).
Definition at line 46 of file ProControls.h.
| std::unique_ptr<juce::AudioProcessorValueTreeState::ButtonAttachment> ProControls::autoTriggerButtonAttachment |
autoTriggerButton attachment.
Definition at line 88 of file ProControls.h.
| juce::Slider ProControls::refreshTime |
Slider determining the time amount needed to refresh the view
Definition at line 64 of file ProControls.h.
| std::unique_ptr<juce::AudioProcessorValueTreeState::SliderAttachment> ProControls::refreshTimeAttachment |
refreshTime attachment.
Definition at line 76 of file ProControls.h.
| juce::ToggleButton ProControls::slopeButton |
Button determining the slope from where to start plotting (crescent or decrescent)
Definition at line 52 of file ProControls.h.
| std::unique_ptr<juce::AudioProcessorValueTreeState::ButtonAttachment> ProControls::slopeButtonAttachment |
slopeButton attachment.
Definition at line 94 of file ProControls.h.
| juce::ToggleButton ProControls::triggerButton |
Button determining whether to show continuosly or statically data.
Definition at line 40 of file ProControls.h.
| std::unique_ptr<juce::AudioProcessorValueTreeState::ButtonAttachment> ProControls::triggerButtonAttachment |
triggerButton attachment.
Definition at line 82 of file ProControls.h.
| juce::Slider ProControls::triggerLevel |
Slider determining the level from where to start plotting.
Definition at line 58 of file ProControls.h.
| std::unique_ptr<juce::AudioProcessorValueTreeState::SliderAttachment> ProControls::triggerLevelAttachment |
triggerLevel attachment.
Definition at line 70 of file ProControls.h.