Fix for internal anchor links in the build script.

Seems this had been broken for some time now, but nobody noticed it. :-/
Thanks to Len Ovens for pointing this one out. :-)
This commit is contained in:
Shamus Hammons 2017-11-10 18:47:11 -06:00
parent bc89d6d2a8
commit 081e7af0b6
95 changed files with 96 additions and 4 deletions

View File

@ -22,7 +22,7 @@ import argparse
# This matches all *non* letter/number, ' ', '.', '-', and '_' chars
cleanString = re.compile(r'[^a-zA-Z0-9 \._-]+')
# This matches new 'unbreakable' links, up to the closing quote or anchor
findLinks = re.compile(r'"@@[^#"]*"')
findLinks = re.compile(r'"@@[^#"]*[#"]')
githuburl = 'https://github.com/Ardour/manual/edit/master/include/'
#
@ -258,13 +258,14 @@ def FindInternalLinks(fs):
for hdr in fs:
if 'link' in hdr:
linkDict['"@@' + hdr['link'] + '"'] = '"/' + hdr['filename'] + '/"'
linkDict['"@@' + hdr['link'] + '#'] = '"/' + hdr['filename'] + '/index.html#'
return linkDict
#
# Internal links are of the form '@@link-name', which are references to the
# 'link:' field in the part header. We have to find all occurances and replace
# 'link:' field in the part header. We have to find all occurrences and replace
# them with the appropriate link.
#
def FixInternalLinks(links, content, title):

View File

@ -127,3 +127,4 @@
<p>
To learn more about the process of mixing, see <a href="@@basic-mixing">Mixing</a>.
</p>

View File

@ -20,3 +20,4 @@
The file will be imported and copied into the session, and placed at the
position where the drag ended.
</p>

View File

@ -91,3 +91,4 @@ track) or <em>After selection</em>.</td></tr>
from the menu. A warning dialog will pop up, as track removal cannot be undone;
this option should be used with care!
</p>

View File

@ -57,3 +57,4 @@
<td>Allows to assign the track to an existing or a
new group. For details see <a href="@@track-and-bus-groups">Track and bus groups</a>.</td></tr>
</table>

View File

@ -117,3 +117,4 @@
effects, can both coexist, as e.g. a "grouping" drum bus can have a send to a
reverb bus, and be connected to a compressor bus.
</p>

View File

@ -108,3 +108,4 @@
panner, or to follow it. The latter could be useful for Reverb effects, or
for in-ear monitor mixes delivered in stereo.
</p>

View File

@ -332,3 +332,4 @@ The surface can be broken into 8 groups of controls:
<img alt="X-Touch Mini MC mode layout" src="/images/xtouch-mini-mcp.png">
<p class=fixme>Missing content</p>

View File

@ -19,3 +19,4 @@
<p>
For more information about the bus concept, see <a href="@@understanding-basic-concepts-and-terminology#busses">Understanding basic concepts</a>.
</p>

View File

@ -85,3 +85,4 @@
permanently deleted. If a file is mistakenly destroyed this way, the user will
have to rely on data recovery techniques to try getting it back.
</p>

View File

@ -53,3 +53,4 @@ view.</td></tr>
<td>Inserts the currently selected regions in the Region List at the edit
point.</td></tr>
</table>

View File

@ -63,3 +63,4 @@ A VCA strip is made of (from top to bottom in the screenshot):
multiple buttons. Disconnecting a VCA from a track is done by unchecking this VCA in
the list that pops up, or clicking <kbd class="menu">Unassign All</kbd> to disconnect from all VCAs at once.
</p>

View File

@ -58,3 +58,4 @@
<p>
By default, looping is bound to the <kbd>l</kbd> key.
</p>

View File

@ -92,3 +92,4 @@
remote IDs is not possible. The master bus and monitor section can be
accessed by name.
</p>

View File

@ -22,3 +22,4 @@
same exact position on the timeline as the originals is done by simply using a
<kbd class="mouse mod1">Middle</kbd>-drag instead.
</p>

View File

@ -52,3 +52,4 @@
General &gt; Session &gt; Always copy imported files</kbd>. If it is
enabled, linking a file will not be possible.
</p>

View File

@ -40,3 +40,4 @@
<dfn>overlap</dfn>. This is much more flexible and will cover almost all of the
cases that the fixed rules above might make cumbersome.
</p>

View File

@ -16,3 +16,4 @@
creation time the instrument that will be used in the track. The instrument in
this context is any plugin that will generate audio in response to receiving MIDI.
</p>

View File

@ -27,3 +27,4 @@
clicking <kbd class="menu">New Marker</kbd> and using the <a href="@@editing-clocks">
clock widget</a> to set its position.</li>
</ul>

View File

@ -29,3 +29,4 @@
<p>
See <a href="@@moving-markers">Moving markers</a> for more information.
</p>

View File

@ -49,3 +49,4 @@
class="mod2n"></kbd>, <kbd class="mod3n"></kbd>, etc.) differ among
platforms, so different default bindings for each are provided.
</p>

View File

@ -76,3 +76,4 @@
world uses Mackie Control Protocol. Ardour does not support HUI at
this time.
</p>

View File

@ -34,3 +34,4 @@ editing operations take place. It can be set to either of the following:
all three choices (including the selected marker). The edit point can also be
switched using the combo-selector just right of the snap/grid unit selector.
</p>

View File

@ -124,3 +124,4 @@
on the clock, dragging downwards decreases it, again with a step size equal to
the unit of the field where the drag began on.
</p>

View File

@ -8,3 +8,4 @@
choose the list to view. The left-hand border of the list can be dragged to
vary the width of the list.
</p>

View File

@ -188,3 +188,4 @@
choose to export either the region contents or the track output here in this
case.
</p>

View File

@ -387,3 +387,4 @@ bindings"&gt;
decimal numbers in the ranges 1-16, 0-127 and 0-127 respectively
(the channel range may change at some point).
</p>

View File

@ -130,3 +130,4 @@
AudioUnit format. These have their own installation process that tends to
just work.
</p>

View File

@ -156,3 +156,4 @@
unusable. This option should not be used in conjunction with the use any of the
Region grid units.
</p>

View File

@ -89,3 +89,4 @@
<a href="@@copying-versus-linking">Copying
versus Linking</a> for details.
</p>

View File

@ -71,3 +71,4 @@
the cost is 59 USD for the "Standard" version, and 199 USD for the "Enhanced"
version).
</p>

View File

@ -34,3 +34,4 @@
the digital case there will still be the A-D-A conversion latency of
1&ndash;2&nbsp;ms.
</p>

View File

@ -53,3 +53,4 @@
it will end up with 10 lanes. Obviously, using a large track height
works much better for this than a small one.
</p>

View File

@ -743,3 +743,4 @@
<tr><th><kbd class="osc">Mixer/unity-gain</kbd></th><td>Set Gain to 0dB on Mixer-Selected Tracks/Busses</td></tr>
</tbody>
</table>

View File

@ -35,3 +35,4 @@
and move it to a nearby region boundary, region sync point, or to the
playhead or mouse.
</p>

View File

@ -17,3 +17,4 @@
<p class="note">
The Master bus strip is <em>always</em> fixed, at the right end of the mixer, regardless of the scrolling position.
</p>

View File

@ -45,3 +45,4 @@
<p>
To edit the contents of a MIDI track see <a href="@@edit-midi">MIDI Editing</a>.
</p>

View File

@ -344,3 +344,4 @@
<tr><th>set tempo (1 bar) from region(s)</th>
<td><kbd class="">9</kbd></td></tr>
</table>

View File

@ -114,3 +114,4 @@
Clicking on this button shows a menu that allows quick and convenient routing of the Monitor Section's outputs to audio hardware outputs, e.g. to feed control room monitors.
It also has an option to open Ardours routing matrix, where more detailed connectivity is available if routing to something other than hardware is required.
</p>

View File

@ -46,3 +46,4 @@
Unarmed tracks however will always just play back their contents from
disk; the live input will never be monitored.
</p>

View File

@ -8,3 +8,4 @@
the input signal of all tracks that are armed for recording, and playing
back the unarmed tracks.
</p>

View File

@ -83,3 +83,4 @@ wheel may be used as follows:
<tr><th><kbd class="mod1 mouse">&dArr;</kbd> or <kbd class="mod1 mouse">&rArr;</kbd></th>
<td>move position to the right by 5&deg;</td></tr>
</table>

View File

@ -34,3 +34,4 @@
same exact position on the timeline is done by simply using a
<kbd class="mouse">Middle</kbd>-drag instead.
</p>

View File

@ -24,3 +24,4 @@
By <kbd class="mod1 mouse">left</kbd>-dragging either end of the range marker, the
other end will move by the same distance.
</p>

View File

@ -127,3 +127,4 @@
of the track; through the sends, through the control outputs (to the monitor
bus) and to the main outputs.
</p>

View File

@ -130,3 +130,4 @@
<li>The third one enlarges the tracks, and is the counterpart of the previous
one.</li>
</ul>

View File

