MCPcopy Create free account
hub / github.com/DISTRHO/DPF / idle

Method idle

distrho/src/DistrhoUIDSSI.cpp:54–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 server(nullptr) {}
53
54 void idle() const
55 {
56 if (server == nullptr)
57 return;
58
59 while (lo_server_recv_noblock(server, 0) != 0) {}
60 }
61
62 void send_configure(const char* const key, const char* const value) const
63 {

Callers 2

idleCallbackMethod · 0.45
plugin_idleFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected