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

◆ cc()

static MIDIConfig MayaFlux::Nodes::Input::MIDIConfig::cc ( uint8_t  cc_num)
inlinestatic

Control Change node.

Definition at line 40 of file MIDINode.hpp.

41 {
42 MIDIConfig cfg;
43 cfg.cc_number = cc_num;
44 cfg.message_type = 0xB0;
45 return cfg;
46 }

References cc_number, and message_type.