Lines Matching refs:u8
36 typedef void (*SYNCallback)(AXVPB *axvpb, SYNSYNTH *synth, u8 midiChannel);
48 u8 *samples; // pointer to samples base as initialized
59 u8 controller [16][128]; // MIDI controller registers
61 u8 rpn [16]; // whether to enter rpn or nrpn data
72 u8 input[SYN_INPUT_BUFFER_SIZE][3];
73 u8 *inputPosition;
96 u8 midiChannel; // MIDI channel for this voice
97 u8 keyNum; // key number for this voice
98 u8 keyVel; // key velocity
99 u8 pan; // absolute panning for drum sounds
100 u8 keyGroup; // key group 1 - 15
169 u8 *wavetable, // pointer to wave table
170 u8 *samples, // pointer to samples
171 u8 *zerobuffer, // pointer to zero buffer
178 void SYNMidiInput (SYNSYNTH *synth, u8 *input);
179 u8 SYNGetMidiController(SYNSYNTH *synth, u8 midiChannel, u8 function);