From: Takashi Iwai <tiwai@suse.de>
To: Correo Alternativo <correocebe@gmail.com>
Cc: alsa-devel@alsa-project.org
Subject: Re: Ask snd_seq_set_client_midi_version
Date: Mon, 30 Dec 2024 12:34:25 +0100 [thread overview]
Message-ID: <87jzbhwgji.wl-tiwai@suse.de> (raw)
In-Reply-To: <cb5ca1c7-64a3-43df-b506-db07a2b5f790@gmail.com>
On Thu, 19 Dec 2024 00:24:11 +0100,
Correo Alternativo wrote:
>
> Hi, I'm trying out MIDI 2.0 and found a problem, when using
> snd_seq_set_client_midi_version
>
> With SND_SEQ_CLIENT_LEGACY_MIDI I get the following sequence of events
> when connecting a midi device (using the method snd_seq_event_input or
> snd_seq_ump_event_input) (timidity command:timidity --interface=A
> --buffer-fragments=2,8 --output-mode=s1l --sampling-freq=44100):
>
> SND_SEQ_EVENT_CLIENT_START
> SND_SEQ_EVENT_PORT_START
> SND_SEQ_EVENT_PORT_START
> SND_SEQ_EVENT_PORT_START
> SND_SEQ_EVENT_PORT_START
>
> But with SND_SEQ_CLIENT_UMP_MIDI_1_0 and SND_SEQ_CLIENT_UMP_MIDI_2_0 I
> don't get the SND_SEQ_EVENT_PORT_START events, I only get the
> following:
>
> SND_SEQ_EVENT_CLIENT_START
> SND_SEQ_EVENT_SYSTEM
> SND_SEQ_EVENT_SYSTEM
> SND_SEQ_EVENT_SYSTEM
>
> I don't know if I'm asking this in the right place, what mistake am I
> making? Just by modifying that it stops working.
Hmm, there should be no difference in this regard between the legacy
and UMP clients.
Do you mean that the destination client (i.e. timidity) doesn't
receive *_PORT_START events when you send from a UMP client?
Or how is the actual setup and the connection?
thanks,
Takashi
next prev parent reply other threads:[~2024-12-30 11:35 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-18 23:24 Ask snd_seq_set_client_midi_version Correo Alternativo
2024-12-30 11:34 ` Takashi Iwai [this message]
2025-02-01 23:11 ` Possible bug with snd_seq_event_input_pending Carlos
2025-02-17 11:04 ` Takashi Iwai
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=87jzbhwgji.wl-tiwai@suse.de \
--to=tiwai@suse.de \
--cc=alsa-devel@alsa-project.org \
--cc=correocebe@gmail.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.