From 8af9de90c2fc83a2dd12937d130fd33ef3b7e046 Mon Sep 17 00:00:00 2001 From: Len Ovens Date: Sat, 14 May 2016 13:15:24 -0700 Subject: [PATCH] OSC: more gain changes... --- .../01_controlling-ardour-with-osc.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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 d9ff36c..05e7855 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 @@ -145,10 +145,14 @@ here"/>

Master and Monitor strip control

(coming soon)

-
/master/gain value
-
where value is determined by gainmode. (see /set_surface)
-
/monitor/gain value
-
where value is determined by gainmode. (see /set_surface)
+
/master/gain dB
+
where dB is a float ranging from -193 to +6 representing the desired gain of master in dB.
+
/master/fader position
+
where position is an int ranging from 0 to 1023 representing the fader control position.
+
/monitor/gain dB
+
where dB is a float ranging from -200 to 6 representing the desired gain of monitor in dB.
+
/monitor/fader position
+
where position is an int ranging from 0 to 1023 representing the fader control position.

Transport Control

-- 2.37.2