==============================================================================
| 307 | |
| 308 | //============================================================================== |
| 309 | bool GranularSynth::hasEditor() const { |
| 310 | return true; // (change this to false if you choose to not supply an editor) |
| 311 | } |
| 312 | |
| 313 | juce::AudioProcessorEditor* GranularSynth::createEditor() { |
| 314 | juce::AudioProcessorEditor* editor = new GRainbowAudioProcessorEditor(*this); |
nothing calls this directly
no outgoing calls
no test coverage detected