Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
249
void OSCModule::sendOSC(const OSCMessage& msg)
250
{
251
sendOSC(msg,
""
);
252
}
253
254
void OSCModule::sendOSC(const OSCMessage& msg, String ip, int port)
255
{
Callers
6
triggerInternal
Method · 0.45
triggerInternal
Method · 0.45
processMessage
Method · 0.45
sendOSCFromScript
Method · 0.45
sendOSCToFromScript
Method · 0.45
triggerInternal
Method · 0.45
Calls
2
trigger
Method · 0.80
push
Method · 0.45
Tested by
no test coverage detected