Ryan Pavlik wrote:
> but when I subscribe to a port, and I've done this:
>         :
>     snd_seq_port_subscribe_set_queue(subs, 1);
>     snd_seq_port_subscribe_set_time_update(subs, 1);
>     snd_seq_port_subscribe_set_time_real(subs, 1);
>         :
> Shouldn't I get numbers in ev->time.time.tv_*?  I'm just getting
> zeros... what did I miss? ;)

The second parameter of ..._set_queue is the id of the queue to get
the time from. Probably queue #1 doesn't exist, or isn't running when
the events get delivered.


HTH
Clemens




-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to