Re: [Alsa-devel] timestamps on recorded events

2002-04-12 Thread Takashi Iwai
At Fri, 12 Apr 2002 14:32:52 +0100, Richard Bown wrote: > > Takashi Iwai wrote: > > [turning on timestamps] > > > err = snd_seq_port_subscribe(handle, subs); > > ... > > > > if you are using snd_seq_connect_to/from, then you need to replace > > it like above. > > Excellent, yeah thank

RE: [Alsa-devel] timestamps on recorded events

2002-04-12 Thread Joachim Backhaus
> -Original Message- > From: Richard Bown [mailto:[EMAIL PROTECTED]] > Sent: Freitag, 12. April 2002 15:33 > To: [EMAIL PROTECTED] > Subject: Re: [Alsa-devel] timestamps on recorded events > > BTW is this list the best place for these app developer > quest

Re: [Alsa-devel] timestamps on recorded events

2002-04-12 Thread Richard Bown
Takashi Iwai wrote: [turning on timestamps] > err = snd_seq_port_subscribe(handle, subs); > ... > > if you are using snd_seq_connect_to/from, then you need to replace > it like above. Excellent, yeah thanks that does the trick. With the minor typo correction that the last line is

Re: [Alsa-devel] timestamps on recorded events

2002-04-12 Thread Takashi Iwai
At 12 Apr 2002 11:52:25 +0100, Bob Ham wrote: > > On Thu, 2002-04-11 at 11:31, Takashi Iwai wrote: > > > // enable time-stamp-update mode > > snd_seq_port_subscribe_set_time_update(subs, 1); > > // if you want to get real-time (not tick), call the > > // following, too > > //

Re: [Alsa-devel] timestamps on recorded events

2002-04-12 Thread Bob Ham
On Thu, 2002-04-11 at 11:31, Takashi Iwai wrote: > // enable time-stamp-update mode > snd_seq_port_subscribe_set_time_update(subs, 1); > // if you want to get real-time (not tick), call the > // following, too > // snd_seq_port_subscribe_set_time_real(subs, 1); Does

Re: [Alsa-devel] timestamps on recorded events

2002-04-11 Thread Takashi Iwai
Hi, At Thu, 11 Apr 2002 10:42:05 +0100, Richard Bown wrote: > > Hi. Another simple one but another one I'm afraid I can't find an example for. > > I'm writing and reading events from the same ALSA 0.9.0 port (on the same > duplex handle) - I receive the events correctly through snd_seq_event_i

[Alsa-devel] timestamps on recorded events

2002-04-11 Thread Richard Bown
Hi. Another simple one but another one I'm afraid I can't find an example for. I'm writing and reading events from the same ALSA 0.9.0 port (on the same duplex handle) - I receive the events correctly through snd_seq_event_input but the timestamps are coming back as zero even when I've started a