mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Remove obsolete seq event entries in seq-decoder
Removed obsolete seq-devent entries in seq-decoder.
This commit is contained in:
parent
173d8a8b58
commit
d23669585d
1 changed files with 4 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ static char *event_names[256] = {
|
|||
[SND_SEQ_EVENT_PORT_CHANGE]= "Port Change",
|
||||
[SND_SEQ_EVENT_PORT_SUBSCRIBED]= "Port Subscribed",
|
||||
[SND_SEQ_EVENT_PORT_UNSUBSCRIBED]= "Port Unsubscribed",
|
||||
#if 0
|
||||
[SND_SEQ_EVENT_SAMPLE]= "Sample",
|
||||
[SND_SEQ_EVENT_SAMPLE_CLUSTER]= "Sample Cluster",
|
||||
[SND_SEQ_EVENT_SAMPLE_START]= "Sample Start",
|
||||
|
|
@ -51,6 +52,7 @@ static char *event_names[256] = {
|
|||
[SND_SEQ_EVENT_SAMPLE_LOOP]= "Sample Loop",
|
||||
[SND_SEQ_EVENT_SAMPLE_POSITION]= "Sample Position",
|
||||
[SND_SEQ_EVENT_SAMPLE_PRIVATE1]= "Sample Private1",
|
||||
#endif
|
||||
[SND_SEQ_EVENT_USR0]= "User 0",
|
||||
[SND_SEQ_EVENT_USR1]= "User 1",
|
||||
[SND_SEQ_EVENT_USR2]= "User 2",
|
||||
|
|
@ -61,6 +63,7 @@ static char *event_names[256] = {
|
|||
[SND_SEQ_EVENT_USR7]= "User 7",
|
||||
[SND_SEQ_EVENT_USR8]= "User 8",
|
||||
[SND_SEQ_EVENT_USR9]= "User 9",
|
||||
#if 0
|
||||
[SND_SEQ_EVENT_INSTR_BEGIN]= "Instr Begin",
|
||||
[SND_SEQ_EVENT_INSTR_END]= "Instr End",
|
||||
[SND_SEQ_EVENT_INSTR_INFO]= "Instr Info",
|
||||
|
|
@ -80,6 +83,7 @@ static char *event_names[256] = {
|
|||
[SND_SEQ_EVENT_INSTR_CLUSTER_GET]= "Instr Cluster Get",
|
||||
[SND_SEQ_EVENT_INSTR_CLUSTER_RESULT]= "Instr Cluster Result",
|
||||
[SND_SEQ_EVENT_INSTR_CHANGE]= "Instr Change",
|
||||
#endif
|
||||
[SND_SEQ_EVENT_SYSEX]= "Sysex",
|
||||
[SND_SEQ_EVENT_BOUNCE]= "Bounce",
|
||||
[SND_SEQ_EVENT_USR_VAR0]= "User Var0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue