MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ bind_osc()

MAYAFLUX_API Core::InputBinding MayaFlux::bind_osc ( const std::string &  pattern = "")

Create binding for OSC messages.

Parameters
patternOSC address pattern to match (empty = all)

Definition at line 97 of file Input.cpp.

98{
99 return Core::InputBinding::osc(pattern);
100}

References MayaFlux::Core::InputBinding::osc().

+ Here is the call graph for this function: