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

Method removeIdleCallback

src/CardinalCommon.cpp:188–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188void CardinalPluginContext::removeIdleCallback(IdleCallback* const cb) const
189{
190 #if !(defined(HEADLESS) || defined(CARDINAL_COMMON_DSP_ONLY))
191 if (ui != nullptr)
192 ui->removeIdleCallback(cb);
193 #else
194 // unused
195 (void)cb;
196 #endif
197}
198
199void CardinalPluginContext::writeMidiMessage(const rack::midi::Message& message, const uint8_t channel)
200{

Callers 3

widgetDestroyedMethod · 0.45
~IldaeilWidgetMethod · 0.45
widgetDestroyedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected