Name
snd_seq_set_client_event_filter -- add the event filter of the current client
Synopsis
int snd_seq_set_client_event_filter
(snd_seq_t *handle, int event_type);
Description
Adds the given event type to the event filter bit flags.
Note that in order to activate the event filter,
SND_SEQ_FILTER_USE_EVENT flag
must be included in filter field of the current client information.