From: Jörn Nettingsmeier Date: Sun, 2 Feb 2014 22:16:21 +0000 (+0100) Subject: second batch of xhtml validation fixes X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=684032955a663bf9c2425c1c012cbb824713b0fe;hp=a3f513c99268b7d8e6f296e76bef7a56b6519a2e;p=ardour-manual-diverged second batch of xhtml validation fixes --- diff --git a/_manual/19_synchronization/03_timecode-generators-and-slaves.html b/_manual/19_synchronization/03_timecode-generators-and-slaves.html index b83935e..5c3abae 100644 --- a/_manual/19_synchronization/03_timecode-generators-and-slaves.html +++ b/_manual/19_synchronization/03_timecode-generators-and-slaves.html @@ -72,7 +72,7 @@ In session > properties it is possible to define an offset betwe

Both LTC and MTC are limited to max of 30fps. Using frame-rates larger than that will disable the generator. In both cases also only 24, 25, 29.97df and 30fps are well defined by specifications (such as SMPTE-12M, EU and the MIDI standard). -

+

MTC Generator

diff --git a/_manual/20_default-keyboard-bindings/01_mnemonic-bindings-for-linux.html b/_manual/20_default-keyboard-bindings/01_mnemonic-bindings-for-linux.html index 03f86f0..98e074c 100644 --- a/_manual/20_default-keyboard-bindings/01_mnemonic-bindings-for-linux.html +++ b/_manual/20_default-keyboard-bindings/01_mnemonic-bindings-for-linux.html @@ -175,7 +175,7 @@ title: Mnemonic Bindings for Linux
Control+3

Aligning with the Edit Point

-

Align operations move regions so that their start/end/sync point is at the edit point. "Relative" operations
+

Align operations move regions so that their start/end/sync point is at the edit point. "Relative" operations just align the first region and moves other selected regions to maintain relative positioning.

align end(s)
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 ab4ba4b..cb6f2b9 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 @@ -172,7 +172,7 @@ title: Mnemonic Bindings for OS X
Cmd+3

Aligning with the Edit Point

-

Align operations move regions so that their start/end/sync point is at the edit point. "Relative" operations
+

Align operations move regions so that their start/end/sync point is at the edit point. "Relative" operations just align the first region and moves other selected regions to maintain relative positioning.

align end(s)
diff --git a/_manual/21_preferences-and-session-properties/01_preferences-dialog.html b/_manual/21_preferences-and-session-properties/01_preferences-dialog.html index 6499bb7..51ab9eb 100644 --- a/_manual/21_preferences-and-session-properties/01_preferences-dialog.html +++ b/_manual/21_preferences-and-session-properties/01_preferences-dialog.html @@ -6,5 +6,6 @@ title: Preferences Dialog -

ardour preferences dialog

+

ardour preferences
+dialog

diff --git a/_manual/21_preferences-and-session-properties/02_seession-properties-dialog.html b/_manual/21_preferences-and-session-properties/02_seession-properties-dialog.html index 154f189..4ae5aba 100644 --- a/_manual/21_preferences-and-session-properties/02_seession-properties-dialog.html +++ b/_manual/21_preferences-and-session-properties/02_seession-properties-dialog.html @@ -6,5 +6,5 @@ title: Seession Properties Dialog

Session Properties Dialog

-

session properties dialog

+

session properties dialog

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 c101830..169f6ad 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 @@ -18,62 +18,40 @@ OSC support is not enabled by default, but can be turned on via Edit >

Transport Control

-
/ardour/transport_stop -
/ardour/transport_play -
/ardour/set_transport_speed [transport_speed] -
- - -
where [transport_speed] is a float rangin from -8 to 8. -
-
/ardour/ffwd -
/ardour/rewind -
/ardour/goto_start -
/ardour/goto_end -
/ardour/add_marker -
- - - - +
/ardour/transport_stop
+
/ardour/transport_play
+
/ardour/set_transport_speed [transport_speed]
+
where [transport_speed] is a float rangin from -8 to 8.
+
/ardour/ffwd
+
/ardour/rewind
+
/ardour/goto_start
+
/ardour/goto_end
+
/ardour/add_marker
(adds marker to the current transport position)
-
/ardour/next_marker -
/ardour/prev_marker -
/ardour/locate [sample_pos] [with_roll] -
- - +
/ardour/next_marker
+
/ardour/prev_marker
+
/ardour/locate [sample_pos] [with_roll]
where [sample_pos] is the target position and [with_roll] is a bool/integer (whether you want transport to be kept rolling or not).
-
/ardour/loop_toggle
-
+
/ardour/loop_toggle

