Lines Matching full:events
22 * Normal sequencer and MIDI events:
24 They are converted to the ALSA sequencer events, and sent to the
27 * Timer events:
47 The events are queued before processing them.
59 The events can be processed in real time without using out of bound
61 events will be processed in real-time without queued. To switch off the
154 events from ``/dev/sequencer`` are processed and put onto the queue
157 All the events from ``/dev/sequencer`` are parsed at beginning.
158 The timing events are also parsed at this moment, so that the events may
161 In the real-time mode, all events are dispatched immediately.
163 The queued events are dispatched to the corresponding ALSA sequencer
170 The input from MIDI devices or echo-back events are stored on read FIFO
244 / off events. In ``PROCESS_EVENTS`` mode, the note 255 is regarded
246 ``PASS_EVENTS`` mode, all note on/off events are passed to the port
314 Events chapter
317 Most of the events are processed by sequencer and translated to the adequate
318 ALSA sequencer events, so that each synth device can receive by input_event
319 callback of ALSA sequencer port. The following ALSA events should be
323 ALSA event Original OSS events
343 Some OSS events (``SEQ_PRIVATE`` and ``SEQ_VOLUME`` events) are passed as event
346 events appropriately.
362 The events via MIDI devices are parsed in OSS sequencer and converted
363 to the corresponding ALSA sequencer events. The input from MIDI sequencer
364 is also converted to MIDI byte events by OSS sequencer. This works just