El Martes, 28 de Octubre de 2003 17:30, Ryan Pavlik escribió:
> Clemens Ladisch <[EMAIL PROTECTED]> wrote:
> > The event timestamps are set yo the current time of the queue. Your
> > queue isn't running, so its current time is zero.
> >
> > Call snd_seq_start_queue(seq, queue, NULL) (and snd_seq_drain_output).
>
> Hmm, nope... I've tried this in various combinations along with
> tempo-setting and position-setting events sent to the queue, with no
> avail.  I'm still getting 0 0.

Try:
        snd_seq_open(&seq, "default", SND_SEQ_OPEN_DUPLEX, 0);

Opening with SND_SEQ_OPEN_INPUT, any call to snd_seq_start_queue will return a 
-22 error code.

Regards,
Pedro

-- 
ALSA Library Bindings for Pascal
http://alsapas.alturl.com



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to