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

Method setReceiveOSC

Duration/src/ofxTLUIHeader.cpp:257–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255}
256
257void ofxTLUIHeader::setReceiveOSC(bool enable){
258 if(receiveOSCEnable != NULL){
259 receiveOSCEnable->setValue(enable);
260 }
261}
262
263void ofxTLUIHeader::setShouldDelete(bool del){
264 shouldDelete = del;

Callers 2

handleOscInMethod · 0.80
loadProjectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected