mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-04-14 08:21:53 -04:00
- Fixed control callbacks.
- Changed patchbay controls using the latest enumerated routing controls. No longer displays unsupported Routing table entries. - Removed "On" buttons. Only "Mute" buttons now.. It's enough, isn't it?
This commit is contained in:
parent
98a80c0ef9
commit
1e5f598904
6 changed files with 147 additions and 230 deletions
|
|
@ -99,6 +99,7 @@ void mixer_toggled_mute(GtkWidget *togglebutton, gpointer data);
|
|||
void mixer_adjust(GtkAdjustment *adj, gpointer data);
|
||||
void mixer_postinit(void);
|
||||
|
||||
int patchbay_stream_is_active(int stream);
|
||||
void patchbay_update(void);
|
||||
void patchbay_toggled(GtkWidget *togglebutton, gpointer data);
|
||||
void patchbay_init(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue