From ae6c0eee8b7a79ef4312ced9518a29b0648ecf7d Mon Sep 17 00:00:00 2001 From: Len Ovens Date: Sat, 14 Jan 2017 08:18:26 -0800 Subject: [PATCH] Fix track ordering, Remote control IDs - no manual setting --- .../01_reordering-tracks.html | 2 -- ...track-ordering-and-remote-control-ids.html | 26 ++++--------------- 2 files changed, 5 insertions(+), 23 deletions(-) diff --git a/_manual/11_working-with-tracks/05_controlling-track-ordering/01_reordering-tracks.html b/_manual/11_working-with-tracks/05_controlling-track-ordering/01_reordering-tracks.html index 772a993..591ac9c 100644 --- a/_manual/11_working-with-tracks/05_controlling-track-ordering/01_reordering-tracks.html +++ b/_manual/11_working-with-tracks/05_controlling-track-ordering/01_reordering-tracks.html @@ -50,5 +50,3 @@ title: Reordering Tracks in the editor window via the keyboard shortcuts after adding them (see above).

- -{% children %} diff --git a/_manual/11_working-with-tracks/05_controlling-track-ordering/02_track-ordering-and-remote-control-ids.html b/_manual/11_working-with-tracks/05_controlling-track-ordering/02_track-ordering-and-remote-control-ids.html index f258326..026fbfb 100644 --- a/_manual/11_working-with-tracks/05_controlling-track-ordering/02_track-ordering-and-remote-control-ids.html +++ b/_manual/11_working-with-tracks/05_controlling-track-ordering/02_track-ordering-and-remote-control-ids.html @@ -1,7 +1,7 @@ --- layout: default title: Track Ordering and Remote Control IDs ---- +---

Every track and bus in Ardour is assigned a remote control ID. @@ -10,24 +10,8 @@ title: Track Ordering and Remote Control IDs which track(s) or buss(es) are the intended target of incoming commands.

- By default, remote IDs will be assigned to tracks and busses in the order - that they are created, starting from 1. The master bus and monitor section - have their own unique IDs (318 and 319). -

-

- Ardour provides two methods to control remote control IDs, which can be - chosen via Edit > Preferences > Control Surfaces - > Control surface remote ID: + Remote IDs will be assigned to tracks and buses in the order that + they appear in the mixer window from left to right, starting from 1. + Manual assignment of remote IDs is not possible. + The master bus and monitor section can be accessed by name.

-
-
follows order of mixer
-
This will reset the remote control IDs to match the mixer and editor - track order order, starting with rcID 1. Manual assignment of rcIDs is - not possible.
-
assigned by user
-
When enabled, the remote control ID is completely independent of the - ordering in either window, and may be changed manually by the user via the - trackname > Remote Control ID... - dialog in each mixer strip. -
-
-- 2.37.2