Editing-related

-
/ardour/undo -
/ardour/redo -
/ardour/save_state -
- - -
(this is regular Session _> Save operatio)
-
+
/ardour/undo
+
/ardour/redo
+
/ardour/save_state
+
(this is regular Session _> Save operatio)

Recording control

-
/ardour/toggle_punch_in -
/ardour/toggle_punch_out -
/ardour/rec_enable_toggle -
/ardour/toggle_all_rec_enables -
- - - -
(toggles all tracks recording state). !currently toggles on but not off for 2.0 branch.
-
+
/ardour/toggle_punch_in
+
/ardour/toggle_punch_out
+
/ardour/rec_enable_toggle
+
/ardour/toggle_all_rec_enables
+
(toggles all tracks recording state). !currently toggles on but not off for 2.0 branch.

Track specific operations

diff --git a/_manual/22_using-control-surfaces/02_devices-using-mackielogic-control-protocol.html b/_manual/22_using-control-surfaces/02_devices-using-mackielogic-control-protocol.html index 8bb97e8..d58b2f1 100644 --- a/_manual/22_using-control-surfaces/02_devices-using-mackielogic-control-protocol.html +++ b/_manual/22_using-control-surfaces/02_devices-using-mackielogic-control-protocol.html @@ -23,7 +23,7 @@ menu_title: Mackie/Logic Control Devices

Enabling Mackie Control in Ardour

Navigate to Edit > Preferences > User Interaction. Double-click on "Mackie Control" to see the setup dialog:

-

Mackie Control Setup Dialog

+

Mackie Control Setup Dialog

From the selector at the top, choose the type of device you are using. (What do do if your device is not listed).

Once your setup is complete, click "OK" to close the dialog. Now click on the enable checkbox for "Mackie Control".

Connecting control surface and Ardour MIDI ports

diff --git a/_manual/22_using-control-surfaces/03_midi-binding-maps.html b/_manual/22_using-control-surfaces/03_midi-binding-maps.html index f7f42d1..13846f1 100644 --- a/_manual/22_using-control-surfaces/03_midi-binding-maps.html +++ b/_manual/22_using-control-surfaces/03_midi-binding-maps.html @@ -196,7 +196,7 @@ Rather than binding to a specific track/bus control, it may be useful to have a
prev-bank
-
Move track/bus mapping to the previous bank (see Banks below)
+
Move track/bus mapping to the previous bank (see Banks below)

Binding to Ardour "actions"

diff --git a/_manual/22_using-control-surfaces/04_midi-learn.html b/_manual/22_using-control-surfaces/04_midi-learn.html index 1d7b9aa..bab46be 100644 --- a/_manual/22_using-control-surfaces/04_midi-learn.html +++ b/_manual/22_using-control-surfaces/04_midi-learn.html @@ -3,7 +3,7 @@ layout: default title: MIDI Learn --- -

Philosophy

+

Philosophy

There are no "best" ways to map an arbitrary MIDI controller for controlling Ardour. There may be very legitimate reasons for different @@ -23,7 +23,7 @@ Patchbay. On Linux, a wide variety of tools are available including QJackctl, aconnect, Patchage, and more.

-

Basics

+

Basics

  1. Enable Generic MIDI control: Options -> Control Surfaces -> Generic MIDI
  2. @@ -34,7 +34,7 @@ QJackctl, aconnect, Patchage, and more.
  3. The binding is complete. Moving the hardware should control the Ardour fader etc.
-

Avoiding work in the future

+

Avoiding work in the future

If you want the bindings you set up to be used automatically in every