All of lore.kernel.org
 help / color / mirror / Atom feed
* Ask snd_seq_set_client_midi_version
@ 2024-12-18 23:24 Correo Alternativo
  2024-12-30 11:34 ` Takashi Iwai
  2025-02-01 23:11 ` Possible bug with snd_seq_event_input_pending Carlos
  0 siblings, 2 replies; 4+ messages in thread
From: Correo Alternativo @ 2024-12-18 23:24 UTC (permalink / raw)
  To: alsa-devel

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.



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-02-17 11:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-18 23:24 Ask snd_seq_set_client_midi_version Correo Alternativo
2024-12-30 11:34 ` Takashi Iwai
2025-02-01 23:11 ` Possible bug with snd_seq_event_input_pending Carlos
2025-02-17 11:04   ` Takashi Iwai

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.