mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-02-15 22:05:24 -05:00
Thomas Charbonnel <thomas@undata.org>:
updated to version 1.2.
This commit is contained in:
parent
a66f2e98b6
commit
6498fd396f
39 changed files with 1155 additions and 158 deletions
|
|
@ -33,7 +33,6 @@ class HC_ClockSource:public Fl_Group
|
|||
{
|
||||
public:
|
||||
HC_ClockSource(int x, int y, int w, int h);
|
||||
int source;
|
||||
Fl_Round_Button *autosync;
|
||||
Fl_Round_Button *khz32;
|
||||
Fl_Round_Button *khz44_1;
|
||||
|
|
@ -41,6 +40,9 @@ public:
|
|||
Fl_Round_Button *khz64;
|
||||
Fl_Round_Button *khz88_2;
|
||||
Fl_Round_Button *khz96;
|
||||
Fl_Round_Button *khz128;
|
||||
Fl_Round_Button *khz176_4;
|
||||
Fl_Round_Button *khz192;
|
||||
void setSource(unsigned char s);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue