]> Shamusworld >> Repos - ardour-manual/commitdiff
Fix for internal anchor links in the build script.
authorShamus Hammons <jlhamm@acm.org>
Sat, 11 Nov 2017 00:47:11 +0000 (18:47 -0600)
committerShamus Hammons <jlhamm@acm.org>
Sat, 11 Nov 2017 00:47:11 +0000 (18:47 -0600)
Seems this had been broken for some time now, but nobody noticed it. :-/
Thanks to Len Ovens for pointing this one out. :-)

95 files changed:
build.py
include/about-ardours-interface.html
include/adding-pre-existing-material.html
include/adding-tracks-busses-and-vcas.html
include/audio-track-controls.html
include/audiomidi-busses-mixer-strips.html
include/aux-sends.html
include/behringer-devices-in-mackielogic-control-mode.html
include/bus-controls.html
include/cleaning-up-sessions.html
include/common-region-edit-operations.html
include/control-masters-mixer-strips.html
include/controlling-playback.html
include/controlling-track-ordering.html
include/copy-regions.html
include/copying-versus-linking.html
include/corresponding-regions-selection.html
include/create-midi-tracks.html
include/creating-location-markers.html
include/creating-range-markers.html
include/default-keyboard-bindings.html
include/devices-using-mackielogic-control-protocol.html
include/edit-point-control.html
include/editing-clocks.html
include/editor-lists.html
include/export-dialog.html
include/generic-midi-binding-maps.html
include/getting-more-plugins.html
include/grid-controls.html
include/import-dialog.html
include/interchange-with-other-daws.html
include/latency-considerations.html
include/layering-display.html
include/list-of-menu-actions.html
include/marker-context-menu.html
include/master-bus-strip.html
include/midi-track-controls.html
include/mnemonic-bindings-for-linux.html
include/monitor-section.html
include/monitor-setup-in-ardour.html
include/monitoring.html
include/mono-panner.html
include/move-regions-with-the-mouse.html
include/moving-markers.html
include/muting-and-soloing.html
include/navigating-the-editor.html
include/newopen-session-dialog.html
include/osc58-automation.html
include/osc58-controlling-ardour-with-osc.html
include/osc58-feedback.html
include/panning.html
include/patch-change.html
include/plugin-manager.html
include/quantize-midi.html
include/region-context-menu.html
include/region-naming.html
include/renaming-a-session.html
include/rhythm-ferret.html
include/ruler.html
include/searching-for-files-using-tags.html
include/select-regions.html
include/selection-and-punch-clocks.html
include/session-templates.html
include/signal-routing.html
include/snapshots.html
include/stem-exports.html
include/stereo-panner.html
include/stretching-regions.html
include/tempo-and-meter.html
include/the-edit-menu.html
include/the-loop-range.html
include/the-ranges-and-marks-lists.html
include/the-region-menu.html
include/the-snapshot-list.html
include/the-tracks-and-busses-list.html
include/the-view-menu.html
include/toolbox.html
include/track-and-bus-groups.html
include/track-color.html
include/track-context-menu.html
include/track-height.html
include/track-types.html
include/transport-bar.html
include/transport-clocks.html
include/transposing-midi.html
include/using-key-bindings.html
include/using-the-presonus-faderport8.html
include/vbap-panner.html
include/waveform-display.html
include/whats-in-a-session.html
include/which-regions-are-affected.html
include/working-with-ardour-built-plugin-editors.html
include/working-with-regions.html
include/zoom-controls.html
master-doc.txt

index 144760df2b95cd0766d5c6206447c9b2e0722cc8..50ff861f471e7ed9912e677d590c36540fd54283 100755 (executable)
--- a/build.py
+++ b/build.py
@@ -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):
index 73ce2331f5320134379547db1b921b8599c89595..4ae51dc75acd59acf33087f48c99e4dbafb4c519 100644 (file)
 <p>
   To learn more about the process of mixing, see <a href="@@basic-mixing">Mixing</a>.
 </p>
