From: Robin Gareus Date: Sat, 15 Apr 2017 21:13:37 +0000 (+0200) Subject: Add Images to FP8 doc X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b48dc5dbf67b2e40893d208e33d26c16543cdc2;p=ardour-manual Add Images to FP8 doc --- diff --git a/include/using-the-presonus-faderport8.html b/include/using-the-presonus-faderport8.html index 73c19a2..528a40e 100644 --- a/include/using-the-presonus-faderport8.html +++ b/include/using-the-presonus-faderport8.html @@ -46,6 +46,11 @@ once: Once these ports are connected and your session has been saved, the connections will be made automatically in this and other future sessions. + +
+ FaderPort8 Control Surface Settings Dialog +

Using the FaderPort 8

@@ -72,6 +77,10 @@

Transport Buttons

+

+ FaderPort8 Transport Buttons +
  1. Stop Stops the transport. Press twice to return to session start.
  2. @@ -89,6 +98,7 @@
  3. Record Toggles the global record enable setting.

+

Session Navigation

@@ -96,6 +106,10 @@ session-wide controls. Each of the eight buttons alters the function of the push-button encoder and the "Prev", "Next" buttons. With exception of "Click" the seven modes are exclusive (radio buttons). +

+ FaderPort8 Navigation Buttons +
  1. Channel Prev/Next button select the previous or next track or bus (if no track is selected, next selects the first, prev the last). Pressing the encoder moves the most recently selected channel into view. The encoder scrolls the editor-canvas up/down.
  2. Master The encoder controls the master-bus level. If a session includes a monitor-section, the encoder controls monitor-out by default. Hold the button to control the master-bus level. Press the encoder to reset the gain to 0dB. The Prev/Next navigation buttons bank the visible strips on the FP8 by 1 track left/right.
  3. @@ -110,9 +124,14 @@ which can be configured in the Preference Dialog. The buttons will light up if an action has been assigned to a button.

    +

    Shift Button

    +

    + the FaderPort8 Shift Button +
    The two shift buttons are identical, they're copied to provide convenient access to the modifiers. Pressing and holding the shift button updates the lights (and colors on RGB buttons) to indicate the modified control. @@ -123,6 +142,7 @@ The "Shift" button engages directly on press. Activating an action while the button is held will void the shift-lock mode.

    +

    Fader Modes

    @@ -131,6 +151,10 @@ change the behavior of the channel-strip and scribble strip displays. (Note: with the 1.01 firmware these buttons always act on press.) +

    + FaderPort8 Fader Mode Buttons +
    1. Track In Track-mode, the motorized faders display and control the channel signal level. The Pan/Param encoder modifies the azimuth of the panner (hold shift to control the width, if the track's panner supports it). Mute and Solo affect the respective channel-strip.
    2. Edit Plugins When Edit Plug-ins mode is active, the motorized faders will control the parameter settings. Press the "Edit Plugins" button to view all available plugin-inserts on a channel. If no plugins are available, "Edit Plugins" will not engage and the FP8 automatically switches back to Track-mode. Use the "Select" buttons under the scribble strip to pick a plugin to edit. The faders and Select buttons will respectively control the parameters and toggles of the selected plugin. Press the "Edit Plugins" button again to return to the insert select view. (Once a plugin has been selected, it stays in edit mode regardless of channel-selection). If there are more than eight, he Pan/Param encoder allows to scroll through available control-parameters.
    3. @@ -140,9 +164,14 @@ "Shift" + "Track" toggle timecode display on/off (middle row of the scribble-strip)

      +

      Channel Strip

      +

      + The FaderPort8 Channel Strip +
      • Touch-Sensitive Fader The fader can be used to control volume levels, aux send levels, panning, or plugin parameters, depending @@ -170,12 +199,17 @@ Mixer-strips that cannot be record-armed have a dim white light. "Shift" + "ARM" record-arms all tracks in the session.

        +

        Mix Management

        These buttons allows to select which tracks are spilled on the FP8 channel-strips. In combination with the "Shift" modifier ten total filters are available: +

        + FaderPort8 Mix Management Buttons +
        1. Audio/Inputs View Audio Tracks only; "Inputs" shows all record-armed tracks (Audio and MIDI)
        2. VI/MIDI Show tracks with virtual instrument plugins; "MIDI views all MIDI tracks.
        3. @@ -184,6 +218,7 @@
        4. All/User Display all Tracks, Busses (incl master-bus) and VCA, "User" displays all currently selected Tracks or Busses only.

        +

        Automation Controls

        @@ -194,6 +229,10 @@ The automation controls are currently only available in "Track" and "Pan" fader modes where they affect the fader and pan automation modes respectively. +

        + FaderPort8 Automation Buttons +
        1. Latch Currently not available in Ardour.
        2. Trim Currently not available in Ardour.
        3. @@ -211,9 +250,14 @@
        The bottom row allows to bind three custom user actions.

        +

        Miscellaneous

        +

        + FaderPort8 Misc Buttons +
        • Solo Clear Reset all solo controls in the session.
        • Mute Clear Unmute all mixer-strips in the session.
        • @@ -225,3 +269,4 @@
        • Lock (Shift + Link) Locks the GUI (alike Session > Lock) to prevent accidental changes.

        +
        diff --git a/source/css/app.css b/source/css/app.css index 5fcd330..28c2a15 100644 --- a/source/css/app.css +++ b/source/css/app.css @@ -13,6 +13,10 @@ body { line-height: 2ex; } +div.clearer { + clear:both; +} + #tree { background-color: #212A30; line-height: 1.8ex; @@ -271,6 +275,10 @@ body { clear: left; } +#content figure.left.olist { + margin-right: 2em; +} + #content figure.center { margin: 1em auto 1em auto; clear: both; diff --git a/source/images/fp8_automation.png b/source/images/fp8_automation.png new file mode 100644 index 0000000..7edec4c Binary files /dev/null and b/source/images/fp8_automation.png differ diff --git a/source/images/fp8_fadermode.png b/source/images/fp8_fadermode.png new file mode 100644 index 0000000..85d604d Binary files /dev/null and b/source/images/fp8_fadermode.png differ diff --git a/source/images/fp8_misc.png b/source/images/fp8_misc.png new file mode 100644 index 0000000..b91043e Binary files /dev/null and b/source/images/fp8_misc.png differ diff --git a/source/images/fp8_mixmanage.png b/source/images/fp8_mixmanage.png new file mode 100644 index 0000000..be6f5e8 Binary files /dev/null and b/source/images/fp8_mixmanage.png differ diff --git a/source/images/fp8_navigation.png b/source/images/fp8_navigation.png new file mode 100644 index 0000000..4353f23 Binary files /dev/null and b/source/images/fp8_navigation.png differ diff --git a/source/images/fp8_settings.png b/source/images/fp8_settings.png new file mode 100644 index 0000000..badd379 Binary files /dev/null and b/source/images/fp8_settings.png differ diff --git a/source/images/fp8_shift.png b/source/images/fp8_shift.png new file mode 100644 index 0000000..249b811 Binary files /dev/null and b/source/images/fp8_shift.png differ diff --git a/source/images/fp8_shift_large.png b/source/images/fp8_shift_large.png new file mode 100644 index 0000000..ae78780 Binary files /dev/null and b/source/images/fp8_shift_large.png differ diff --git a/source/images/fp8_strip.png b/source/images/fp8_strip.png new file mode 100644 index 0000000..0db18dd Binary files /dev/null and b/source/images/fp8_strip.png differ diff --git a/source/images/fp8_transport.png b/source/images/fp8_transport.png new file mode 100644 index 0000000..32a381d Binary files /dev/null and b/source/images/fp8_transport.png differ