diff --git a/_manual/17_mixing/02_panning.html b/_manual/17_mixing/02_panning.html index 41a2360..5af2467 100644 --- a/_manual/17_mixing/02_panning.html +++ b/_manual/17_mixing/02_panning.html @@ -41,8 +41,8 @@ title: Panning of these situations, but in the future will offer more.

- In addition to the panners, Ardour has a stereo balance control for subtle - corrections to an existing stereo image. + In addition to the panners, Ardour has a balance control for subtle + corrections to existing stereo images.

{% children %} diff --git a/_manual/17_mixing/02_panning/02_balance_control.html b/_manual/17_mixing/02_panning/02_balance_control.html index 0821b1b..3c2f838 100644 --- a/_manual/17_mixing/02_panning/02_balance_control.html +++ b/_manual/17_mixing/02_panning/02_balance_control.html @@ -8,12 +8,15 @@ title: Balance Control traditional balance control by right-clicking on the panner widget.

+Stereo Balance
+control

When the balance is centered, the incoming signals will be unaffected. Moving it to one side will linearly attenuate the signal of the opposite side.

- While it is considerably less flexible than the stereo panner, it work - with arbitrary content without the danger of comb filter artefacts. + While the balance control is considerably less flexible than the stereo + panner, it works with arbitrary content without danger of introducing + comb filter artefacts.
diff --git a/_plugins/manual.rb b/_plugins/manual.rb index b3d8dad..24a532c 100644 --- a/_plugins/manual.rb +++ b/_plugins/manual.rb @@ -165,9 +165,9 @@ module Manual position ? [current, position, level + 1] : [current] end - def sanitize_NMTOKEN(s) - 'ID'+s.gsub(/[^0-9A-z:_.-]/, '_') - end +# def sanitize_NMTOKEN(s) +# 'ID'+s.gsub(/[^0-9A-z:_.-]/, '_') +# end def render(context) @@ -181,14 +181,14 @@ module Manual current_a = current.split('/').reject(&:empty?) tree = Manual.traverse_data(@@data_tree) do |entry| - + url = entry[:url] url_a = url.split('/').reject(&:empty?) depth = url_a.length is_current, position, level = *process_hierarchy(current_a, url_a) - + # this massively speeds up build time by not including the whole menu tree for each page next if depth > 1 && current_a[0] != url_a[0] @@ -205,7 +205,7 @@ module Manual erb = ::ERB.new <<-HTML
- <%= entry[:menu_title] %> + <%= entry[:menu_title] %>
<% if entry[:children].any? %> @@ -225,7 +225,7 @@ module Manual erb = ::ERB.new <<-HTML
- <%= entry[:menu_title] %> + <%= entry[:menu_title] %>
@@ -234,9 +234,18 @@ module Manual erb.result(binding) end end + + end - "
#{tree.join}
" + "
#{tree.join}
+ " end diff --git a/source/css/app.css b/source/css/app.css index ad851c6..e2972dc 100644 --- a/source/css/app.css +++ b/source/css/app.css @@ -271,10 +271,6 @@ white-space:nowrap; } -#content img { - margin: 1em 0 1em 0; - -} #content td { padding: 0 1em 0 1em; }