From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Bown Subject: Re: timestamps on recorded events Date: Fri, 12 Apr 2002 14:32:52 +0100 Sender: alsa-devel-admin@lists.sourceforge.net Message-ID: <200204121335.AFJ25902@msgdirector1.onetel.net.uk> References: <200204110944.AFK42109@msgdirector2.onetel.net.uk> Reply-To: bownie@bownie.com Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Return-path: In-Reply-To: Errors-To: alsa-devel-admin@lists.sourceforge.net List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , List-Archive: To: alsa-devel@lists.sourceforge.net List-Id: alsa-devel@alsa-project.org 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 supposed to be "err = snd_seq_subscribe_port(handle, subs);" BTW is this list the best place for these app developer questions? I know it's certainly the best place to get answers (and quickly) but I can't help feeling that we're treading on toes.. and I'm probably just shooting myself in the foot by even asking this.. R