All of lore.kernel.org
 help / color / mirror / Atom feed
From: Correo Alternativo <correocebe@gmail.com>
To: alsa-devel@alsa-project.org
Subject: Ask snd_seq_set_client_midi_version
Date: Wed, 18 Dec 2024 20:24:11 -0300	[thread overview]
Message-ID: <cb5ca1c7-64a3-43df-b506-db07a2b5f790@gmail.com> (raw)

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.



             reply	other threads:[~2024-12-29 12:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-18 23:24 Correo Alternativo [this message]
2024-12-30 11:34 ` Ask snd_seq_set_client_midi_version Takashi Iwai
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=cb5ca1c7-64a3-43df-b506-db07a2b5f790@gmail.com \
    --to=correocebe@gmail.com \
    --cc=alsa-devel@alsa-project.org \
    /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.