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

◆ custom()

template<typename F >
static OSCConfig MayaFlux::Nodes::Input::OSCConfig::custom ( F &&  extractor)
inlinestatic

Use a custom extraction function.

Definition at line 57 of file OSCNode.hpp.

58 {
59 OSCConfig cfg;
60 cfg.custom_extractor = std::forward<F>(extractor);
61 return cfg;
62 }

References custom_extractor.