MCPcopy Create free account
hub / github.com/jerryuhoo/Fire / GraphPanel

Method GraphPanel

Source/Panels/ControlPanel/Graph Components/GraphPanel.cpp:14–28  ·  view source on GitHub ↗

==============================================================================

Source from the content-addressed store, hash-verified

12
13//==============================================================================
14GraphPanel::GraphPanel(FireAudioProcessor& p) : processor(p)
15{
16 // Visualiser
17 addAndMakeVisible(oscilloscope);
18
19 // VU Meters
20 addAndMakeVisible(vuPanel);
21
22 // Distortion Graph
23 addAndMakeVisible(distortionGraph);
24
25 // Width Graph
26 addAndMakeVisible(widthGraph);
27 setInterceptsMouseClicks(false, true);
28}
29
30GraphPanel::~GraphPanel()
31{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected