mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-14 06:59:54 -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
|
|
@ -25,9 +25,11 @@
|
|||
#include <FL/Fl_Group.H>
|
||||
#include "HDSPMixerIOMixer.h"
|
||||
#include "HDSPMixerButtons.h"
|
||||
#include "HDSPMixerEmpty.h"
|
||||
|
||||
class HDSPMixerButtons;
|
||||
class HDSPMixerIOMixer;
|
||||
class HDSPMixerEmpty;
|
||||
|
||||
class HDSPMixerInputs:public Fl_Group
|
||||
{
|
||||
|
|
@ -35,6 +37,7 @@ public:
|
|||
HDSPMixerButtons *buttons;
|
||||
HDSPMixerIOMixer *strips[26];
|
||||
HDSPMixerInputs(int x, int y, int w, int h, int nchannels);
|
||||
HDSPMixerEmpty *empty_aebi[2];
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue