All of lore.kernel.org
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: rcbuse@filter24.org
Cc: alsa-devel@lists.sourceforge.net
Subject: Re: seq question - snd_seq_ev_schedule_tick();
Date: Tue, 04 Jun 2002 12:45:39 +0200	[thread overview]
Message-ID: <s5hd6v7fhkc.wl@alsa2.suse.de> (raw)
In-Reply-To: <20020603201246.C1804@filter24.mshome.net>

At Mon, 3 Jun 2002 20:12:46 -0400,
rob buse wrote:
> 
> 
> I have an event that I want to schedule..
> 
> snd_seq_ev_schedule_tick( &ev, queue, 0, tick);
> 
> What is that tick relative to?  When I start running the queue ? or
> when I call snd_seq_drain_output( ) ? or when snd_seq_event_output() is 
> called?
 
relative to the current time.

for example,

	snd_seq_ev_schedule_tick(&ev, q, 1, 30)

will schedule the event processed at 30 ticks after from now on the
queue q.

when the third parameter (relative) is zero (i.e. "absolute" time),
then it's scheduled at 30 ticks after the start of the queue.


Takashi

_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

      reply	other threads:[~2002-06-04 10:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-06-04  0:12 seq question - snd_seq_ev_schedule_tick(); rob buse
2002-06-04 10:45 ` Takashi Iwai [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=s5hd6v7fhkc.wl@alsa2.suse.de \
    --to=tiwai@suse.de \
    --cc=alsa-devel@lists.sourceforge.net \
    --cc=rcbuse@filter24.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.