Home | History | Annotate | Download | only in midi

Lines Matching defs:midi

17 package android.media.midi;
22 * Interface for sending and receiving data to and from a MIDI device.
45 * Called whenever the receiver is passed new MIDI data.
46 * Subclasses override this method to receive MIDI data.
55 * @param msg a byte array containing the MIDI data
57 * @param count the number of bytes of MIDI data in the array to be processed
65 * Instructs the receiver to discard all pending MIDI data.
73 * Called when the receiver is instructed to discard all pending MIDI data.
74 * Subclasses should override this method if they maintain a list or queue of MIDI data
90 * Called to send MIDI data to the receiver without a timestamp.
98 * @param msg a byte array containing the MIDI data
100 * @param count the number of bytes of MIDI data in the array to be sent
109 * Called to send MIDI data to the receiver with a specified timestamp.
117 * @param msg a byte array containing the MIDI data
119 * @param count the number of bytes of MIDI data in the array to be sent