Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/DPF
/ idleCallback
Method
idleCallback
distrho/src/DistrhoUIDSSI.cpp:128–136 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
126
}
127
128
void idleCallback() override
129
{
130
fOscData.idle();
131
132
if (fHostClosed)
133
return;
134
135
fUI.exec_idle();
136
}
137
138
// -------------------------------------------------------------------
139
Callers
nothing calls this directly
Calls
1
idle
Method · 0.45
Tested by
no test coverage detected