From: nick_m Date: Sun, 27 Oct 2013 13:38:17 +0000 (+1100) Subject: There is now no split editor/mixer ordering. Attempt to explain ordering of new track... X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3b627ae6cb26325f358126b65eca2723ecf0d20;p=ardour-manual There is now no split editor/mixer ordering. Attempt to explain ordering of new tracks wrt selection. --- diff --git a/_manual/10_working-with-tracks/02_adding-tracks-and-busses.html b/_manual/10_working-with-tracks/02_adding-tracks-and-busses.html index 47a76fb..45be8c4 100644 --- a/_manual/10_working-with-tracks/02_adding-tracks-and-busses.html +++ b/_manual/10_working-with-tracks/02_adding-tracks-and-busses.html @@ -15,7 +15,7 @@ title: Adding Tracks and Busses
  • Click the plus (+) button underneath the list of tracks in the mixer.
  • -

    Any of these actions will open the Add Track or Bus dialog,

    +

    Any of these actions will open the Add Track or Bus dialog. Note that any new tracks from this dialog will appear after the last currently selected track (if any).

    the add-track dialog

    From here, you can select firstly the number of tracks or busses to add, and the type; audio track, MIDI track or bus. There are also some options, which vary depending on the type of thing you are creating.

    These options are:

    diff --git a/_manual/10_working-with-tracks/05_controlling-track-ordering.html b/_manual/10_working-with-tracks/05_controlling-track-ordering.html index 9d83f4e..ef8bb02 100644 --- a/_manual/10_working-with-tracks/05_controlling-track-ordering.html +++ b/_manual/10_working-with-tracks/05_controlling-track-ordering.html @@ -10,14 +10,14 @@ title: Controlling Track Ordering

    Editor Default Arrangement

    Mixer Default Arrangement

    -

    Synchronizing Editor and Mixer Window Ordering

    -

    By default the ordering within the editor and mixer windows is synchronized: if you reorder in one window, the ordering in the other window will change. You can disable this via Edit > Preferences > Editor > Synchronize Editor and Mixer Track Order. When disabled, the ordering one window is totally indepedent of the other.

    +

    Synchronized Editor and Mixer Window Ordering

    +

    The ordering within the editor and mixer windows is synchronized: if you reorder in one window, the ordering in the other window will change.

    Reordering Specific Tracks...

    ... in the Editor Window, via the Keyboard

    @@ -40,6 +40,11 @@ title: Controlling Track Ordering

    "Collecting" Group Members

    Tracks and Busses that are members of a group can be reordered so that they display contiguously within the Editor and Mixer windows. Context-click on the group tab and choose "Collect".

    - + +

    ... via Adding New Tracks

    +

    When adding new tracks, the current selection determines their initial order. If one or several tracks are selected, new tracks will be placed after the rightmost (in the mixer) or bottom-most (in the editor) selected track. If no tracks are selected, new tracks will be last in the track order.

    +

    Note

    +

    Because new tracks are automatically selected, you can quickly reorder them in the editor window via the keyboard (see above).

    + {% children %}