|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
MIDI backend configuration. More...
#include <GlobalInputConfig.hpp>
Collaboration diagram for MayaFlux::Core::MIDIBackendInfo:Public Attributes | |
| bool | enabled { false } |
| Enable MIDI backend. | |
| bool | auto_open_inputs { true } |
| Auto-open all MIDI input ports. | |
| bool | auto_open_outputs { false } |
| Auto-open all MIDI output ports. | |
| std::vector< std::string > | input_port_filters |
| Filter input ports by name substring. | |
| std::vector< std::string > | output_port_filters |
| Filter output ports by name substring. | |
| bool | enable_virtual_port { false } |
| Create a virtual MIDI port. | |
| std::string | virtual_port_name { "MayaFlux" } |
| Name for virtual port. | |
MIDI backend configuration.
Definition at line 122 of file GlobalInputConfig.hpp.