From 9f1ac7fe361381892ac3f3bc88c27a418282375c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Nettingsmeier?= Date: Fri, 7 Feb 2014 01:50:36 +0100 Subject: [PATCH] various validator fixes all over the place. --- .../03_why-is-it-called-ardour.html | 38 ++++++++++--------- .../02_about-ardour-documentation.html | 4 +- .../05_setting-up-midi/02_midi-on-linux.html | 4 +- .../01_ubuntu-linux.html | 8 ++-- .../01_starting-ardour.html | 2 +- ...starting-ardour-from-the-command-line.html | 2 +- .../01_ranges--marks-list.html | 8 ++-- .../05_using-ardour-clock-displays.html | 2 +- _manual/04_ardours-interface/06_meters.html | 4 +- .../01_looping-the-transport.html | 4 +- .../03_rangesmarks-list.html | 1 + .../07_punch-range.html | 2 +- .../01_new-session-dialog.html | 2 +- .../05_interchange-with-other-daws.html | 2 +- .../01_layering-display.html | 4 +- .../02_mnemonic-bindings-for-os-x.html | 2 +- ...21_preferences-and-session-properties.html | 2 +- .../01_controlling-ardour-with-osc.html | 2 +- .../04_midi-learn.html | 2 +- _manual/23_video-timeline/01_setup.html | 4 +- _manual/23_video-timeline/03_operations.html | 2 +- 21 files changed, 52 insertions(+), 49 deletions(-) diff --git a/_manual/01_welcome-to-ardour/01_about-ardour/03_why-is-it-called-ardour.html b/_manual/01_welcome-to-ardour/01_about-ardour/03_why-is-it-called-ardour.html index 2f1c62e..aaa0e2b 100644 --- a/_manual/01_welcome-to-ardour/01_about-ardour/03_why-is-it-called-ardour.html +++ b/_manual/01_welcome-to-ardour/01_about-ardour/03_why-is-it-called-ardour.html @@ -4,29 +4,31 @@ title: Why is it called Ardour? ---

-The name "Ardour" came from considerations of how to pronounce the acronym -HDR. The most obvious attempt sounds -like a vowelless "harder" and it then was then a short step to an unrelated -but slightly homophonic word: + The name "Ardour" came from considerations of how to pronounce the acronym + HDR. The most obvious attempt sounds + like a vowelless "harder" and it then was then a short step to an unrelated + but slightly homophonic word:

- ardour n 1: a feeling of strong eagerness (usually in favor of - a person or cause); "they were imbued with a revolutionary ardor"; "he - felt a kind of religious zeal" [syn: ardor, elan, zeal]
- 2: intense feeling of love [syn: ardor]
- 3: feelings of great warmth and intensity; "he spoke with great ardor" - [syn: ardor, fervor, fervour, fervency, fire, fervidness] +

+ ardour n 1: a feeling of strong eagerness (usually in favor of + a person or cause); "they were imbued with a revolutionary ardor"; "he + felt a kind of religious zeal" [syn: ardor, elan, zeal]
+ 2: intense feeling of love [syn: ardor]
+ 3: feelings of great warmth and intensity; "he spoke with great ardor" + [syn: ardor, fervor, fervour, fervency, fire, fervidness] +

-Given the work required to develop Ardour, and the personality of its -primary author, the name seemed appropriate even without the vague -relationship to HDR. + Given the work required to develop Ardour, and the personality of its + primary author, the name seemed appropriate even without the vague + relationship to HDR.

-Years later, another interpretation of "Ardour" appeared, this time based -on listening to non-native English speakers attempt to pronounce the word. -Rather than "Ardour", it became "Our DAW", which seemed poetically fitting -for a Digital Audio Workstation whose source code and design belongs to a -group of collaborators. + Years later, another interpretation of "Ardour" appeared, this time based + on listening to non-native English speakers attempt to pronounce the word. + Rather than "Ardour", it became "Our DAW", which seemed poetically fitting + for a Digital Audio Workstation whose source code and design belongs to a + group of collaborators.

diff --git a/_manual/01_welcome-to-ardour/02_about-ardour-documentation.html b/_manual/01_welcome-to-ardour/02_about-ardour-documentation.html index e964684..7cfe4db 100644 --- a/_manual/01_welcome-to-ardour/02_about-ardour-documentation.html +++ b/_manual/01_welcome-to-ardour/02_about-ardour-documentation.html @@ -52,8 +52,8 @@ title: About Ardour documentation

Some GUI elements can optionally be controlled with the mouse wheel when the pointer is hovering over them. The notation for mouse wheel action is - - + + .

Context-click

diff --git a/_manual/03_setting-up-your-system/05_setting-up-midi/02_midi-on-linux.html b/_manual/03_setting-up-your-system/05_setting-up-midi/02_midi-on-linux.html index 63cbc24..adaed74 100644 --- a/_manual/03_setting-up-your-system/05_setting-up-midi/02_midi-on-linux.html +++ b/_manual/03_setting-up-your-system/05_setting-up-midi/02_midi-on-linux.html @@ -7,14 +7,14 @@ title: MIDI on Linux

a2jmidid is an application that bridges between the system MIDI ports and - JACK. + JACK.

First you should make sure that there is no ALSA sequencer support enabled in JACK. To do that open QJackCtl's Setup window.

- Set Settings > MIDI Driver to Settings > MIDI Driver to none. Then uncheck the Misc > Enable ALSA Sequencer support option.
diff --git a/_manual/03_setting-up-your-system/08_platform-specifics/01_ubuntu-linux.html b/_manual/03_setting-up-your-system/08_platform-specifics/01_ubuntu-linux.html index 24c6317..ea86dd9 100644 --- a/_manual/03_setting-up-your-system/08_platform-specifics/01_ubuntu-linux.html +++ b/_manual/03_setting-up-your-system/08_platform-specifics/01_ubuntu-linux.html @@ -132,7 +132,7 @@ title: Ubuntu Linux derivitives be directed to them.

Contact Information for Ubuntu Studio

-

The Ubuntu Studio Homepage

-

The Ubuntu Studio Forums.

-

Information on the Ubuntu Studio Mailing Lists.

-

Information on the Ubuntu Studio IRC channel. #ubuntustudio on irc.freenode.net

+

The Ubuntu Studio Homepage

+

The Ubuntu Studio Forums.

+

Information on the Ubuntu Studio Mailing Lists.

+

Information on the Ubuntu Studio IRC channel. #ubuntustudio on irc.freenode.net

diff --git a/_manual/04_ardours-interface/01_starting-ardour.html b/_manual/04_ardours-interface/01_starting-ardour.html index 449d105..f47ae90 100644 --- a/_manual/04_ardours-interface/01_starting-ardour.html +++ b/_manual/04_ardours-interface/01_starting-ardour.html @@ -28,7 +28,7 @@ title: Starting Ardour

If you open Ardour without specifying an existing session it will display - the Session > New... dialog. If JACK is not already + the Session > New... dialog. If JACK is not already running, there will be an extra Audio Engine tab in that dialog to configure JACK, which Ardour will then start automatically.

diff --git a/_manual/04_ardours-interface/01_starting-ardour/01_starting-ardour-from-the-command-line.html b/_manual/04_ardours-interface/01_starting-ardour/01_starting-ardour-from-the-command-line.html index 11be20a..051ff2c 100644 --- a/_manual/04_ardours-interface/01_starting-ardour/01_starting-ardour-from-the-command-line.html +++ b/_manual/04_ardours-interface/01_starting-ardour/01_starting-ardour-from-the-command-line.html @@ -23,6 +23,6 @@ menu-title: Starting from Linux Cmdline

To start Ardour with a new, named session:

-ardour3 -N /path/to/session +ardour3 -N /path/to/session

Other Command Line Options

diff --git a/_manual/04_ardours-interface/03_introducing-the-editor-window/01_editor-lists/01_ranges--marks-list.html b/_manual/04_ardours-interface/03_introducing-the-editor-window/01_editor-lists/01_ranges--marks-list.html index e16d547..8c1677a 100644 --- a/_manual/04_ardours-interface/03_introducing-the-editor-window/01_editor-lists/01_ranges--marks-list.html +++ b/_manual/04_ardours-interface/03_introducing-the-editor-window/01_editor-lists/01_ranges--marks-list.html @@ -3,8 +3,8 @@ layout: default title: Ranges & Marks List --- - - - -

For information on this list see Getting To Know the Ranges & Marks List in the "Working with Markers" section of the manual.

+

+ For information on this list see + Getting To Know the Ranges + & Marks List in the "Working with Markers" section of the manual.

diff --git a/_manual/04_ardours-interface/05_using-ardour-clock-displays.html b/_manual/04_ardours-interface/05_using-ardour-clock-displays.html index 48674a5..55fbbd4 100644 --- a/_manual/04_ardours-interface/05_using-ardour-clock-displays.html +++ b/_manual/04_ardours-interface/05_using-ardour-clock-displays.html @@ -69,7 +69,7 @@ title: Using Ardour Clock Displays

Every clock in Ardour has four different, selectable clock modes. Each mode displays time using different units. - You can change the clock mode by Right-clicking + You can change the clock mode by Right-clicking on the clock and selecting the desired mode from the menu. Some clocks are entirely independent of any other clock's mode; others are linked so that changing one changes all clocks in that group. The different modes are: diff --git a/_manual/04_ardours-interface/06_meters.html b/_manual/04_ardours-interface/06_meters.html index 94f8fc8..6bc8b86 100644 --- a/_manual/04_ardours-interface/06_meters.html +++ b/_manual/04_ardours-interface/06_meters.html @@ -51,7 +51,6 @@ title: Metering in Ardour

-
Digital peak-meter
A Digital Peak Meter displays the absolute maximum signal of the raw audio PCM signal (for a given time). It is commonly used when @@ -81,6 +80,7 @@ title: Metering in Ardour
  • Peak + RMS: standard RMS, customizable via Edit > Preferences > GUI > Metering
  • +
    IEC PPMs
    IEC-type @@ -107,6 +107,7 @@ title: Metering in Ardour customizable parameters.

    +
    VU meters
    VU meters are the dinosaurs (1939) amongst the meters. They react very slowly, averaging out peaks. @@ -148,7 +149,6 @@ title: Metering in Ardour Regardless of meter type and standard the meter display will highlight red if the signal on the given channel exceeds the configured peak threshold.

    -

    Left on the peak-indicator button resets the peak-hold indicator of a single channel.
    diff --git a/_manual/05_controlling-playback/01_looping-the-transport.html b/_manual/05_controlling-playback/01_looping-the-transport.html index 5de8326..d158369 100644 --- a/_manual/05_controlling-playback/01_looping-the-transport.html +++ b/_manual/05_controlling-playback/01_looping-the-transport.html @@ -4,14 +4,14 @@ title: Looping the Transport ---

    - When the loop transport button is pressed, the playhead will + When the loop transport button is pressed, the playhead will jump the start of the loop range, and continue to the end of that range before returning to the start and repeating. While looping, a light green area is displayed in the time ruler over the tracks to show the loop range.

    - By default, looping is bound to the L key. + By default, looping is bound to the l key.

    For more information on defining and altering the loop range see diff --git a/_manual/06_working-with-markers/03_rangesmarks-list.html b/_manual/06_working-with-markers/03_rangesmarks-list.html index 97b2653..3347342 100644 --- a/_manual/06_working-with-markers/03_rangesmarks-list.html +++ b/_manual/06_working-with-markers/03_rangesmarks-list.html @@ -66,3 +66,4 @@ title: Ranges & Marks List the range to a CD track, which will again be included in exported TOC or CUE files. This is relevant for Disk-At-Once recordings that may contain audio data between tracks.

    +
    \ No newline at end of file diff --git a/_manual/06_working-with-markers/07_punch-range.html b/_manual/06_working-with-markers/07_punch-range.html index c58d082..ab42855 100644 --- a/_manual/06_working-with-markers/07_punch-range.html +++ b/_manual/06_working-with-markers/07_punch-range.html @@ -9,7 +9,7 @@ title: Punch Range

    It can be defined on the timeline or in the - Ranges & Marks + Ranges & Marks list.

    diff --git a/_manual/07_working-with-sessions/01_new-session-dialog.html b/_manual/07_working-with-sessions/01_new-session-dialog.html index ce7ec25..59f0046 100644 --- a/_manual/07_working-with-sessions/01_new-session-dialog.html +++ b/_manual/07_working-with-sessions/01_new-session-dialog.html @@ -82,7 +82,7 @@ Setup Dialog"/> ing_more_than_one_audio_device/">merge its separate input and output devices into a single "aggregate device" before Ardour will be able to use it. -

    +

    Sample Rate
    diff --git a/_manual/07_working-with-sessions/05_interchange-with-other-daws.html b/_manual/07_working-with-sessions/05_interchange-with-other-daws.html index 4ea4eab..0b0e2e5 100644 --- a/_manual/07_working-with-sessions/05_interchange-with-other-daws.html +++ b/_manual/07_working-with-sessions/05_interchange-with-other-daws.html @@ -13,7 +13,7 @@ title: Interchange with other DAWs
  • AAF (Advanced Authoring Format). Developed by a consortium of media-related corporations.
  • -

    In practice both of these standards have such complex and/or incomplete specifications that different DAWs support them only partially, differently, or not at all. diff --git a/_manual/10_working-with-tracks/04_controlling-track-appearance/01_layering-display.html b/_manual/10_working-with-tracks/04_controlling-track-appearance/01_layering-display.html index 2ffc713..dcd5f0d 100644 --- a/_manual/10_working-with-tracks/04_controlling-track-appearance/01_layering-display.html +++ b/_manual/10_working-with-tracks/04_controlling-track-appearance/01_layering-display.html @@ -4,7 +4,7 @@ title: Layering Display ---

    +alt="Track layering menu" />

    Ardour allows arbitrary layering of regions — you can have as many regions you wish at a given position. By default, the regions are @@ -31,7 +31,7 @@ alt="Track layering menu" />

    class="menu">overlaid is currently selected. Click on stacked and the track display changes to this:

    -overlapping regions in stacked mode

    +overlapping regions in stacked mode

    You can still move regions around as usual, and in fact you can even drag them so that they overlay each again, but when you diff --git a/_manual/20_default-keyboard-bindings/02_mnemonic-bindings-for-os-x.html b/_manual/20_default-keyboard-bindings/02_mnemonic-bindings-for-os-x.html index ddf7170..2996930 100644 --- a/_manual/20_default-keyboard-bindings/02_mnemonic-bindings-for-os-x.html +++ b/_manual/20_default-keyboard-bindings/02_mnemonic-bindings-for-os-x.html @@ -194,7 +194,7 @@ title: Mnemonic Bindings for OS X

    align start(s)
    align start(s) relative
    -
    +
    align sync points
    a
    align sync points (relative)
    diff --git a/_manual/21_preferences-and-session-properties.html b/_manual/21_preferences-and-session-properties.html index 3b56fc3..4362c57 100644 --- a/_manual/21_preferences-and-session-properties.html +++ b/_manual/21_preferences-and-session-properties.html @@ -15,7 +15,7 @@ title: Preferences and Session Properties
  • Session properties control aspects of the workflow or configuration that pertain to the current session only. You can find them - in Session &t; Properties, and they will be stored + in Session > Properties, and they will be stored in the session file.
  • diff --git a/_manual/22_using-control-surfaces/01_controlling-ardour-with-osc.html b/_manual/22_using-control-surfaces/01_controlling-ardour-with-osc.html index f59a322..8a0360c 100644 --- a/_manual/22_using-control-surfaces/01_controlling-ardour-with-osc.html +++ b/_manual/22_using-control-surfaces/01_controlling-ardour-with-osc.html @@ -12,7 +12,7 @@ title: Controlling Ardour with OSC

    Ardour is probably one of the most OSC-controllable audio applications around, but as with all OSC-controllable apps, you can't do much without - knowing what messages can be sent. This document describes the + knowing what messages can be sent. This document describes the various categories of messages that Ardour understands. It is subject to change, particularly the "Actions" part below, since this relates to the GTK GUI for Ardour rather than the backend. diff --git a/_manual/22_using-control-surfaces/04_midi-learn.html b/_manual/22_using-control-surfaces/04_midi-learn.html index bc40912..c90dfbb 100644 --- a/_manual/22_using-control-surfaces/04_midi-learn.html +++ b/_manual/22_using-control-surfaces/04_midi-learn.html @@ -25,7 +25,7 @@ QJackctl, aconnect, Patchage, and more.

    1. Enable Generic MIDI control: Edit > Preferences - > Control Surfaces > Generic MIDI
    2. + > Control Surfaces > Generic MIDI
    3. Connect Ardour's MIDI port named control to whatever hardware or software you want (using a MIDI patchbay app)
    4. Middle-click on whatever on-screen diff --git a/_manual/23_video-timeline/01_setup.html b/_manual/23_video-timeline/01_setup.html index 86d6087..54abc07 100644 --- a/_manual/23_video-timeline/01_setup.html +++ b/_manual/23_video-timeline/01_setup.html @@ -65,8 +65,8 @@ title: Video Timeline Setup single machine setup, the studio setup is focused on modularity.

      -
        TODO

        - +
          +
        • TODO:
        • Synchronization ardour → video-display-box should be accomplished by external means jack-transport(netjack), MTC, LTC (OSC and/or diff --git a/_manual/23_video-timeline/03_operations.html b/_manual/23_video-timeline/03_operations.html index d128913..8d71fc3 100644 --- a/_manual/23_video-timeline/03_operations.html +++ b/_manual/23_video-timeline/03_operations.html @@ -44,7 +44,7 @@ title: Workflow & Operations session folder. A location other than the session folder can also be chosen (external disk, or network storage of the video server on a different machine). -
          Reference from Current Location +
          Reference from Current Location
          Only useful for opening files that were previously encoded (are already in a good format/codec). Use with care.
          Do not Import Video