ardour
Public Member Functions | Public Attributes | List of all members
EngineControl::MidiDeviceSetting Struct Reference

Public Member Functions

 MidiDeviceSetting (std::string n, bool en=true, uint32_t inl=0, uint32_t oul=0)
 

Public Attributes

std::string name
 
bool enabled
 
uint32_t input_latency
 
uint32_t output_latency
 

Detailed Description

Definition at line 154 of file engine_dialog.h.

Constructor & Destructor Documentation

EngineControl::MidiDeviceSetting::MidiDeviceSetting ( std::string  n,
bool  en = true,
uint32_t  inl = 0,
uint32_t  oul = 0 
)
inline

Definition at line 160 of file engine_dialog.h.

Member Data Documentation

bool EngineControl::MidiDeviceSetting::enabled

Definition at line 156 of file engine_dialog.h.

uint32_t EngineControl::MidiDeviceSetting::input_latency

Definition at line 157 of file engine_dialog.h.

std::string EngineControl::MidiDeviceSetting::name

Definition at line 155 of file engine_dialog.h.

uint32_t EngineControl::MidiDeviceSetting::output_latency

Definition at line 158 of file engine_dialog.h.


The documentation for this struct was generated from the following file: