Re: [Alsa-user] changing timing source of seq_queue

2003-09-06 Thread Sebastian Gloeckler
> 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

[Alsa-user] changing timing source of seq_queue

2003-09-04 Thread Sebastian Gloeckler
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