==============================================================================
| 13 | |
| 14 | //============================================================================== |
| 15 | WidthGraph::WidthGraph(FireAudioProcessor& p) : processor(p) |
| 16 | { |
| 17 | startTimerHz(60); |
| 18 | } |
| 19 | |
| 20 | WidthGraph::~WidthGraph() |
| 21 | { |
nothing calls this directly
no outgoing calls
no test coverage detected