mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-07 13:30:06 -05:00
Thomas Charbonnel <thomas@undata.org>:
updated to version 1.4.
This commit is contained in:
parent
6498fd396f
commit
cd8875932e
39 changed files with 2859 additions and 579 deletions
|
|
@ -50,11 +50,12 @@ class HDSPMixerMeter;
|
|||
class HDSPMixerIOMixer:public Fl_Group
|
||||
{
|
||||
private:
|
||||
char **p_iomixer_xpm;
|
||||
int channel_num, relative_num, mixer_type;
|
||||
char channel_name[6];
|
||||
void update_child(Fl_Widget &widget);
|
||||
public:
|
||||
HDSPMixerStripData *data[3][2][8]; /* data[card][mode(ds/ss)][preset number] */
|
||||
HDSPMixerStripData *data[3][3][8]; /* data[card][mode(ss/ds/qs)][preset number] */
|
||||
HDSPMixerPan *pan;
|
||||
HDSPMixerFader *fader;
|
||||
HDSPMixerPeak *peak;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue