mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-21 14:16:31 +01:00
[Summary] Implemented channel control mechanism
[git-p4: depot-paths = "//Abdaw/dev_main/tracks/": change = 461673]
This commit is contained in:
parent
5f65b603ad
commit
dfc0b58d14
18 changed files with 685 additions and 105 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue