MCPcopy Create free account
hub / github.com/benkuper/Chataigne / sendOSC

Method sendOSC

Source/Module/modules/osc/OSCModule.cpp:249–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247}
248
249void OSCModule::sendOSC(const OSCMessage& msg)
250{
251 sendOSC(msg, "");
252}
253
254void OSCModule::sendOSC(const OSCMessage& msg, String ip, int port)
255{

Callers 6

triggerInternalMethod · 0.45
triggerInternalMethod · 0.45
processMessageMethod · 0.45
sendOSCFromScriptMethod · 0.45
sendOSCToFromScriptMethod · 0.45
triggerInternalMethod · 0.45

Calls 2

triggerMethod · 0.80
pushMethod · 0.45

Tested by

no test coverage detected