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

◆ program_change()

static MIDIConfig MayaFlux::Nodes::Input::MIDIConfig::program_change ( )
inlinestatic

Program change node.

Definition at line 71 of file MIDINode.hpp.

72 {
73 MIDIConfig cfg;
74 cfg.message_type = 0xC0;
75 return cfg;
76 }

References message_type.