MayaFlux 0.2.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}
Vruta::SoundRoutine pattern(Vruta::TaskScheduler &scheduler, std::function< std::any(uint64_t)> pattern_func, std::function< void(std::any)> callback, double interval_seconds)
Creates a generative algorithm that produces values based on a pattern function.
Definition Tasks.cpp:91
std::optional< std::string > osc_address_pattern
Match OSC address prefix.

References osc_address_pattern.