Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cc2f85a4 authored by Glenn Kasten's avatar Glenn Kasten Committed by Android Git Automerger
Browse files

am f7de1bc8: am 2757fed2: Merge "Clarifying which receiver method to call." into mnc-dev

* commit 'f7de1bc8':
  Clarifying which receiver method to call.
parents 9b6b6656 f7de1bc8
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -23,6 +23,10 @@ import java.io.IOException;
 */
abstract public class MidiReceiver {
    /**
     * Although public, this method should be considered a private implementation
     * detail. Client code should call {@link #send} or {@link #sendWithTimestamp}
     * instead.
     *
     * Called to pass MIDI data to the receiver.
     * May fail if count exceeds {@link #getMaxMessageSize}.
     *