MCPcopy Create free account
hub / github.com/asb2m10/dexed / createEditor

Method createEditor

Source/PluginProcessor.cpp:871–874  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

869}
870
871AudioProcessorEditor* DexedAudioProcessor::createEditor() {
872 AudioProcessorEditor* editor = new DexedAudioProcessorEditor (this);
873 return editor;
874}
875
876void DexedAudioProcessor::setZoomFactor(float factor) {
877 zoomFactor = factor;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected