Lines Matching full:midi
22 * Normal sequencer and MIDI events:
53 However, each MIDI device is exclusive - that is, if a MIDI device
81 At beginning, this module probes all the MIDI ports which have been
85 The available synth and MIDI devices can be found in proc interface.
101 Number of MIDI devices: 3
102 midi 0: [Emu8000 Port-0] ALSA port 65:0
105 midi 1: [Emu8000 Port-1] ALSA port 65:1
108 midi 2: [0: MPU-401 (UART)] ALSA port 64:0
127 Using MIDI Devices
130 So far, only MIDI output was tested. MIDI input was not checked at all,
170 The input from MIDI devices or echo-back events are stored on read FIFO
266 normal MIDI devices. If the open procedure succeeded, return zero. Otherwise,
339 The most of these behavior can be realized by MIDI emulation driver
348 Interface to MIDI Device
351 Since the OSS emulation probes the creation and deletion of ALSA MIDI
353 sequencer, the MIDI devices don't need to be registered explicitly
355 However, the MIDI port_info registered to ALSA sequencer must include
360 sequencer MIDI device.
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