Ardour  9.0-pre0-582-g084a23a80d
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 223 of file engine_dialog.h.

Constructor & Destructor Documentation

◆ MidiDeviceSetting()

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

Definition at line 229 of file engine_dialog.h.

Member Data Documentation

◆ enabled

bool EngineControl::MidiDeviceSetting::enabled

Definition at line 225 of file engine_dialog.h.

◆ input_latency

uint32_t EngineControl::MidiDeviceSetting::input_latency

Definition at line 226 of file engine_dialog.h.

◆ name

std::string EngineControl::MidiDeviceSetting::name

Definition at line 224 of file engine_dialog.h.

◆ output_latency

uint32_t EngineControl::MidiDeviceSetting::output_latency

Definition at line 227 of file engine_dialog.h.


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