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:
Takashi Iwai 2003-10-24 14:01:45 +00:00
parent 08f4ff3ade
commit 4e978a5a7e
10 changed files with 369 additions and 52 deletions

View file

@ -27,6 +27,9 @@ class Cus428_ctls: public us428_ctls{
public:
void dump(int n = 0);
void analyse(Cus428_ctls& Previous, unsigned n = 0);
bool Knob( int K) {
return ((char*)this)[K / 8] & (1 << K % 8);
}
};
#endif