MCPcopy Create free account
hub / github.com/apohl79/audiogridder / createEditor

Method createEditor

Server/Source/ProcessorChain.hpp:67–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 bool acceptsMidi() const override { return false; }
66 bool producesMidi() const override { return false; }
67 AudioProcessorEditor* createEditor() override { return nullptr; }
68 bool hasEditor() const override { return false; }
69 int getNumPrograms() override { return 0; }
70 int getCurrentProgram() override { return 0; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected