|
Gin
|
Draws an XY Scope with history-based fading. More...
#include <gin_xyscope.h>
Inherits juce::Component, and juce::Timer.
Public Types | |
| enum | ColourIds { lineColourId = 0x1291e10 , backgroundColourId = 0x1291e11 , traceColourId = 0x1291e12 } |
Public Member Functions | |
| XYScope (AudioFifo &) | |
| Creates a XY scope. | |
| ~XYScope () override | |
| Destructor. | |
| void | setZoomFactor (float newZoomFactor) |
| Sets the zoom factor of the display. | |
| void | setHistorySize (int numFrames) |
| Sets the number of history frames to display with fading. | |
| void | setBlockSize (int size) |
| Sets the number of points per frame. | |
| void | paint (juce::Graphics &g) override |
| void | timerCallback () override |
Draws an XY Scope with history-based fading.
| XYScope::XYScope | ( | AudioFifo & | ) |
Creates a XY scope.
Pass a fifo to read from
|
override |
Destructor.
Sets the number of history frames to display with fading.
|
override |
|
override |