mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-29 05:40:25 -04:00
Karsten Wiese <annabellesgarden@yahoo.de>:
This has more features: - PCM-Volume adjusted to MasteVolumeSlider setting at device start. - Direct Monitoring Functions adjustable directly on the US428 - Alsa Sequencer Output port for applications to receive the US428 sliders etc.
This commit is contained in:
parent
08f4ff3ade
commit
4e978a5a7e
10 changed files with 369 additions and 52 deletions
62
us428control/Cus428Midi.cc
Normal file
62
us428control/Cus428Midi.cc
Normal file
|
|
@ -0,0 +1,62 @@
|
|||
#include <alsa/asoundlib.h>
|
||||
#include "Cus428Midi.h"
|
||||
|
||||
|
||||
char Cus428Midi::KnobParam[] = {
|
||||
0x17,
|
||||
0x16,
|
||||
0x15,
|
||||
0x14,
|
||||
0x13,
|
||||
0x2A,
|
||||
0x29,
|
||||
0x28,
|
||||
-1,
|
||||
0x10,
|
||||
0x11,
|
||||
0x18,
|
||||
0x19,
|
||||
0x1A,
|
||||
-1,
|
||||
-1,
|
||||
-1,
|
||||
-1,
|
||||
0x2C,
|
||||
0x2D,
|
||||
0x2E,
|
||||
0x2F,
|
||||
-1,
|
||||
-1,
|
||||
0x20,
|
||||
0x21,
|
||||
0x22,
|
||||
0x23,
|
||||
0x24,
|
||||
0x25,
|
||||
0x26,
|
||||
0x27,
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5,
|
||||
6,
|
||||
7,
|
||||
-1,
|
||||
-1,
|
||||
-1,
|
||||
-1,
|
||||
-1,
|
||||
-1,
|
||||
-1,
|
||||
-1,
|
||||
0x30,
|
||||
0x31,
|
||||
0x32,
|
||||
0x33,
|
||||
0x34,
|
||||
0x35,
|
||||
0x36,
|
||||
0x37,
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue