Enumeration

ALSASeqRemoveFilterFlag

Declaration

flags ALSASeq.RemoveFilterFlag

Description [src]

A set of flags of the mode of removal event.

Members

Name Description
ALSASEQ_REMOVE_FILTER_FLAG_INPUT

Flush events in input queues.

ALSASEQ_REMOVE_FILTER_FLAG_OUTPUT

Flush events in output queues.

ALSASEQ_REMOVE_FILTER_FLAG_DEST

Flush events towards the given destination.

ALSASEQ_REMOVE_FILTER_FLAG_DEST_CHANNEL

Flush events with the given channel, available for NOTE, NOTEON, NOTEOFF, KEYPRESS, CONTROLLER, PGMCHANGE, CHANPRESS, PITCHBEND, CONTROL14, NONREGPARAM, REGPARAM.

ALSASEQ_REMOVE_FILTER_FLAG_TIME_BEFORE

Flush events scheduled before the given time.

ALSASEQ_REMOVE_FILTER_FLAG_TIME_AFTER

Flush events scheduled after the given time.

ALSASEQ_REMOVE_FILTER_FLAG_TIME_TICK

The given time is for tick time.

ALSASEQ_REMOVE_FILTER_FLAG_EVENT_TYPE

Flush events with the type.

ALSASEQ_REMOVE_FILTER_FLAG_IGNORE_OFF

Flush events except for NOTEOFF.

ALSASEQ_REMOVE_FILTER_FLAG_TAG_MATCH

Flush events with the given tag.