MCPcopy Create free account
hub / github.com/YCAMInterlab/Duration / threadedFunction

Method threadedFunction

Duration/src/DurationController.cpp:268–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266}
267
268void DurationController::threadedFunction(){
269 while(isThreadRunning()){
270 lock();
271 oscLock.lock();
272 handleOscIn();
273 handleOscOut();
274 oscLock.unlock();
275 unlock();
276
277 ofSleepMillis(1);
278 }
279}
280
281void DurationController::handleOscIn(){
282 if(!settings.oscInEnabled){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected