Re: [Alsa-devel] alsa-seq queue events

2003-08-16 Thread Clemens Ladisch
holborn wrote: When i queue a event if tick is earlier than the actual tick alsa-seq play the event? yes when alsa-seq sends note-off for this event? in tick+length? or in actual tick + length? A note events behaves like two separately scheduled note-on and note-off events, so it's

[Alsa-devel] alsa-seq queue events

2003-08-14 Thread holborn
Hi! I have two questions. When i queue a event snd_seq_ev_set_note(ev, channel, note, velocity, length); snd_seq_ev_schedule_tick(ev, queue_id, 0, tick); if tick is earlier than the actual tick alsa-seq play the event? i think that's true ... but .. in this case: when alsa-seq sends