HomeSort by: relevance | last modified time | path
    Searched refs:velocity (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/scsipi/
ss_mustek.h 154 u_int8_t velocity; /* 0 = fast, ...., 4 = slow */ member in struct:mustek_mode_select_data
ss_mustek.c 212 * velocity: between 0 (fast) and 4 (slow) which will be mapped
246 * resolution, the velocity and the number of bytes per line.
346 mode_data.velocity = ss->sio.scan_quality / 20 - 1;
  /src/sys/sys/
midiio.h 530 uint8_t velocity; member in struct:__anonf4e6eb5a020a::__anonf4e6eb5a1308
636 e.c_NOTEON.key, e.c_NOTEON.velocity);
715 e = SEQ_MK_CHN(NOTEON, .device=1, .channel=0, .key=60, .velocity=64);
716 e = SEQ_MK_CHN(NOTEOFF, .device=1, .channel=0, .key=60, .velocity=64);
  /src/usr.bin/midirecord/
midirecord.c 509 buffer[2] = e.c_NOTEOFF.velocity;
511 LOG("MIDI_NOTEOFF: channel %x key %x velocity %x",
512 e.c_NOTEOFF.channel, e.c_NOTEOFF.key, e.c_NOTEOFF.velocity);
519 buffer[2] = e.c_NOTEON.velocity;
521 LOG("MIDI_NOTEON: channel %x key %x velocity %x",
522 e.c_NOTEON.channel, e.c_NOTEON.key, e.c_NOTEON.velocity);
  /src/sys/dev/
sequencer.c 570 .key=qi.qi_msg[1], .velocity=qi.qi_msg[2]);
574 .key=qi.qi_msg[1], .velocity=qi.qi_msg[2]);
1362 .key=SEQ_NOTE_XXX, .velocity=parm);
1366 .device=0, .channel=chan, .key=note, .velocity=parm);
1526 MIDI_NOTEON | chan, key, ev->c_NOTEON.velocity & 0x7f}, 3, 1);
1534 MIDI_NOTEOFF | chan, key, ev->c_NOTEOFF.velocity & 0x7f}, 3, 1);
  /src/usr.bin/midiplay/
midiplay.c 628 .channel=chan, .key=msg[0], .velocity=msg[1]));
632 .channel=chan, .key=msg[0], .velocity=msg[1]));

Completed in 15 milliseconds