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

◆ aftertouch()

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

Aftertouch node.

Definition at line 61 of file MIDINode.hpp.

62 {
63 MIDIConfig cfg;
64 cfg.message_type = 0xD0;
65 return cfg;
66 }

References message_type.