From: Len Ovens Date: Wed, 18 May 2016 17:58:54 +0000 (-0700) Subject: OSC: change rid to ssid (surface strip id) and tweaks. X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a60b658792bf330afde26b2a8d86aa10d5b3db5f;p=ardour-manual-diverged OSC: change rid to ssid (surface strip id) and tweaks. --- 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 6d95e14..3c474aa 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 @@ -48,7 +48,10 @@ here"/> than one controller at a time. The two controllers can bank independantly and even use different math for faders. This could be used to allow talent to adjust their own monitor mix using a tablet - or phone that can run an OSC controller. + or phone that can run an OSC controller. For a full explanation of + how Ardour's feedback works please read + OSC feedback In Ardour.

Control Surface Set Up

@@ -63,12 +66,13 @@ here"/>

Any time the /set_surface command is sent, the current bank is recalculated and if feedback is turned on, the values of each - strip's controls are sent (or refreshed) as well. + strip's controls are sent (or refreshed) as well. This will also + refresh the Master feedback setup.

If /set_surface is not sent, the default values are used:

@@ -115,7 +119,7 @@ here"/> 8 - Send Bar and Beat (not coded yet).
  • - 16 - Enable master section feedback (not coded yet). + 16 - Enable master section feedback.
  • @@ -207,35 +211,35 @@ here"/>

    Track specific operations

    - For each of the following, rid is the remote ID for the track + For each of the following, ssid is the Surface Strip ID for the track

    - RID has a different meaning than in Ardour version 4.7 and before. - Effectively, banking is always being used and the RID is generated on - the fly. The RID is the possition of the strip within bank as an int + SSID has a different meaning than RID in Ardour version 4.7 and before. + Effectively, banking is always being used and the SSID is generated on + the fly. The SSID is the possition of the strip within bank as an int 1 to bank size. There are no gaps as there have been in the past. Depending on the value of strip_types sent to Ardour, Master and - Monitor, may be included in the list of RIDs or not as the controller - sets. + Monitor, may be included in the list of SSIDs or not as set in + /set_surface.

    /bank_up
    Change bank to the next higher bank.
    /bank_down
    Change bank to the next lower bank.
    -
    /strip/mute rid mute_st
    +
    /strip/mute ssid mute_st
    where mute_st is a bool/int representing the desired mute state of the track
    -
    /strip/solo rid solo_st
    +
    /strip/solo ssid solo_st
    where solo_st is a bool/int representing the desired solo state of the track
    -
    /strip/recenable rid rec_st
    +
    /strip/recenable ssid rec_st
    where rec_st is a bool/int representing the desired rec state of the track
    -
    /strip/gain rid gain
    +
    /strip/gain ssid gain
    where gain is a float ranging from -193 to 6 representing the desired gain of the track in dB.
    -
    /strip/fader rid position
    +
    /strip/fader ssid position
    where position is an int ranging from 0 to 1023 representing the fader control position.
    -
    /strip/trimabs rid trim_abs
    +
    /strip/trimabs ssid trim_abs
    where trim_abs is a float ranging from 0.1 to 10 (-20dB to +20dB). (since 4.1)
    -
    /strip/trimdB rid trim_db
    +
    /strip/trimdB ssid 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)
    @@ -821,3 +825,5 @@ here"/>
    Zoom/zoom-focus-playhead
    Zoom Focus Playhead
    Zoom/zoom-focus-right
    Zoom Focus Right
    + +{% children %}