mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-29 05:40:25 -04:00
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.
62 lines
429 B
C++
62 lines
429 B
C++
#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,
|
|
};
|