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
|
|
@ -39,6 +39,8 @@ HDSPMixerInputs::HDSPMixerInputs(int x, int y, int w, int h, int nchans):Fl_Grou
|
|||
strips[i]->gain->relative = strips[i+1]->gain;
|
||||
strips[i+1]->gain->relative = strips[i]->gain;
|
||||
}
|
||||
empty_aebi[0] = new HDSPMixerEmpty((nchans-6)*STRIP_WIDTH, y, STRIP_WIDTH*2, FULLSTRIP_HEIGHT, 0);
|
||||
empty_aebi[1] = new HDSPMixerEmpty((nchans-4)*STRIP_WIDTH, y, STRIP_WIDTH*2, FULLSTRIP_HEIGHT, 0);
|
||||
buttons = new HDSPMixerButtons(nchans*STRIP_WIDTH, y, 2*STRIP_WIDTH, FULLSTRIP_HEIGHT);
|
||||
end();
|
||||
resizable(NULL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue