mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 04:09:29 +01:00
save/restore I/O latency values in audio/midi setup
This commit is contained in:
parent
4729bbde5f
commit
0467231d6e
2 changed files with 14 additions and 8 deletions
|
|
@ -122,10 +122,10 @@ class EngineControl : public Gtk::VBox {
|
|||
std::string device;
|
||||
std::string sample_rate;
|
||||
std::string buffer_size;
|
||||
std::string input_latency;
|
||||
std::string output_latency;
|
||||
std::string input_channels;
|
||||
std::string output_channels;
|
||||
uint32_t input_latency;
|
||||
uint32_t output_latency;
|
||||
uint32_t input_channels;
|
||||
uint32_t output_channels;
|
||||
bool active;
|
||||
|
||||
State() : active (false) {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue