Home | History | Annotate | Download | only in midi

Lines Matching full:midi

17 #include "media/midi/midi_port_info.h"
18 #include "media/midi/midi_result.h"
26 // A MidiManagerClient registers with the MidiManager to receive MIDI data.
37 // ReceiveMidiData() is called when MIDI data has been received from the
38 // MIDI system.
40 // |data| represents a series of bytes encoding one or more MIDI messages.
55 // Manages access to all MIDI hardware.
67 // A client calls StartSession() to receive and send MIDI data.
68 // If the session is ready to start, the MIDI system is lazily initialized
69 // and the client is registered to receive MIDI data.
76 // A client calls EndSession() to stop receiving MIDI data.
79 // DispatchSendMidiData() is called when MIDI data should be sent to the MIDI
83 // |data| represents a series of bytes encoding one or more MIDI messages.
93 // input_ports() is a list of MIDI ports for receiving MIDI data.
98 // output_ports() is a list of MIDI ports for sending MIDI data.
106 // Initializes the platform dependent MIDI system. MidiManager class has a
150 // Keeps track of all clients who wish to receive MIDI data.