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

◆ with_osc_pattern()

InputBinding & MayaFlux::Core::InputBinding::with_osc_pattern ( const std::string &  pattern)

Add OSC address pattern filter.

Definition at line 105 of file InputBinding.cpp.

106{
108 return *this;
109}
std::shared_ptr< Vruta::Routine > pattern(std::function< std::any(uint64_t)> pattern_func, std::function< void(std::any)> callback, double interval_seconds, Vruta::ProcessingToken token)
Creates a generative algorithm that produces values based on a pattern function.
Definition Tasks.cpp:116
std::optional< std::string > osc_address_pattern
Match OSC address prefix.

References osc_address_pattern.