add explicit line breaks in <code> sections of binding maps page
This commit is contained in:
parent
6011376b4a
commit
9221af9b1d
@ -110,7 +110,7 @@ bindings">
|
|||||||
A track/bus binding has one of two basic structures
|
A track/bus binding has one of two basic structures
|
||||||
</p>
|
</p>
|
||||||
<code>
|
<code>
|
||||||
<Binding <em>msg specification</em> uri="<em>… control address …</em>"/>
|
<Binding <em>msg specification</em> uri="<em>… control address …</em>"/></br>
|
||||||
<Binding <em>msg specification</em> function="<em>… function name …</em>"/>
|
<Binding <em>msg specification</em> function="<em>… function name …</em>"/>
|
||||||
</code>
|
</code>
|
||||||
|
|
||||||
@ -182,7 +182,7 @@ bindings">
|
|||||||
You can also bind sysex messages:
|
You can also bind sysex messages:
|
||||||
</p>
|
</p>
|
||||||
<code>
|
<code>
|
||||||
<Binding sysex="f0 0 0 e 9 0 5b f7" ….
|
<Binding sysex="f0 0 0 e 9 0 5b f7" ….</br>
|
||||||
<Binding sysex="f0 7f 0 6 7 f7" ….
|
<Binding sysex="f0 7f 0 6 7 f7" ….
|
||||||
</code>
|
</code>
|
||||||
<p>
|
<p>
|
||||||
@ -192,7 +192,7 @@ bindings">
|
|||||||
<p>
|
<p>
|
||||||
Finally, you can bind a totally arbitrary MIDI message:</p>
|
Finally, you can bind a totally arbitrary MIDI message:</p>
|
||||||
<code>
|
<code>
|
||||||
<Binding msg="f0 0 0 e 9 0 5b f7" ….
|
<Binding msg="f0 0 0 e 9 0 5b f7" ….</br>
|
||||||
<Binding msg="80 60 40" ….
|
<Binding msg="80 60 40" ….
|
||||||
</code>
|
</code>
|
||||||
<p>
|
<p>
|
||||||
|
Loading…
Reference in New Issue
Block a user