Oscilloscope 0.5.0
A simple oscilloscope VST
Loading...
Searching...
No Matches
Public Member Functions | List of all members
UntriggeredOscilloscope Class Reference

#include <UntriggeredOscilloscope.h>

Inheritance diagram for UntriggeredOscilloscope:
OscilloscopeComponent

Public Member Functions

 UntriggeredOscilloscope (OscilloscopeAudioProcessor &aProcessor, int sampleRate)
 
- Public Member Functions inherited from OscilloscopeComponent
 OscilloscopeComponent (OscilloscopeAudioProcessor &aProcessor, int sampleRate, int framesPerSecond)
 
 ~OscilloscopeComponent ()
 
void setFramesPerSecond (int framesPerSecond)
 
void drawGrid (juce::Graphics &g, float w, float h)
 
void paint (juce::Graphics &g) override
 
void resized () override
 

Additional Inherited Members

- Protected Attributes inherited from OscilloscopeComponent
int sampleRate
 
std::vector< float > sampleData
 
OscilloscopeAudioProcessoraudioProcessor
 

Detailed Description

Untriggered oscilloscope. Displays data continuously updating with no control over trigger point and phase.

Definition at line 20 of file UntriggeredOscilloscope.h.

Constructor & Destructor Documentation

◆ UntriggeredOscilloscope()

UntriggeredOscilloscope::UntriggeredOscilloscope ( OscilloscopeAudioProcessor aProcessor,
int  sampleRate 
)

Construct a new Untriggered Oscilloscope object

Parameters
aProcessorAudioProcessor
sampleRateHost sample rate

Definition at line 13 of file UntriggeredOscilloscope.cpp.


The documentation for this class was generated from the following files: