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

Method sendOSC

Duration/src/ofxTLUIHeader.cpp:243–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241}
242
243bool ofxTLUIHeader::sendOSC(){
244 return sendOSCEnable != NULL && sendOSCEnable->getValue();
245}
246
247void ofxTLUIHeader::setSendOSC(bool enable){
248 if(sendOSCEnable != NULL){

Callers 3

handleOscOutMethod · 0.80
bangFiredMethod · 0.80
saveProjectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected