[Summary] Implemented channel control mechanism

[git-p4: depot-paths = "//Abdaw/dev_main/tracks/": change = 461673]
This commit is contained in:
Grygorii Zharun 2014-05-19 18:04:58 -05:00
parent 5f65b603ad
commit dfc0b58d14
18 changed files with 685 additions and 105 deletions

View file

@ -94,11 +94,18 @@
void populate_sample_rate_combo ();
void populate_buffer_size_combo ();
void populate_output_mode ();
void populate_input_channels();
void populate_output_channels();
// Engine State update callback handlers
void on_buffer_size_update ();
void on_device_list_update (bool current_device_disconnected);
void on_parameter_changed (const std::string& parameter_name);
void on_input_configuration_changed ();
void on_output_configuration_changed ();
void cleanup_input_channels_list();
void cleanup_output_channels_list();
std::string bufsize_as_string (uint32_t sz);