From: Pedro Lopez-Cabanillas <plcl@telefonica.net>
To: alsa-devel@lists.sourceforge.net
Cc: Ryan Pavlik <rpav@mephle.com>
Subject: Re: Simple alsa sequencer question
Date: Tue, 28 Oct 2003 20:20:40 +0100 [thread overview]
Message-ID: <200310282020.40649.plcl@telefonica.net> (raw)
In-Reply-To: <E1AEWlF-0005EN-00@sc8-sf-list2.sourceforge.net>
El Martes, 28 de Octubre de 2003 17:30, Ryan Pavlik escribió:
> Clemens Ladisch <clemens@ladisch.de> 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/
next parent reply other threads:[~2003-10-28 19:20 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <E1AEWlF-0005EN-00@sc8-sf-list2.sourceforge.net>
2003-10-28 19:20 ` Pedro Lopez-Cabanillas [this message]
2003-10-28 20:52 ` Simple alsa sequencer question Ryan Pavlik
2003-10-25 9:41 Ryan Pavlik
2003-10-27 10:54 ` Takashi Iwai
2003-10-28 0:59 ` Ryan Pavlik
2003-10-28 9:23 ` Clemens Ladisch
2003-10-28 16:29 ` Ryan Pavlik
2003-10-27 12:14 ` Clemens Ladisch
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=200310282020.40649.plcl@telefonica.net \
--to=plcl@telefonica.net \
--cc=alsa-devel@lists.sourceforge.net \
--cc=rpav@mephle.com \
/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.