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

Method setSendOSC

Duration/src/ofxTLUIHeader.cpp:247–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245}
246
247void ofxTLUIHeader::setSendOSC(bool enable){
248 if(sendOSCEnable != NULL){
249 sendOSCEnable->setValue(enable);
250 }
251}
252
253bool ofxTLUIHeader::receiveOSC(){
254 return receiveOSCEnable != NULL && receiveOSCEnable->getValue();

Callers 2

handleOscInMethod · 0.80
loadProjectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected