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

Commit d99f36ad authored by Chet Haase's avatar Chet Haase Committed by Android Git Automerger
Browse files

am c820ffa8: am 2f421cbf: am 4b901c45: Merge "Fix docs to not refer to...

am c820ffa8: am 2f421cbf: am 4b901c45: Merge "Fix docs to not refer to non-public classes." into mnc-dev

* commit 'c820ffa8':
  Fix docs to not refer to non-public classes.
parents 7c1b0e0e c820ffa8
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -235,9 +235,7 @@ outputPort.connect(new MyReceiver());
<p>The data that arrives is not validated or aligned in any particular way. It is
raw MIDI data and can contain multiple messages or partial messages. It might
contain System Real-Time messages, which can be interleaved inside other
messages. Some applications have their own MIDI parsers so pre-parsing the data
would be redundant. If an application wants the data parsed and aligned then
they can use the MidiFramer utility.</p>
messages.</p>

<h1 id=creating_a_midi_virtual_device_service>Creating a MIDI Virtual Device Service</h1>