> You set the fields of the snd_seq_queue_timer_t object to the values
> identifying the desired timer.
I was wondering about the relation of the global timer and the queue timer,
'cause I couldn't find a defintion of snd_queue_timer_t in the alsa-lib headers,
but finally found it in the sequence
Hi all,
I'm writing a little Sequencer client and want it to be able to use different
timing sources (it's a MIDI deadend, no output-signals will be created, so it
always runs in slave-mode), ie. System Clock (RTC), Audio Stream, external MTC.
When I got the seqencer client/port/queue and timers