| 333 | } |
| 334 | |
| 335 | juce::AudioProcessorEditor* PluginProcessor::createEditor() { |
| 336 | return new PluginEditor(*this); |
| 337 | // return new juce::GenericAudioProcessorEditor(*this); |
| 338 | } |
| 339 | |
| 340 | void PluginProcessor::getStateInformation(juce::MemoryBlock& dest_data) { |
| 341 | auto temp_tree = juce::ValueTree("ZLCompressorParaState"); |
nothing calls this directly
no outgoing calls
no test coverage detected