Skip to content

Commit b4ab121

Browse files
author
Michael Wilson
committed
Link definition of System Real Time
1 parent 52604e1 commit b4ab121

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ <h2>
153153
<p>
154154
The terms <dfn>MIDI</dfn>, <dfn>MIDI device</dfn>, <dfn>MIDI input
155155
port</dfn>, <dfn>MIDI output port</dfn>, <dfn>MIDI interface</dfn>,
156-
<dfn>MIDI message</dfn>, <dfn>MIDI System Real-Time message</dfn> and
156+
<dfn>MIDI message</dfn>, <dfn>System Real Time</dfn> and
157157
<dfn>system exclusive</dfn> are defined in [[MIDI]].
158158
</p>
159159
</section>
@@ -979,11 +979,11 @@ <h3 id="MIDIInput">
979979
</li>
980980
</ol>
981981
<p>
982-
It is specifically noted that MIDI System Real-Time Messages may
983-
actually occur in the middle of other messages in the input stream;
984-
in this case, the System Real-Time messages will be dispatched as
985-
they occur, while the normal messages will be buffered until they
986-
are complete (and then dispatched).
982+
It is specifically noted that MIDI <a>System Real Time</a> messages
983+
may actually occur in the middle of other messages in the input
984+
stream; in this case, the <a>System Real Time</a> messages will be
985+
dispatched as they occur, while the normal messages will be buffered
986+
until they are complete (and then dispatched).
987987
</p>
988988
</section>
989989
<section data-dfn-for="MIDIOutput">

0 commit comments

Comments
 (0)