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

Method hideEditor

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

Source from the content-addressed store, hash-verified

503}
504
505void ProcessorClient::hideEditor() {
506 traceScope();
507
508 std::lock_guard<std::mutex> lock(m_cmdMtx);
509
510 Message<HidePlugin> msg(this);
511 msg.send(m_sockCmdOut.get());
512
513 m_lastScreenBounds = {};
514}
515
516bool ProcessorClient::supportsDoublePrecisionProcessing() { return m_supportsDoublePrecision; }
517

Callers

nothing calls this directly

Calls 2

sendMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected