diff --git a/include/adding-tracks-busses-and-vcas.html b/include/adding-tracks-busses-and-vcas.html index 94c29e1..58dfa15 100644 --- a/include/adding-tracks-busses-and-vcas.html +++ b/include/adding-tracks-busses-and-vcas.html @@ -74,7 +74,7 @@ Record mode This option is only available for audio tracks and affects how it behaves - when recording. See Track Modes for + when recording. See Track Modes for details. diff --git a/include/loudness-analyzer.html b/include/loudness-analyzer.html index 14b3d1a..61e1de8 100644 --- a/include/loudness-analyzer.html +++ b/include/loudness-analyzer.html @@ -7,7 +7,7 @@

It is enabled by checking Enable master-bus output gain control in the - Preferences. + Preferences. The Master Bus strip then shows a LAN button to start the analysis, and a volume slider that is the global gain that can be set either manually or by the loudness normalizer. diff --git a/include/osc58-controlling-ardour-with-osc.html b/include/osc58-controlling-ardour-with-osc.html index 239e01e..a46d80d 100644 --- a/include/osc58-controlling-ardour-with-osc.html +++ b/include/osc58-controlling-ardour-with-osc.html @@ -18,34 +18,34 @@

@@ -82,7 +82,7 @@ here"/> OSC feedback In Ardour.

-

Control Surface Set Up

+

Control Surface Set Up

Control surface set up allows the controller to tell Ardour about its @@ -306,9 +306,9 @@ here"/> href="@@osc58-parameter-types"> Parameter Types in OSC.

-

Master or Global messages

+

Master or Global messages

-

Transport Control

+

Transport Control

@@ -376,7 +376,7 @@ here"/> OSC Jog Modes
/transport_stop Stops a rolling transport
-

Recording control

+

Recording control

@@ -386,7 +386,7 @@ here"/>
/toggle_punch_in
Toggles master record enable
-

Transport Information

+

Transport Information

@@ -396,7 +396,7 @@ here"/>
/transport_frame Ardour sends /transport_frame current_frame
Ardour sends /record_enabled recordenable_status
-

Editing-related

+

Editing-related

@@ -409,7 +409,7 @@ here"/>
/undo
Set session name to new_name (if new_name is legal and unique)
-

Master and Monitor strip control

+

Master and Monitor strip control

@@ -439,7 +439,7 @@ here"/>
/master/gain dB dB is a float indicating the desired gain in dB
state is an int of 0 or 1 where 1 is mono mode
-

Track specific operations

+

Track specific operations

For each of the following, ssid is the Surface Strip ID for the track

@@ -476,7 +476,7 @@ here"/> /strip/spill ssid Use strips this strip is grouped with or those that feed this bus (if this strip is a bus) or that this vca (if this is a VCA) controls. - See Spill Strips for more details + See Spill Strips for more details /strip/hide ssid y/n Where y/n = 1 hide this strip, 0 for show this track. @@ -485,7 +485,7 @@ here"/> where strip_name is a string representing the desired name for the strip /strip/group ssid group_name where group_name is a string representing the name of the group desired. - See groups for more details + See groups for more details /strip/mute ssid mute_st where mute_st is a bool/int representing the desired mute state of the track /strip/solo ssid solo_st @@ -558,7 +558,7 @@ here"/> /strip/name ssid name where name is a string for the desired name of the track -

Selected Strip Operations

+

Selected Strip Operations

New for Ardour 5, A whole set of operations that work on the selected or expanded strip. @@ -611,7 +611,7 @@ here"/> where comment is a string representing the desired comment for the strip /select/group group_name where group_name is a string representing the name of the group desired. - See groups for more details + See groups for more details /select/group/enable state where state is an int representing the desired enable state of the group the selected strip is a part of @@ -687,7 +687,7 @@ here"/> /select/spill show only strips this strip is grouped with or those that feed this bus or that this vca controls. - See Spill Strips for more details + See Spill Strips for more details /select/*/automation mode where mode is an int ranging from 0 to 3 representing the desired automation mode for the control. See OSC Automation. @@ -729,7 +729,7 @@ here"/> for page up and a switch with a value of -1 for page down. An encoder can be used as well. (these commands were added in Ardour version 5.10)

-

Using groups with strip and select (new for Ardour 6.0)

+

Using groups with strip and select (new for Ardour 6.0)

No grouping will occure unless use_group is set either by using /set_surface/strip_types with the use groups bit set @@ -768,7 +768,7 @@ here"/>

To create a new group from a strip that is already joined to a group, the strip must first remove itself from the current group.

-

Spill Strips

+

Spill Strips

/select/spill or /strip/spill will:

-

The Master Level Meter

+

The Master Level Meter

The Master Level Meter @@ -107,7 +107,7 @@ 0dB. It can be reset by a Left click.

-

Script/Shortcut buttons

+

Script/Shortcut buttons

The Script buttons diff --git a/source/css/pdf.css b/source/css/pdf.css index a8d1cc1..765f970 100644 --- a/source/css/pdf.css +++ b/source/css/pdf.css @@ -42,14 +42,12 @@ div.frontcover { @page :right { @bottom-left { margin: 10pt 0 30pt 0; - /*border-top: .25pt solid #666;*/ content: "The Ardour Manual"; font-size: 7pt; color: #333; } @bottom-right { margin: 10pt 0 30pt 0; - /*border-top: .25pt solid #666;*/ content: counter(page); font-size: 7pt; } @@ -67,14 +65,12 @@ div.frontcover { @page :left { @bottom-right { margin: 10pt 0 30pt 0; - /*border-top: .25pt solid #666;*/ content: "The Ardour Manual"; font-size: 7pt; color: #333; } @bottom-left { margin: 10pt 0 30pt 0; - /*border-top: .25pt solid #666;*/ content: counter(page); font-size: 7pt; } @@ -94,8 +90,7 @@ div.frontcover { } body { - counter-reset: partnum chapternum subchapternum figurenum; /* resets all counters */ - /*font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;*/ + counter-reset: partnum chapternum subchapternum subsubchapternum figurenum; /* resets all counters */ font-size: 10pt; line-height: 1.25em; @@ -109,7 +104,6 @@ h1, h2 { #toc::before { /* the ToC should not count...*/ content: none; counter-reset: partnum; - /*counter-increment: partnum -1;*/ } h1::before { /* parts */ @@ -127,14 +121,19 @@ h3::before { /* subchapter */ content: counter(chapternum) "." counter(subchapternum) " - " ; } +h4::before { /* subsubchapter */ + counter-increment: subsubchapternum; + content: counter(chapternum) "." counter(subchapternum) "." counter(subsubchapternum) " - " ; +} + figcaption::before { counter-increment: figurenum; content: "Fig. " counter(chapternum) "." counter(figurenum) " - "; } h1 { font-size: 3em; } -h2 { font-size: 2.25em; counter-reset: subchapternum figurenum; } -h3 { font-size: 1.75em; } +h2 { font-size: 2.25em; counter-reset: subchapternum subsubchapternum figurenum; } +h3 { font-size: 1.75em; counter-reset: subsubchapternum; } h4 { font-size: 1.4em; } h5 { font-size: 1.2em; } h6 { font-size: 1.1em; } @@ -144,13 +143,18 @@ h1,h2,h3,h4,h5 { page-break-after: avoid; page-break-inside: avoid; line-height: 1.25em; + color: darkred; } h1+p, h2+p, h3+p { page-break-before: avoid; } -table, figure { +table { + clear: both; +} + +figure { page-break-inside: avoid; }