MCPcopy Create free account
hub / github.com/DISTRHO/Cardinal / onNanoDisplay

Method onNanoDisplay

src/CardinalRemote/RemoteUI.cpp:90–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90void CardinalRemoteUI::onNanoDisplay()
91{
92 CardinalPluginContext* const context = static_cast<CardinalPluginContext*>(rack::contextGet());
93 const ScopedContext sc(context);
94 context->window->step();
95}
96
97void CardinalRemoteUI::idleCallback()
98{

Callers

nothing calls this directly

Calls 2

contextGetFunction · 0.50
stepMethod · 0.45

Tested by

no test coverage detected