At Sat, 25 Oct 2003 02:41:06 -0700,
Ryan Pavlik wrote:
> 
> Minor question... I probably just overlooked something...
> 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? ;)

no, it should be, as long as the event is delivered to these
subscribers (i.e. setting the destination as SND_SEQ_ADDR_SUBSCRIBERS).

btw, to update the timestamp of every event to a certain port, you can
set the timestamp attribute on the port_info, too.


Takashi


-------------------------------------------------------
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