From: Ed Ward Date: Mon, 14 Jan 2019 10:15:37 +0000 (+0100) Subject: Removing unused images, a tiny bit of styling X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=ecdab5aaa7d63e25b7dcb00c4b47de1eefbff9dd;p=ardour-manual Removing unused images, a tiny bit of styling --- diff --git a/build.py b/build.py index 2e3a243..828b5d1 100755 --- a/build.py +++ b/build.py @@ -503,19 +503,19 @@ for header in fileStruct: if level == 0: toc = toc + '

Part ' + num2roman(levelNums[level]) + ': ' + header['title'] + '

\n'; - oph = 'Part ' + num2roman(levelNums[level]) + ': ' + header['title'] + '\n'; + oph = '

Part ' + num2roman(levelNums[level]) + ': ' + header['title'] + '

\n'; elif level == 1: toc = toc + '

Ch. ' + str(levelNums[level]) + ':  ' + header['title'] + '

\n' - oph = 'Chapter ' + str(levelNums[level]) + ': ' + header['title'] + '\n'; + oph = '

Chapter ' + str(levelNums[level]) + ': ' + header['title'] + '

\n'; elif level == 2: toc = toc + '

' + header['title'] + '

\n' - oph = 'Subchapter ' + str(levelNums[level]) + ': ' + header['title'] + '\n'; + oph = '

Subchapter ' + str(levelNums[level]) + ': ' + header['title'] + '

\n'; elif level == 3: toc = toc + '

' + header['title'] + '

\n' - oph = 'Section ' + str(levelNums[level]) + ': ' + header['title'] + '\n'; + oph = '

Section ' + str(levelNums[level]) + ': ' + header['title'] + '

\n'; elif level == 4: toc = toc + '

' + header['title'] + '

\n' - oph = 'Subsection ' + str(levelNums[level]) + ': ' + header['title'] + '\n'; + oph = '

Subsection ' + str(levelNums[level]) + ': ' + header['title'] + '

\n'; diff --git a/include/control-masters-mixer-strips.html b/include/control-masters-mixer-strips.html index 7c6f892..466f54e 100644 --- a/include/control-masters-mixer-strips.html +++ b/include/control-masters-mixer-strips.html @@ -47,15 +47,22 @@ A VCA strip is made of (from top to bottom in the screenshot):

Connecting to a VCA strip

-Connecting to VCA +
+ Connecting to VCA +
+ Connecting to a VCA +
+

Connecting a track/bus/VCA to a VCA is as simple as clicking the VCA button that appears on any mixer strip under the main fader and choosing the VCA to connect to.

-

The VCA button only shows up in mixer strips when at least one VCA exists, i.e., a - VCA must be created before connecting tracks to it.

+

+ The VCA button only shows up in mixer strips when at least one VCA exists, i.e., a + VCA must be created before connecting tracks to it. +

Clicking the VCA button shows all the VCAs in the session, and any or all of this VCA can be checked @@ -63,4 +70,3 @@ A VCA strip is made of (from top to bottom in the screenshot): multiple buttons. Disconnecting a VCA from a track is done by unchecking this VCA in the list that pops up, or clicking Unassign All to disconnect from all VCAs at once.

- diff --git a/include/monitoring-tab.html b/include/monitoring-tab.html index c6f9714..31951d1 100644 --- a/include/monitoring-tab.html +++ b/include/monitoring-tab.html @@ -3,7 +3,12 @@ Provides options affecting monitoring.

-session properties monitoring tab +
+ session properties monitoring tab +
+ The session properties 'monitoring' tab +
+

The Track Input Monitoring automatically follows transport state @@ -11,10 +16,8 @@ Monitor Setup in Ardour.

-monitoring section -

The 'Use monitor section' displays an extra section in the Mixer window that is modelled on the similarly named section on large analog consoles. + More information can be found on the Monitor Section page.

- diff --git a/source/css/app.css b/source/css/app.css index bac1dfd..5c0ccca 100644 --- a/source/css/app.css +++ b/source/css/app.css @@ -122,6 +122,7 @@ ul.inside li, ol.inside li { padding-bottom: .3ex; } +#content h1.clear, #content h2.clear, #content h3.clear, #content h4.clear { @@ -275,6 +276,8 @@ ul.inside li, ol.inside li { display: table-caption; caption-side: bottom; font-style: italic; + padding-top: 0.5em; + padding-bottom: 1em; } #content figcaption.center { @@ -492,7 +495,7 @@ samp:after { #content img.mini:hover { width: 100%; - /*transition: width .5s ease; doesn't work on right-floated figures */ + /*transition: width .5s ease; doesn't work on right-floated figures */ } #content p.center { diff --git a/source/images/a4_monitoring_section.png b/source/images/a4_monitoring_section.png deleted file mode 100644 index d1a7054..0000000 Binary files a/source/images/a4_monitoring_section.png and /dev/null differ diff --git a/source/images/fp8_shift.png b/source/images/fp8_shift.png deleted file mode 100644 index 249b811..0000000 Binary files a/source/images/fp8_shift.png and /dev/null differ diff --git a/source/images/mouse-tail.png b/source/images/mouse-tail.png deleted file mode 100644 index 37d121a..0000000 Binary files a/source/images/mouse-tail.png and /dev/null differ diff --git a/source/images/soundcloud-upload.png b/source/images/soundcloud-upload.png deleted file mode 100644 index 65311ab..0000000 Binary files a/source/images/soundcloud-upload.png and /dev/null differ