We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aefdb33 commit 16e9f74Copy full SHA for 16e9f74
utils/adlalsaseq/adlalsaseq.c
@@ -62,7 +62,7 @@ static ALSA_Seq_Data midi_open(void)
62
data.port = snd_seq_create_simple_port(
63
data.handle, "libADLMIDI port",
64
SND_SEQ_PORT_CAP_WRITE|SND_SEQ_PORT_CAP_SUBS_WRITE,
65
- SND_SEQ_PORT_TYPE_APPLICATION);
+ SND_SEQ_PORT_TYPE_APPLICATION|SND_SEQ_PORT_TYPE_MIDI_GENERIC);
66
check_seq_error(data.port, "Could not create sequencer port");
67
68
data.n_connections = 0;
0 commit comments