mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-03-04 01:40:17 -05:00
Add support for RME MADI, RayDAT and AIO
Merged the work by Florian Faber that's distributed separately as hdspmixer64. Code taken from http://wiki.linuxproaudio.org/index.php/App:hdspmixer_64 Signed-off-by: Adrian Knoth <adi@drcomp.erfurt.thur.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
6af3047947
commit
e24e56795e
20 changed files with 651 additions and 187 deletions
|
|
@ -31,7 +31,7 @@ HDSPMixerFader::HDSPMixerFader(int x, int y, double r, int id, int src):Fl_Widge
|
|||
ref = r;
|
||||
basew = (HDSPMixerWindow *)window();
|
||||
anchor = lastpos = lasty = drag = shift_orig = y_orig = 0;
|
||||
for (int i = 0; i < 14; i++) {
|
||||
for (int i = 0; i < HDSP_MAX_DEST; i++) {
|
||||
pos[i] = 0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue