Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link definition of System Real Time #247

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ <h2>
<p>
The terms <dfn>MIDI</dfn>, <dfn>MIDI device</dfn>, <dfn>MIDI input
port</dfn>, <dfn>MIDI output port</dfn>, <dfn>MIDI interface</dfn>,
<dfn>MIDI message</dfn>, <dfn>MIDI System Real-Time message</dfn> and
<dfn>MIDI message</dfn>, <dfn>System Real Time</dfn> and
<dfn>System Exclusive</dfn> are defined in [[MIDI]].
</p>
</section>
Expand Down Expand Up @@ -980,11 +980,11 @@ <h3 id="MIDIInput">
</li>
</ol>
<p>
It is specifically noted that MIDI System Real-Time Messages may
actually occur in the middle of other messages in the input stream;
in this case, the System Real-Time messages will be dispatched as
they occur, while the normal messages will be buffered until they
are complete (and then dispatched).
It is specifically noted that MIDI <a>System Real Time</a> messages
may actually occur in the middle of other messages in the input
stream; in this case, the <a>System Real Time</a> messages will be
dispatched as they occur, while the normal messages will be buffered
until they are complete (and then dispatched).
</p>
</section>
<section data-dfn-for="MIDIOutput">
Expand Down