@ -164,3 +164,4 @@
class="menu">CoreMIDI</kbd>. On Linux, it can be changed between two legacy
ALSA drivers or the (preferred) new JACK+ALSA implementation.</td></tr>
</table>

View File

@ -49,3 +49,4 @@
The only difference is the last parameter is 1 for touched and 0 for touch released. All of the rest
of the explanation above applies.
</p>

View File

@ -618,3 +618,4 @@ Any of these actions that can be moved to session->action calls may reapear.
<td>Uses edit range as punch range</td></tr>
<dt><kbd class="osc">/toggle_all_rec_enables</kbd></th>
<td>(toggles all tracks' recording state)</dd-->

View File

@ -251,3 +251,4 @@
that OSC does track will show on those OSC controls. Examples of this
might be track record enable for tracks 1 to 32, play or stop.
</p>

View File

@ -39,3 +39,4 @@
In addition to the panners, Ardour has a balance control for subtle
corrections to existing stereo images.
</p>

View File

@ -57,3 +57,4 @@
<p class=fixme>
Add content
</p>

View File

@ -56,3 +56,4 @@
Plugins can be removed from the bottom half with a double click, or, if
already selected, by clicking <kbd class="menu">Remove</kbd>.
</p>

View File

@ -50,3 +50,4 @@
type: every note which is considered a second note (i.e. close enough to an odd
grid line as per the threshold value) will be delayed by this number of ticks.
</p>

View File

@ -19,3 +19,4 @@
Below these items is the rest of the <a href="@@track-context-menu">Track Context Menu</a>, which
provides access to <dfn>track-level operations</dfn>.
</p>

View File

@ -62,3 +62,4 @@
should not). Ardour will add a version number in the future if needed (e.g.
if the region is copied or sliced).
</p>

View File

@ -16,3 +16,4 @@
a new copy of the session folder and its contents. All it does is create a
new session file.
</p>

View File

@ -167,3 +167,4 @@
<kbd class="mouse">right</kbd> click then <kbd class="menu">Selected Regions &gt; Position &gt;
Snap position to grid</kbd>.
</p>

View File

@ -42,3 +42,4 @@
Tempo, Bars:Beats and Timecode use are described in <a
href="@@tempo-and-meter">Tempo and Meter</a>.
</p>

View File

@ -39,3 +39,4 @@
will appear in the results window. Selected files can be auditioned and marked
with additional tags if required.
</p>

View File

@ -74,3 +74,4 @@
selects it. This will do nothing for whole-file regions, since they do not exist
anywhere in a playlist or track.
</p>

View File

@ -70,3 +70,4 @@
<p>
See <a href="@@track-types">Track Modes</a> for more information.
</p>

View File

@ -24,3 +24,4 @@
See also <a href="@@adding-tracks-busses-and-vcas">Adding Tracks and Busses</a>
for information on templates for individual tracks or busses.
</p>

View File

@ -40,3 +40,4 @@
is required. Ardour offers many possibilties for connecting things in the
way you may need or want them.
</p>

View File

@ -60,3 +60,4 @@
present. Clicking on it shows the list, and then clicking on the name of the
snapshot loads it.
</p>

View File

@ -9,3 +9,4 @@
This is one of the most common methods of interchange because it works between
all DAWs.
</p>

View File

@ -247,3 +247,4 @@ some degree of comb filtering may be acceptable. Then again, it may not. Listen
carefully for artefacts if you manipulate unknown stereo signals&mdash;many
orchestra sample libraries for example do contain time-delay components.
</p>

View File

@ -105,3 +105,4 @@
<li>For multi-tonal material (chords,&hellip;), either one of the three first choice, or the default
<em>Crisp</em>.</li>
</ul>

View File

@ -147,3 +147,4 @@
<li>To change a meter, double click it. A dialog will appear.</li>
<li>To copy a meter, hold down <kbd class="mod1n"></kbd> and drag it.</li>
</ul>

View File

@ -102,3 +102,4 @@
<tr><th>Preferences</th><td>Displays the <a href="@@global-preferences-dialog">Preferences</a> panels, allowing to change Ardour's behaviour</td></tr>
</table>

View File

@ -8,3 +8,4 @@
href="@@the-ranges-and-marks-lists">Ranges &amp; Marks
list</a>.
</p>

View File

@ -69,3 +69,4 @@
exported TOC or CUE files. This is relevant for Disk-At-Once recordings
that may contain audio data between tracks.</td></tr>
</table>

View File

@ -85,3 +85,4 @@
<tr><th>Remove</th><td>Deletes the region from the edit (no file is harmed in the process, and the region stays in the Editor for later use)</td></tr>
</table>

View File

