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

◆ note_on()

MIDIConfig & MayaFlux::Nodes::Input::MIDIConfig::note_on ( )
inline

Definition at line 94 of file MIDINode.hpp.

95 {
96 note_on_only = true;
97 return *this;
98 }
bool note_on_only
Only respond to Note On.
Definition MIDINode.hpp:16

References note_on_only.