| 869 | } |
| 870 | |
| 871 | AudioProcessorEditor* DexedAudioProcessor::createEditor() { |
| 872 | AudioProcessorEditor* editor = new DexedAudioProcessorEditor (this); |
| 873 | return editor; |
| 874 | } |
| 875 | |
| 876 | void DexedAudioProcessor::setZoomFactor(float factor) { |
| 877 | zoomFactor = factor; |
nothing calls this directly
no outgoing calls
no test coverage detected