From: Robin Gareus Date: Mon, 27 Apr 2015 16:40:39 +0000 (+0200) Subject: document trim API X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f92b02fbb5cb72b3e4f0d2495428a18d6b51df2;p=ardour-manual document trim API --- 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 7185dd4..28dd8b2 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 @@ -98,8 +98,11 @@ here"/>
/ardour/routes/gainabs rid gain_abs
where gain_abs is a float ranging from 0 to 2 (0 being -infinite, 1 being 0dB and 2 being +6dB).
/ardour/routes/gaindB rid gain_db
-
where gain_db is a float ranging from -400 to 6 representing the desired gain of the track in dB. -
+
where gain_db is a float ranging from -400 to 6 representing the desired gain of the track in dB.
+
/ardour/routes/trimabs rid trim_abs
+
where trim_abs is a float ranging from 0.1 to 10 (-20dB to +20dB). (since 4.1)
+
/ardour/routes/trimdB rid trim_db
+
where trim_db is a float ranging from -20 to 20 representing the desired trim of the track in dB. (since 4.1)

Menu actions

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 78291d8..dde7a63 100644 --- a/_manual/22_using-control-surfaces/03_midi-binding-maps.html +++ b/_manual/22_using-control-surfaces/03_midi-binding-maps.html @@ -146,6 +146,8 @@ bindings">
/route/gain
the gain control ("fader") for the track/bus
+
/route/trim
+
the trim control for the track/bus (new in 4.1)
/route/solo
a toggleable control for solo (and listen) of the track/bus
/route/mute