| 18 | #include "PluginProcessor.h" |
| 19 | |
| 20 | const String OdinAudioProcessor::getName() const { |
| 21 | return JucePlugin_Name; |
| 22 | } |
| 23 | |
| 24 | double OdinAudioProcessor::getTailLengthSeconds() const { |
| 25 | return 0.0; |
nothing calls this directly
no outgoing calls
no test coverage detected