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

◆ pitch_bend()

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

Pitch bend node.

Definition at line 51 of file MIDINode.hpp.

52 {
53 MIDIConfig cfg;
54 cfg.message_type = 0xE0;
55 return cfg;
56 }

References message_type.