struct snd_seq_ev_queue_control_t
Overview
queue timer control Moreā¦
#include <seq_event.h> struct snd_seq_ev_queue_control_t { // fields unsigned char queue; unsigned char unused[3]; signed int value; snd_seq_timestamp_t time; unsigned int position; snd_seq_queue_skew_t skew; unsigned int d32[2]; unsigned char d8[8]; union snd_seq_ev_queue_control_t::@3 param; };
Detailed Documentation
queue timer control
Fields
unsigned char queue
affected queue
unsigned char unused[3]
reserved
signed int value
affected value (e.g. tempo)
snd_seq_timestamp_t time
time
unsigned int position
sync position
snd_seq_queue_skew_t skew
queue skew
unsigned int d32[2]
any data
unsigned char d8[8]
any data
unnamed-union param
data value union