@ -6,3 +6,4 @@
<p>
See <a href="@@snapshots">Snapshots</a> for more information on snapshots.
</p>

View File

@ -39,3 +39,4 @@
As with the region list, hovering the mouse pointer over a column heading shows
a tool-tip which can be handy to remember what the columns are for.
</p>

View File

@ -78,3 +78,4 @@
<tr><th>[] Show Group Tabs</th><td>If checked, makes the groups visible as tabs on the left in the Editor, and on the top in the mixer</td></tr>
<tr><th>[] Show Marker Lines</th><td>If checked, each marker is extended across all the tracks in the editor with a line of the same color</td></tr>
</table>

View File

@ -103,3 +103,4 @@
cross-hairs. This tool acts on region gain and automation as the Draw tool.<br>
On a MIDI region, it allows to lasso-select multiple notes at a time.</td></tr>
</table>

View File

@ -151,3 +151,4 @@
<tr><th>Disable All Groups</th>
<td>makes all groups inactive, including any hidden groups.</td></tr>
</table>

View File

@ -35,3 +35,4 @@
Group&hellip;</kbd> and then clicking on the Color selector in the displayed
dialog.
</p>

View File

@ -57,3 +57,4 @@ operations.
<tr><th>(un)Freeze</th><td>Consolidates all the regions in the track into one <em>frozen</em> region which can be handled as a normal, single region. This operation can be undone at any time with the same sub-menu.</td></tr>
</table>

View File

@ -42,3 +42,4 @@
The <dfn>Visual Undo</dfn> (default shortcut: <kbd class="mod3">Z</kbd>) can be
used to revert this operation.
</p>

View File

@ -127,3 +127,4 @@
preferable to leave Ardour make connections automatically, even if some changes
are manually done later.
</p>

View File

@ -101,3 +101,4 @@
Go to the <kdb class="menu">Transport</kbd> and <kdb class="menu">Transport &gt;
Playhead</kbd> to find more.
</p>

View File

@ -79,3 +79,4 @@
<a href="/images/bigclock.png"><img src="/images/bigclock.png" height="100" alt="an image of the big clock filling a screen"></a>
<a href="/images/bigclock-recording.png"><img src="/images/bigclock-recording.png" height="100" alt="an image of the big clock while recording"></a>

View File

@ -18,3 +18,4 @@
or substract to all the notes inside the region(s), and/or for more significant
changes, octaves (12 semitones).
</p>

View File

@ -28,3 +28,4 @@
<tr><th><kbd class="mod1">space</kbd></th>
<td>Stop and forget capture</td></tr>
</table>

View File

@ -464,3 +464,4 @@ Link and Link-Lock mode will automatically disengage when entering
<kbd>Sends</kbd> or <kbd>Edit Plugins</kbd> mode.
</p>
<div class="clearer"></div>

View File

@ -80,3 +80,4 @@
the panner direction. The width parameter controls the opening angle of
the distribution sector.
</p>

View File

@ -28,3 +28,4 @@
<td>The zero line appears at the bottom of the display and waveforms appear
as absolute peaks <em>above</em> the line only.</td></tr>
</table>

View File

@ -33,3 +33,4 @@
musical tempo &amp; meter, timecode synchronization, etc.) with one or more
Tracks and Buses, and all the Regions and Plug-Ins they contain.
</p>

View File

@ -41,3 +41,4 @@
edit points (<kbd class="menu">Playhead</kbd>,<kbd class="menu">Marker</kbd>)
indicate a time only.
</p>

View File

@ -73,3 +73,4 @@
The <kbd class="menu">dB scale</kbd> selector in the bottom left allows to
change the vertical scale of the graphs.
</p>

View File

@ -51,3 +51,4 @@
class="menu">Export</kbd>, <kbd class="menu">Bounce</kbd> and <kbd
class="menu">Reverse</kbd> operations create new audio files).
</p>

View File

@ -32,3 +32,4 @@ according to you screen vertical size, some high number can have no effect.</p>
</ul>
<p>The rightmost buttons <kbd class="menu">Shrink tracks</kbd> and <kbd class="menu">Expand tracks</kbd> reduce or expand the vertical size of the selected tracks. If no track is selected, all the tracks will be shrunk or expanded each time the button is pushed.

View File

@ -238,7 +238,6 @@ uri: recording/monitoring/monitor-setup-in-ardour
part: subchapter
---
---
title: Synchronization
include: working-with-synchronization.html
@ -2194,7 +2193,6 @@ uri: using-control-surfaces/Presonus_FaderPort
part: chapter
---
---
title: Using the PreSonus FaderPort 8
menu_title: PreSonus FaderPort 8