From: Len Ovens Date: Wed, 8 Nov 2017 21:39:45 +0000 (-0800) Subject: OSC: update personal monitoring X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59549067837e8e0f3e38da3a46700df3621d2cf6;p=ardour-manual OSC: update personal monitoring --- diff --git a/include/osc58-personal-monitoring-control.html b/include/osc58-personal-monitoring-control.html index b092dd9..109397c 100644 --- a/include/osc58-personal-monitoring-control.html +++ b/include/osc58-personal-monitoring-control.html @@ -1,7 +1,7 @@

Personal monitoring can allow a performer with a smart phone to set - their personal monitor mix for a floor wedge or inear monitoring. + their personal monitor mix for a floor wedge or in-ear monitoring. In Ardour 5.6 OSC commands to allow this were added.

Setup

@@ -46,6 +46,15 @@ /cue. It is expected that a surface used as a personal monitor control will use only /cue commands.

+

+ Most phone OSC applets (TouchOSC, Control) require manual port to be set. + There are certainly more controls than needed. Using send enables for + example, may lead to wasted time discovering why a send has no sound. + A good easy to use controler that fits on most phones while still + being controllable even with big fingers might look like: +

+TouchOSC Screenshot

The send controls and feedback all have the send id (1 to n) in line as part of the OSC path. So the path for the second send would be @@ -55,19 +64,20 @@

Commands

- + - - + - + diff --git a/source/images/osc-cue-screen.jpg b/source/images/osc-cue-screen.jpg new file mode 100755 index 0000000..8d4a826 Binary files /dev/null and b/source/images/osc-cue-screen.jpg differ
/cue/connectReturns a list of aux busses.
Returns a list of aux busses and connects to the first.
/cue/aux aux-numberwhere aux-number is an integer which is the aux bus + where aux-number is an integer or float which is the aux bus number this surface will use.
/cue/next_aux Sets the the aux bus to one bus higher.
/cue/previous_auxSets the aux to one bus lower.
Sets the aux to one bus lower. This can also be used as a "connect" + button to save space in a phone layout.
/cue/fader position where position is a float for the position of the fader between 0.0 and 1.0.
/cue/mute statewhere state is a float of 0.0 for mute off and 1.0 for mute on.
where state is a float of 0.0 for mute off and 1.0 for the Aux bus mute on.
/cue/send/fader/id position where position is a float for the position of the fader between 0.0 and 1.0.