Lines Matching +full:mic +full:- +full:pos
2 * Copyright by Hannu Savolainen 1993-1997
228 #define WAVE_UNSIGNED 0x02 /* bit 1 = Signed - Unsigned data. */
229 #define WAVE_LOOPING 0x04 /* bit 2 = looping enabled-1. */
233 #define WAVE_ENVELOPES 0x40 /* bit 6 = Enable envelopes - 1 */
269 int panning; /* -128=left, 127=right */
378 /* undefined 0x14 - 0x1f */
395 /* undefined 0x46 - 0x4f */
401 /* undefined 0x54 - 0x5a */
414 /* undefined 0x66 - 0x78 */
415 /* reserved 0x79 - 0x7f */
475 short device; /* Synth# (0-4) */
482 int device; /* 0-N. INITIALIZE BEFORE CALLING */
513 #define MIDI_CAP_MPU401 1 /* MPU-401 intelligent mode */
517 int device; /* 0-N. INITIALIZE BEFORE CALLING */
777 #define SOUND_MIXER_MONITOR 24 /* Monitor (usually mic) volume */
779 /* Some on/off settings (SOUND_SPECIAL_MIN - SOUND_SPECIAL_MAX) */
797 "Mic ", "CD ", "Mix ", "Pcm2 ", "Rec ", "IGain", "OGain", \
802 "mic", "cd", "mix", "pcm2", "rec", "igain", "ogain", \
1046 * the OSSlib-3.8 style interface. It is no longer possible
1051 * the GPL version of OSS-4.x and build against that version
1074 * SEQ_DEFINEBUF (2048); -- Defines a buffer for 2048 bytes
1076 * int seqfd; -- The file descriptor for /dev/sequencer.
1082 * if (write (seqfd, _seqbuf, _seqbufptr) == -1)
1085 * exit (-1);
1171 * and the last byte (buf[len-1] of the last fragment must be 0xf7. No byte
1223 #define SEQ_PANNING(dev, voice, pos) SEQ_CONTROL(dev, voice, CTL_PAN, (pos+128) / 2) argument
1244 #define SEQ_SONGPOS(pos) _TIMER_EVENT(TMR_SPP, pos) argument
1276 if (write(seqfd, (char*)(patchx), len)==-1) \