| 63 | } |
| 64 | |
| 65 | ArcSpectrogram::~ArcSpectrogram() { |
| 66 | mParameters.note.onGrainCreated = nullptr; |
| 67 | stopThread(BUFFER_PROCESS_TIMEOUT); |
| 68 | } |
| 69 | |
| 70 | void ArcSpectrogram::paint(juce::Graphics& g) { |
| 71 | // Set gradient |
nothing calls this directly
no outgoing calls
no test coverage detected