[Alsa-devel] seq question - snd_seq_ev_schedule_tick();

2002-06-03 Thread rob buse
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? sorry if this is a dumb question. thanks .buse --

Re: [Alsa-devel] seq question - snd_seq_ev_schedule_tick();

2002-06-04 Thread Takashi Iwai
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()