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

Method hasEditor

Server/Source/ProcessorClient.cpp:490–490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

488const String ProcessorClient::getName() { return m_name; }
489
490bool ProcessorClient::hasEditor() { return m_hasEditor; }
491
492void ProcessorClient::showEditor(int channel, int x, int y) {
493 traceScope();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected