Home
last modified time | relevance | path

Searched refs:pitchbend (Results 1 - 3 of 3) sorted by relevance

/third_party/alsa-utils/seq/aplaymidi/
H A Daplaymidi.c754 ump.pitchbend.status = status; in fill_ump_event()
755 ump.pitchbend.channel = event->data.d[0]; in fill_ump_event()
756 ump.pitchbend.data_msb = event->data.d[2]; in fill_ump_event()
757 ump.pitchbend.data_lsb = event->data.d[1]; in fill_ump_event()
/third_party/alsa-lib/include/
H A Dump_msg.h139 uint8_t data_lsb; /**< LSB of pitchbend (7bit) */
140 uint8_t data_msb; /**< MSB of pitchbend (7bit) */
142 uint8_t data_msb; /**< MSB of pitchbend (7bit) */
143 uint8_t data_lsb; /**< LSB of pitchbend (7bit) */
176 snd_ump_msg_midi1_pitchbend_t pitchbend; member
446 snd_ump_msg_midi2_pitchbend_t pitchbend; member
/third_party/alsa-utils/seq/aseqdump/
H A Daseqdump.c425 channel, pitchbend_value(m->pitchbend.data_msb, in dump_ump_midi1_event()
426 m->pitchbend.data_lsb)); in dump_ump_midi1_event()
543 printf("Per-note pitchbend %2d, note %d, value %s", in dump_ump_midi2_event()

Completed in 4 milliseconds