==============================================================================
| 68 | |
| 69 | //============================================================================== |
| 70 | bool OdinAudioProcessor::hasEditor() const { |
| 71 | return true; |
| 72 | } |
| 73 | |
| 74 | AudioProcessorEditor *OdinAudioProcessor::createEditor() { |
| 75 |
nothing calls this directly
no outgoing calls
no test coverage detected