Lines Matching refs:u8
74 typedef void (*SYNCallback)(AXVPB *axvpb, SYNSYNTH *synth, u8 midiChannel);
97 u8 controller [16][128]; // MIDI controller registers
99 u8 rpn [16]; // weather to enter rpn or nrpn data
110 u8 input[SYN_INPUT_BUFFER_SIZE][3];
111 u8 *inputPosition;
134 u8 midiChannel; // MIDI channel for this voice
135 u8 keyNum; // key number for this voice
136 u8 keyVel; // key velocity
137 u8 pan; // absolute panning for drum sounds
138 u8 keyGroup; // key group 1 - 15
207 u8 *wavetable, // pointer to wave table
208 u8 *samples, // pointer to samples
209 u8 *zerobuffer, // pointer to zero buffer
216 void SYNMidiInput (SYNSYNTH *synth, u8 *input);
217 u8 SYNGetMidiController(SYNSYNTH *synth, u8 midiChannel, u8 function);