From 41fd472af4b66c531da7d6758159543dd907fa09 Mon Sep 17 00:00:00 2001 From: Len Ovens Date: Sun, 19 Mar 2017 09:00:11 -0700 Subject: [PATCH] OSC feedback has new feedback added. --- include/osc58-feedback.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/include/osc58-feedback.html b/include/osc58-feedback.html index a0dd730..02f3347 100644 --- a/include/osc58-feedback.html +++ b/include/osc58-feedback.html @@ -145,12 +145,18 @@ where dB is a float ranging from -20 to +20 representing the actual trim for master in dB /master/pan_stereo_position position where position is a float ranging from 0 to 1 representing the actual pan position for master - /master/mute yn - where yn is a bool/int representing the actual mute state of the Master strip + /master/mute state + where state is a bool/int representing the actual mute state of the Master strip /monitor/gain dB where dB is a float ranging from -193 to 6 representing the actual gain of monitor in dB /monitor/fader position where position is an int ranging from 0 to 1023 representing the fader control position + /monitor/mute state + where state is a bool/int representing the actual mute state of the Monitor strip + /monitor/dim state + where state is a bool/int representing the actual dim state of the Monitor strip + /monitor/mono state + where state is a bool/int representing the actual mono state of the Monitor strip

Track specific operations

-- 2.37.2