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

Method receiveOSC

Duration/src/ofxTLUIHeader.cpp:253–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251}
252
253bool ofxTLUIHeader::receiveOSC(){
254 return receiveOSCEnable != NULL && receiveOSCEnable->getValue();
255}
256
257void ofxTLUIHeader::setReceiveOSC(bool enable){
258 if(receiveOSCEnable != NULL){

Callers 2

handleOscInMethod · 0.80
saveProjectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected