diff --git a/_manual/05_ardours-interface/03_transport-bar-and-times.html b/_manual/05_ardours-interface/03_transport-bar-and-times.html index c9613ff..84c1807 100644 --- a/_manual/05_ardours-interface/03_transport-bar-and-times.html +++ b/_manual/05_ardours-interface/03_transport-bar-and-times.html @@ -23,7 +23,7 @@ title: Transport bar and times
  • 3 status indicators:
  • A global Meter, showing the level of the Master Output, see Metering in Ardour
  • diff --git a/_manual/05_ardours-interface/05_the-mixer/08_monitoring.html b/_manual/05_ardours-interface/05_the-mixer/08_monitoring.html index 7c23d6d..af52208 100644 --- a/_manual/05_ardours-interface/05_the-mixer/08_monitoring.html +++ b/_manual/05_ardours-interface/05_the-mixer/08_monitoring.html @@ -1,14 +1,126 @@ --- -title: Monitoring +title: The Monitor section --- +The Monitoring strip + +

    + The Monitoring section can be activated for the session by using the + + Session > Properties window and checking the + Use monitor section in this session in the + Monitoring tab. +

    +

    + The Monitoring section appears on the right of the Mixer, and comprises: +

    +
      +
    1. A detach/attach button, to make it its own window or include it into the Mixer
    2. +
    3. Three status indicators for the current session state
    4. +
    5. Current solo behaviour
    6. +
    7. The Processors button and optional processor box
    8. +
    9. Three volume knobs controlling the playback
    10. +
    11. The channels On/Off switches controlling options on each channels independantly
    12. +
    13. Controls for solo/mute levels: Gain increase for solo, gain reduction non-soloed, gain reduction for dimming
    14. +
    15. The global monitoring gain knob
    16. +
    17. Output connection selector
    18. +
    + +

    + Different settings in Ardour will result in different monitoring results. Refer to the + Monitor Modes Appendix to learn more. +

    + +

    The Status buttons

    + +

    + The Status buttons, two of which appears in the Transport Bar, blink to inform the user if something special is happening: +

    + + +

    The Current solo behavior switches

    + +

    + All the following buttons are switches, that can be ON or OFF (as shown by their yellow led): +

    +
    +
    SiP
    Solo In Place is the default solo mode of Ardour. It routes the tracks/busses through their actual audio path and through the master, so its panning and effects are audible
    +
    PFL
    Pre Fader Listen is a solo routed from the point just before the fader of the soloed tracks/busses, bypassing the fader, the post-fader effects, the panner and the master
    +
    AFL
    After Fade Listen is a solo routed from the point just before the panner of the tracks/busses, bypassing the panner and the master
    +
    Excl. Solo
    Exclusive Solo only one track or bus will ever be soloed at once; soloing track B while track A is currently soloed will un-solo track A before soloing track B
    +
    Solo » Mute
    If a track is both soloed and muted, determines if Solo preempts mute. When activated, a muted and soloed track will be audible.
    +
    + +

    + Changing the solo mode (SiP, PFL or AFL) will update the labels on the mixer strips' labels accordingly. +

    + +

    The Processors button

    + +

    + The Processors button makes the processor box visible for the monitoring section. This processor box works exactly as the one + present in the tracks and + busses strips, and any effects can be added. +

    +

    + This only affects auditionning, so it won't be present in e.g. an audio export of the session. + It is in particular very usefull to put some meters, like needle-style + ones, or any mesurement ones, like a frequency analysis. +

    -

    add content

    +

    The Volume Knobs

    +

    + These 3 buttons affect the volume of the monitoring. They are made of a knob, and a + dropdown menu showing some commonly used presets. +

    +
    +
    Solo Boost
    If some track(s)/bus(ses) are soloed, increases their volume by that amount
    +
    SiP Cut
    When is Solo in Place mode, affects the volume of the rest of the audio (the non-soloed audio). The default is -&infinity; dB, i.e. the non soloed tracks are totally inaudible. It can be raised to make the other tracks audible, though dimmed ("Solo in Front").
    +
    Dim
    When the monitoring is dimmed (see bellow the Dim buttons), determines how intense the dimming is, i.e. from how much the signal is diminished
    +
    +

    The Channels Switches

    +

    + For each of the channels, (e.g. L and R for stereo), 4 switches are available: +

    +
    +
    Mute
    Mutes the selected channel(s)
    +
    Dim
    Reduces the selected channel(s)' volume, as per the Dim knob above
    +
    Solo
    Soloes the selected channel(s)
    +
    Inv
    Inverts the selected channel(s)' polarity
    +
    +

    The Global Monitoring Options buttons

    +

    + Those buttons directly affect the output of the monitoring section: +

    + +

    The Global Monitoring Gain Knob

    +

    + This knob is the gain knob for all the monitoring section. The dropdown menu below + presents the user with a choice of current presets for monitoring volumes. +

    + +

    The Monitoring Output connection selector

    + +

    + As for all the strips in the mixer, the outputs of the monitoring, by default + connected to the system's outputs, can be plugged to any combination of tracks, + busses, or output the user wants, with the Routing Grid. + It is particularly helpfull here, because the monitoring signal is often fed to + the control room speakers without interrupting the normal flow of the mix. +

    diff --git a/_manual/28_appendix/02_monitor-modes.html b/_manual/28_appendix/02_monitor-modes.html new file mode 100644 index 0000000..8ba673f --- /dev/null +++ b/_manual/28_appendix/02_monitor-modes.html @@ -0,0 +1,77 @@ +--- +layout: default +title: Ardour Monitor Modes +--- + +

    + The table bellow details what will be seen on the meter and heard on the monitor according to Ardour's settings. +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    RefMonitoring Mode
    (System Prefs)
    Tape Machine Mode
    (System Prefs)
    Track
    Rec Enable
    Master
    Rec Enable
    TransportAuto Input
    (Session Props)
    Meter
    (What you see)
    Monitor
    (What you hear)
    1ArdourOffOffOffOnInputInput
    2ArdourOffOffOffOffDisk (Silence)Disk (Silence)
    3ArdourOffOffOffOnDisk (Audio)Disk (Audio)
    4ArdourOffOffOffOffDisk (Audio)Disk (Audio)
    5ArdourOffOffOnOnInputInput
    6ArdourOffOffOnOffDisk (Silence)Disk (Silence)
    7ArdourOffOffOnOnDisk (Audio)Disk (Audio)
    8ArdourOffOffOnOffDisk (Audio)Disk (Audio)
    9ArdourOffOnOffOnInputInput
    10ArdourOffOnOffOffInputInput
    11ArdourOffOnOffOnInputDisk (Audio)
    12ArdourOffOnOffOffInputInput
    13ArdourOffOnOnOnInputInput
    14ArdourOffOnOnOffInputInput
    15ArdourOffOnOnOnInputInput
    16ArdourOffOnOnOffInputInput
    17ArdourOnOffOffOnDisk (Silence)Disk (Silence)
    18ArdourOnOffOffOffDisk (Silence)Disk (Silence)
    19ArdourOnOffOffOnDisk (Audio)Disk (Audio)
    20ArdourOnOffOffOffDisk (Audio)Disk (Audio)
    21ArdourOnOffOnOnDisk (Silence)Disk (Silence)
    22ArdourOnOffOnOffDisk (Silence)Disk (Silence)
    23ArdourOnOffOnOnDisk (Audio)Disk (Audio)
    24ArdourOnOffOnOffDisk (Audio)Disk (Audio)
    25ArdourOnOnOffOnInputInput
    26ArdourOnOnOffOffInputInput
    27ArdourOnOnOffOnInputDisk (Audio)
    28ArdourOnOnOffOffInputInput
    29ArdourOnOnOnOnInputInput
    30ArdourOnOnOnOffInputInput
    31ArdourOnOnOnOnInputInput
    32ArdourOnOnOnOffInputInput
    33Audio HardwareOffOffOffOnInputSilence
    34Audio HardwareOffOffOffOffDisk (Silence)Disk (Silence)
    35Audio HardwareOffOffOffOnDisk (Audio)Disk (Audio)
    36Audio HardwareOffOffOffOffDisk (Audio)Disk (Audio)
    37Audio HardwareOffOffOnOnInputSilence
    38Audio HardwareOffOffOnOffDisk (Silence)Disk (Silence)
    39Audio HardwareOffOffOnOnDisk (Audio)Disk (Audio)
    40Audio HardwareOffOffOnOffDisk (Audio)Disk (Audio)
    41Audio HardwareOffOnOffOnInputHW Pass Through
    42Audio HardwareOffOnOffOffInputHW Pass Through
    43Audio HardwareOffOnOffOnInputDisk (Audio)
    44Audio HardwareOffOnOffOffInputHW Pass Through
    45Audio HardwareOffOnOnOnInputHW Pass Through
    46Audio HardwareOffOnOnOffInputHW Pass Through
    47Audio HardwareOffOnOnOnInputHW Pass Through
    48Audio HardwareOffOnOnOffInputHW Pass Through
    49Audio HardwareOnOffOffOnDisk (Silence)Disk (Silence)
    50Audio HardwareOnOffOffOffDisk (Silence)Disk (Silence)
    51Audio HardwareOnOffOffOnDisk (Audio)Disk (Audio)
    52Audio HardwareOnOffOffOffDisk (Audio)Disk (Audio)
    53Audio HardwareOnOffOnOnDisk (Silence)Disk (Silence)
    54Audio HardwareOnOffOnOffDisk (Silence)Disk (Silence)
    55Audio HardwareOnOffOnOnDisk (Audio)Disk (Audio)
    56Audio HardwareOnOffOnOffDisk (Audio)Disk (Audio)
    57Audio HardwareOnOnOffOnInputHW Pass Through
    58Audio HardwareOnOnOffOffInputHW Pass Through
    59Audio HardwareOnOnOffOnInputDisk (Audio)
    60Audio HardwareOnOnOffOffInputHW Pass Through
    61Audio HardwareOnOnOnOnInputHW Pass Through
    62Audio HardwareOnOnOnOffInputHW Pass Through
    63Audio HardwareOnOnOnOnInputHW Pass Through
    64Audio HardwareOnOnOnOffInputHW Pass Through
    diff --git a/source/css/app.css b/source/css/app.css index 630185b..5843440 100644 --- a/source/css/app.css +++ b/source/css/app.css @@ -600,3 +600,9 @@ samp:after { #chapter { padding-top: 1em; padding-left: 1em; } #subchapter { padding-left: 4em; } + +#content table.alternate{ border-collapse:collapse; } +.alternate td{ padding:7px; border:#4e95f4 1px solid; } +.alternate tr{ background: #b8d1f3; } +.alternate tr:nth-child(odd){ background: #b8d1f3; } +.alternate tr:nth-child(even){ background: #dae5f4; } diff --git a/source/files/a3_mnemonic_cheat_sheet_osx.pdf b/source/files/a3_mnemonic_cheat_sheet_osx.pdf new file mode 100644 index 0000000..5db1ff6 Binary files /dev/null and b/source/files/a3_mnemonic_cheat_sheet_osx.pdf differ diff --git a/source/images/monitoring-strip.png b/source/images/monitoring-strip.png new file mode 100644 index 0000000..09bc22a Binary files /dev/null and b/source/images/monitoring-strip.png differ