+
index 5b2f7082886da946f59ff51c35906402ec8cf660..63dbf13a42009aa484a368848ca70b9d1b3748e0 100644 (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>
+
index 24f4bdc34833028c752c365991fe56ce5990cf76..27cc99bddc173f2d33c167ed6595a3fb39fd35a3 100644 (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>
+
index 8036567ffc5e0e2ae5bfd44e9da86648838d28af..1d9f763b3e68115ce8be7f97414824be8d4979e1 100644 (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>
+
index 2aaff9880e56a914987be3d8e77e7a465a2128a2..226fea859fb7c77cd5c436cc1df5157f2a78ce36 100644 (file)
   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>
+
index 5b425d74d0de2841a18f6a159cb8d818a8cc9952..a661578022c04a6d32f450ddb4f44c660b977e2f 100644 (file)
   panner, or to follow it. The latter could be useful for Reverb effects, or
   for in-ear monitor mixes delivered in stereo.
 </p>
+
index 2a6b767d06085b6cb4506b99fb24aed4d2a4e282..551e635495e1b2a0dcb18cc4e5fbbe65439c00f2 100644 (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>
+
index c7be8e94f83a86e5f4d4d7db84b536851c3307f8..3f50e56cc46c188a26c4749b1b57122f2d393b11 100644 (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>
+
index af61f2c635fc72a3c5f43c1142acc0765565053a..25220e37a88cec9bb57ba68a9498220e475c5566 100644 (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>
+
index 18448ab85db537e9e024ea055814d881bb07286b..fefdc5daefe943df8f0826ba6a0e3f851572dfb6 100644 (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>
+
index 70c7dbbc779fec82a30b74fa27f8db542498124d..0da1496f371d1d7bef40c652cf04cd1bd2c94c2b 100644 (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>
+
index 59123fbd22a8785ffbd58560d8ba9c15215cac22..5db534d5d1440762fefb9a09b4fe8fdb5b617593 100644 (file)
@@ -58,3 +58,4 @@
 <p>
   By default, looping is bound to the <kbd>l</kbd> key.
 </p>
+
index e284d227587f35ceb388ea79a30605940755d282..3adfffdd1e30ce3c579367226dcb1bcb5b25c35b 100644 (file)
@@ -92,3 +92,4 @@
   remote IDs is not possible. The master bus and monitor section can be
   accessed by name.
 </p>
+
index efb7573d042bc59127df6cb14ee238e5075d99ba..0f707a841224b5fc852e939b50f449bc5c46dc35 100644 (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>
+
index 1682ce72013ddc09e420a03b274b85297c709033..787bd615030d1af36c2ebd2faff7d78996086a77 100644 (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>
+
index b3f0856cb2e7894e5f3765d4e0437205bb83ef5c..f94cb2546eef746f12a62d1195bafbc3d9eabea8 100644 (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>
+
index 5d25b9fc61d85436fbdb847c07afe97ddc201971..dda3062f75b19e2b0f92e930922c5a2ac21c8d57 100644 (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>
+
index ee303cfed1ed8fbe45e3c3dbceba84aa46ff36f7..c496e805dec5f82bd515f5451d316a4ee48de6bc 100644 (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>
+
index a6fcd27da7d302ba619635384fcad21d3ab7b112..73a902fd133a77f95d435a39fbb9f47df86441a9 100644 (file)
@@ -29,3 +29,4 @@
 <p>
   See <a href="@@moving-markers">Moving markers</a> for more information.
 </p>
+
index 52d35f433f1f5b45a156f1d5b3c49815c2bc07fb..040fe441b1f295ba438f060401d4aeb0bd628fc1 100644 (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>
+
index bd7f02885134acb94044e53c4057fe9bf70dd54b..9226c0af207335c954ea1b86623b654919cb9319 100644 (file)
@@ -76,3 +76,4 @@
   world uses Mackie Control Protocol. Ardour does not support HUI at
   this time.
 </p>
+
index 3248d8ef2ea5c1133c3fb108fe4546ea31710006..7b2bae518223080005dab952e9bca853ef666106 100644 (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>
+
index 9eb82f9d4370bd27177957a9b952ac3203656a14..8ab21583216eeb59ed7504a4e1e0bf61ba8ade0a 100644 (file)
   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>
+
index 2f91a9525784c37758c9d400a79accca78108dd9..d75f6b4ce02ff4c17137eefdf85a30e797c2155b 100644 (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>
+
index 7b2bd0b33c005e60c92a317051fdf69e692c52e9..4e9337fc8a2b56e3a479125f26577ae56f7776cf 100644 (file)
   choose to export either the region contents or the track output here in this
   case.
 </p>
+
index 520c9ccd4d8092c0ad0a746765782ab8c97f3cee..47758a2bf038520f90a1290d9734202c5db10f99 100644 (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>
+
index 58772a5bdaefab02b6bfa8781e9627c54ca3aee7..688f6339a009d29beb16b6e3c879e56e5d3210ed 100644 (file)
   AudioUnit format. These have their own installation process that tends to
   just work.
 </p>
+
index e985dd9806d786210bf740bac42e8c2184203d5e..663ff5d8c3d88eefd510526d5aab154f194b1cf4 100644 (file)
   unusable. This option should not be used in conjunction with the use any of the
   Region grid units.
 </p>
+
index 8f13801fabc93223142985cf55ca4b6eb967cb13..0e1c2530f6aebf82d834048ec7b450a2ec59327a 100644 (file)
@@ -89,3 +89,4 @@
   <a href="@@copying-versus-linking">Copying
   versus Linking</a> for details.
 </p>
+
index c0b0c3f549888e01929b58580a4166e1edebc394..ef9c8386c94e98bdcd1aefd79ff3c0bf28fdf39e 100644 (file)
@@ -71,3 +71,4 @@
   the cost is 59 USD for the "Standard" version, and 199 USD for the "Enhanced"
   version).
 </p>
+
index f0ac6bbdbdadf9c410ce1e342f6e54eb4beb6de7..655f1b3a7c1c478ce57089f38a4ea99c44d87f3b 100644 (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>
+
index b90f9c254d5483e6b8540f9df170e4aa30d0728d..b0873850c74924d2d04b14d6ca333fef5404cba4 100644 (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>
+
index acff690ed244b6e3ae8580426cb05331984f5979..221b2ae8ab96bb60536c7fae7d879ea8305b810c 100644 (file)
        <tr><th><kbd class="osc">Mixer/unity-gain</kbd></th><td>Set Gain to 0dB on Mixer-Selected Tracks/Busses</td></tr>
   </tbody>
   </table>
+
index 438296512bd0b81bd7a8cb7a043ca056f897a319..c957f0a4551b6430c722ab83cba68c829e3015ae 100644 (file)
@@ -35,3 +35,4 @@
   and move it to a nearby region boundary, region sync point, or to the
   playhead or mouse.
 </p>
+
index cce876f997d3489ba82bd5d7fe04d336be7136ae..e1876fdcf282c8ef4f428e29174ef205d489813c 100644 (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>
+
index 9c6f68917ad785f0cd974c57b9a2fa6fd4ef5cf6..4fe38983630fd80c9c3bddd4128479403bec82ad 100644 (file)
@@ -45,3 +45,4 @@
 <p>
   To edit the contents of a MIDI track see <a href="@@edit-midi">MIDI Editing</a>.
 </p>
+
index fad33bec06b17ecdb971660457fd3676ee14fb53..66737462fde520bb2aa2781addc34a83aa5f2092 100644 (file)
 <tr><th>set tempo (1 bar) from region(s)</th>
 <td><kbd class="">9</kbd></td></tr>
 </table>
+
index 8c60b03d758bae843a1f8c7dde9a3acfd2c2e426..3d34d74f8dacf440397d2e152021153183661df3 100644 (file)
   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>
+
index 208a49889d569125ddf51e787c8a3d35b2aee2be..97e3385810be75ae692c132eeca23e311fec6fd6 100644 (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>
+
index f33401792170d5a4ee5c79c741471417b73d1253..e1042b08e6d4173fee8b9738e0987990b31bd891 100644 (file)
@@ -8,3 +8,4 @@
   the input signal of all tracks that are armed for recording, and playing
   back the unarmed tracks.
 </p>
+
index ddc9e31224e212ce432d17c3d4ddaf6c230cfd72..8d7e95051a5840655a66764760b5bd67170daed2 100644 (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>
+
index 08eda368a3186f1cb418c979e347ee0ae3f39752..c8a0116ba8dc497b9f1b43e6dc16e55d877278cd 100644 (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>
+
index 31a87a0235db74501fedf124e7a9571ab8dff09a..71bd34989f491ae267dc6c3916a87830dfb38252 100644 (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>
+
index 86822b319cafcf8200c0b5f53a3832e138ce519c..5b685379993b018650a38f8b7216ba16a6a32fbe 100644 (file)
   of the track; through the sends, through the control outputs (to the monitor
   bus) and to the main outputs.
 </p>
+
index c59d6a23fcd1708299977bca55693ad6d5bf1ffe..02a9deff30619319c27172bfd5b4b9cb2c956972 100644 (file)
   <li>The third one enlarges the tracks, and is the counterpart of the previous
     one.</li>
 </ul>
+
index 515ed7fb811ac3391d991c745aa681757fbaa4f0..15cbeb42cc3f3e68fa926b9113bc76c5c08804e2 100644 (file)
     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>
+
index 22115139931abdbadbd372161ae1b29627feb02c..6515f0860f302c3775d712f0471f19a709e73bc7 100644 (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>
+
index d9e8aeaefe653bd12c173c92f5be63d1c43f767c..bc3d330e7f7a62faa36e6f9a2c33a75c874502f5 100644 (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-->
+
index 505471772e485c3fd47aba56e6514a2e2854ba29..746344b282636a95bbdb65163bfbe9c5a0a9c6be 100644 (file)
   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>
+
index deea17a862c3ae5ec024bf14298478ed2b82ee93..8a81a8bcfc83e450d62de4a79b2724e9afa05a7f 100644 (file)
@@ -39,3 +39,4 @@
   In addition to the panners, Ardour has a balance control for subtle
   corrections to existing stereo images.
 </p>
+
index 13242c856d72d8d5617fe4a65b08b0b4803cb5f7..74f648dbad4e9f4ea43d8a2a79bb3c1520f5ebe9 100644 (file)
@@ -57,3 +57,4 @@
 <p class=fixme>
   Add content
 </p>
+
index c6a98af8d8788e252977adbf5a7981956e872d8a..c4b00b25f8fba15cb362a7b98639346ac633f702 100644 (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>
+
index faf85b8c433a870f988a0e72f4bba13c0a1bea98..f148e3b2db1a4b7df6302c437c354f8e36f6b0bc 100644 (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>
+
index 0b0a284ebb36a523328cf4999161c84fc382f339..f355a2b77fbd63d89c8cb8fdda722e0dc45e0b0f 100644 (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>
+
index d51836ebf83aeb3ef3ae44266967416306bfb8b8..0ba8d37abe049d0f374bd09d86eed434613dae3e 100644 (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>
+
index 96baa75de632345995d8ce95f1fd753cc61c64cc..f1e874112d16dde9a382521070d8485f84ee1d4a 100644 (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>
+
index ebd531cb3250bda3eb6475469f5e95800ac9a1dd..37365d7bc231b8889900971f07b5ed0a8c0d7d9f 100644 (file)
   <kbd class="mouse">right</kbd> click then <kbd class="menu">Selected Regions &gt; Position &gt;
   Snap position to grid</kbd>.
 </p>
+
index bf7cf02dbe1cf665e42001bebd734d0c0d216b0f..83c66ba7310c36d909dd0581783fb9ddef78614f 100644 (file)
@@ -42,3 +42,4 @@
   Tempo, Bars:Beats and Timecode use are described in <a
   href="@@tempo-and-meter">Tempo and Meter</a>.
 </p>
+
index bfc7586bceb48c045f3a15d929c7459e7eddb408..aa12e263a2d6fcbed2aff8faf9b58163b775bd44 100644 (file)
@@ -39,3 +39,4 @@
   will appear in the results window. Selected files can be auditioned and marked
   with additional tags if required.
 </p>
+
index d6d28391afcc3efe53c9e7526d784f6bb9c058d3..5ab34e848f75a1a391139b5b2d2c297fc0e6974a 100644 (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>
+
index 22460bf0c2a3b2f68b9883718c35e08a829a25a5..0222e3dd2b35a5c5481cdd13bf4ea590029cf5c2 100644 (file)
@@ -70,3 +70,4 @@
 <p>
   See <a href="@@track-types">Track Modes</a> for more information.
 </p>
+
index 705558fb13c5cec0d2602060279e7d9750de2509..c76cba5f2444ecb7484c499c6a2762fb1b895316 100644 (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>
+
index 5b7cfb7a2599630edd9ed4943159041cce29e5cb..3fd2b50d88468bdf3101cd9fe54072c204507dec 100644 (file)
@@ -40,3 +40,4 @@
   is required. Ardour offers many possibilties for connecting things in the
   way you may need or want them.
 </p>
+
index 7490b0d51d59fc3ed9ab15122c40325c419bdfdb..3aa4d0102404738032d45ae0e256968a0a21c03e 100644 (file)
@@ -60,3 +60,4 @@
   present. Clicking on it shows the list, and then clicking on the name of the
   snapshot loads it.
 </p>
+
index 753a4e4c77486cd38a921d55e61087ac923831e4..90ed1b2480c854f391f14a53928fcb7b66d75f26 100644 (file)
@@ -9,3 +9,4 @@
   This is one of the most common methods of interchange because it works between
   all DAWs.
 </p>
+
index 784ff4f90b5c6dd7ac40d3b586a583bc2fbafe3e..0d3addb81d56efcc6a865050f9ddea588e975e06 100644 (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>
+
index c1a576f135abb76fe5508fa9ce3bbf1e4c25aea1..38d2663ed106e47e3c4bda03c02067cbbe4ad266 100644 (file)
   <li>For multi-tonal material (chords,&hellip;), either one of the three first choice, or the default
     <em>Crisp</em>.</li>
 </ul>
+
index 8278eb2ceea60361af481489669352514fc52cea..8205e8326ff72efe743e350014b0ed0aaa31006f 100644 (file)
   <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>
+
index 930683f12f6409fe5920b6b4757c5011e927d75f..839f4c10f58c1cf1866169776e16d5004a9dbebe 100644 (file)
 
        <tr><th>Preferences</th><td>Displays the <a href="@@global-preferences-dialog">Preferences</a> panels, allowing to change Ardour's behaviour</td></tr>
 </table>
+
index 1f757884ab870c9699ec8d6aa233545b635aa593..235fb24c2f11a3c3e65c49e963af0706080c95d7 100644 (file)
@@ -8,3 +8,4 @@
   href="@@the-ranges-and-marks-lists">Ranges &amp; Marks
   list</a>.
 </p>
+
index 9549b577e7633033c855c9e4997d9561b904ce8d..83febb22fb2b5963e11f2a03e8a014a43ff01419 100644 (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>
+
index 430ed274414f5e106ba10770365622a09066add0..39c17d3993f07ea916b6aa5bc1df342235aeac68 100644 (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>
+
index 68634ca8c52894e9e550ce0c7427f2ebeb2346bf..c1f647a8e375ff5047ed3cdf065f5dcea86af06b 100644 (file)
@@ -6,3 +6,4 @@
 <p>
   See <a href="@@snapshots">Snapshots</a> for more information on snapshots.
 </p>
+
index 1e20c1bf1e68faf944a5ec05f1d527dc6b29f611..52f71b23601fed81e70827ec36890901c7346b53 100644 (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>
+
index 9d405b1b28620f66af2dc6fcfaab5c796bbab293..e146884f534fa90b55776328159e55d52fd6efe7 100644 (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>
+
index 30edad01bc38a0d26abbf5678686c7def0c9d887..3bfa4e5899400d8120a850a69a2a3d34c2fb3127 100644 (file)
   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>
+
index aa8310351bc692006c3571f07bed1dd925629cd6..b6bb070473829c6bf3c8a4060859a7d0be7db958 100644 (file)
 <tr><th>Disable All Groups</th>
     <td>makes all groups inactive, including any hidden groups.</td></tr>
 </table>
+
index 1a509d649581dc4a74e27d987506e4e5201edc70..1a5ea0fbbcaa39bc06996fd214bc37df2119c983 100644 (file)
@@ -35,3 +35,4 @@
   Group&hellip;</kbd> and then clicking on the Color selector in the displayed
   dialog.
 </p>
+
index 80c9400a0308b2a8604d5ab3bca209d2e8871a92..688289692debd249a3931fc4c02a17de8138c20e 100644 (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>
+
index a54770fe7a594182af0d20c041e2edf9ca2a238f..be2f1b6d9a30bf4aff3cf417ae08e16f4346a30f 100644 (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>
+
index d6d2c59f666eae382968442dc8b070b971fbf864..4868677bc463daf6143453048c7bf2bbea35e82f 100644 (file)
   preferable to leave Ardour make connections automatically, even if some changes
   are manually done later.
 </p>
+
index d44281857eef7cfa741a1052776f5dd1b1c0481f..79186441436334b837b0651c3b1481541462182a 100644 (file)
   Go to the <kdb class="menu">Transport</kbd> and <kdb class="menu">Transport &gt;
     Playhead</kbd> to find more.
 </p>
+
index 5333864f38cddb500f83c47a9c616f9b87ecd025..ba448295d2a0db2c8a6b0840b6d6e48fb382547b 100644 (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>
+
index a12d196deb69470907254d3d112ac9675baaf308..1a3e52a93a5754ca2be0ed4488bd0b3dbd59e52f 100644 (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>
+
index d1460c132168ca15b92ae1660c58c94e1ac13ba7..229e9c2f04ab24f0d2a13dc9aeb02fad8fc329ce 100644 (file)
@@ -28,3 +28,4 @@
   <tr><th><kbd class="mod1">space</kbd></th>
   <td>Stop and forget capture</td></tr>
 </table>
+
index fd9c2ff0de9fe601fc6fc1a836f6634f6a70afa3..e53aa54a9aafdeb423c406ab34cd0a2546ec3c23 100644 (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>
+
index 6967d74aec4fa6b097408f6d9442b29ee49a42ac..909ded59b44f69ca30eb37c0dc1f71387b91cd10 100644 (file)
@@ -80,3 +80,4 @@
   the panner direction. The width parameter controls the opening angle of
   the distribution sector.
 </p>
+
index 19a3d87a165cd95924f67b3a66b1e3bf9c1483fc..120a51ca3e3440f3f8f93aaecfa87b307c05da89 100644 (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>
+
index 0c02d3da90e0fddee121525bd6d8db95e8c01f9e..123f21dc3fb914fe0ff10196afc90b0f5bbd6406 100644 (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>
+
index f1d8b8dd8cf456797d3e9dbfb9ff07fca2b289c4..f99fec7058133446e6feb4031a6c0c3d545e902d 100644 (file)
@@ -41,3 +41,4 @@
   edit points (<kbd class="menu">Playhead</kbd>,<kbd class="menu">Marker</kbd>)
   indicate a time only.
 </p>
+
index e222cc3b19ef6728a126e7ccbd5df55bbbc65c2a..811b627d2d3089b1a2e471773a330aff00b1a3d3 100644 (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>
+
index 17ed01d2814e71ddbb280a665e57740a76f449d6..ee521cb29036f8347b8ccb5752470df1c9ba1a39 100644 (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>
+
index beb6114c0a3aa41ba2b76d08e856c89e7de33c0b..a408ac934f9f925f69762049dce39ce15bddc19b 100644 (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.
+
index 006ffaaaf8fe494648da235ba0093fd5a90393fd..b37e46a698af2b0d43369e50e946298c6aaec738 100644 (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