Lines Matching refs:velocity
48 unsigned char velocity;
214 unsigned char status, unsigned char note, unsigned char velocity)
221 buffer[2] = velocity;
242 pcmidi_send_note(pms->pm, pms->status, pms->note, pms->velocity);
340 unsigned char status, note, velocity;
345 velocity = data[j*2+2];
351 if (0 == velocity)
352 velocity = 1; /* force note on */
364 pms->velocity = velocity;
375 pcmidi_send_note(pm, status, note, velocity);