Re: [Alsa-devel] sending timestamped to scheduling queue

2001-11-12 Thread Takashi Iwai
At Fri, 9 Nov 2001 10:26:12 +0100 (CET), Jaroslav wrote: > > On Fri, 9 Nov 2001, Ricardo Colon wrote: > > > Ok. I now understand what the doc says. > > > > After I fill the queue field(in an event) with the proper queue number, > > how do I actually enqueue a timestamped event to the designated

Re: [Alsa-devel] sending timestamped to scheduling queue

2001-11-09 Thread Jaroslav Kysela
On Fri, 9 Nov 2001, Ricardo Colon wrote: > Ok. I now understand what the doc says. > > After I fill the queue field(in an event) with the proper queue number, > how do I actually enqueue a timestamped event to the designated queue? Use the standard snd_seq_event_output* functions.

Re: [Alsa-devel] sending timestamped to scheduling queue

2001-11-09 Thread Ricardo Colon
Ok. I now understand what the doc says. After I fill the queue field(in an event) with the proper queue number, how do I actually enqueue a timestamped event to the designated queue? Thanks. -- R: On Fri, 9 Nov 2001, Jaroslav Kysela wrote: > On Fri, 9 Nov 200

Re: [Alsa-devel] sending timestamped to scheduling queue

2001-11-09 Thread Jaroslav Kysela
On Fri, 9 Nov 2001, Ricardo Colon wrote: > > I'm trying to figure out how to send a timestamped event(for ex. a > SND_SEQ_EVENT_NOTE message) to the scheduling queue. There is a function > to send queue control messagess, but how do I enqueue an timestamped > event. > > The documentation says: >

[Alsa-devel] sending timestamped to scheduling queue

2001-11-09 Thread Ricardo Colon
I'm trying to figure out how to send a timestamped event(for ex. a SND_SEQ_EVENT_NOTE message) to the scheduling queue. There is a function to send queue control messagess, but how do I enqueue an timestamped event. The documentation says: "For scheduling an event on the specified queue, a clie