mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-04-03 07:15:33 -04:00
<Dirk.Kalis@t-online.de>
This patch added callbacks for rate locking and rate reset and fixed an initialisation problem from envy24control. If we have a default rate from e.g. 96000 and a stream is playing with e.g. 48000 an we start envy24control then the value 48000 is set as default rate.
This commit is contained in:
parent
d19f5f902d
commit
1e6e85f1c3
4 changed files with 58 additions and 2 deletions
|
|
@ -48,6 +48,8 @@ void control_input_callback(gpointer data, gint source, GdkInputCondition condit
|
|||
spdif_output_update();
|
||||
else if (!strcmp(name, "Multi Track Internal Clock"))
|
||||
master_clock_update();
|
||||
else if (!strcmp(name, "Multi Track Internal Clock Default"))
|
||||
master_clock_update();
|
||||
else if (!strcmp(name, "Multi Track Rate Locking"))
|
||||
rate_locking_update();
|
||||
else if (!strcmp(name, "Multi Track Rate Reset"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue