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
|
||||
</p>
|
||||
<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>"/>
|
||||
</code>
|
||||
|
||||
@ -182,7 +182,7 @@ bindings">
|
||||
You can also bind sysex messages:
|
||||
</p>
|
||||
<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" ….
|
||||
</code>
|
||||
<p>
|
||||
@ -192,7 +192,7 @@ bindings">
|
||||
<p>
|
||||
Finally, you can bind a totally arbitrary MIDI message:</p>
|
||||
<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" ….
|
||||
</code>
|
||||
<p>
|
||||
|
Loading…
Reference in New Issue
Block a user