X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=_manual%2F22_using-control-surfaces%2F01_controlling-ardour-with-osc.html;h=3aa6815a203c1ee9a573f9aa3f0b8ce14f2506db;hb=26d592b95119669e5121a4f34862ded1e9a6915e;hp=05e78559bac62be59f1dfb391564400e7eba43d2;hpb=8af9de90c2fc83a2dd12937d130fd33ef3b7e046;p=ardour-manual 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 05e7855..3aa6815 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 @@ -70,9 +70,9 @@ here"/>
  • Bank Size: 0 - No banking (or infinite bank size).
  • Strip Types: All strip types except hidden.
  • Feedback: Off.
  • -
  • Fader Mode: ABS - Absolute gain.
  • +
  • Fader Mode: 0 - gain in dB
  • - These values give the same behaviour as prior versions of Ardour. + These values give the same behaviour as prior versions of Ardour. (or the closest possible)

    /set_surface bank_size strip_types @@ -97,9 +97,10 @@ here"/> hidden or selected strips.

    feedback

    -

    Feedback is an integer made up of bits. The easy way to +

    Feedback is an integer made up of bits. The easy way to deal with this is to think of feedback items being worth a number and then adding all those numbers together for a value to send. +

    +

    So using a value of 17 would turn on feedback for strip and master controls, but leave meters, timecode and bar/beat feedback off.

    gainmode

    - Gainmode is a string that is one of: + Gainmode is a an int that acts as a bool:

    @@ -232,14 +228,10 @@ here"/>
    where solo_st is a bool/int representing the desired solo state of the track
    /strip/recenable rid rec_st
    where rec_st is a bool/int representing the desired rec state of the track
    -
    /strip/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).
    -
    /strip/gaindB rid gain_db
    -
    where gain_db is a float ranging from -200 to 6 representing the desired gain of the track in dB.
    -
    /strip/fader rid fader position
    -
    where fader position is a float ranging from 0 to 1 representing the fader control position.
    -
    /strip/fader1024 rid fader1024
    -
    where fader1024 is an int ranging from 0 to 1023 representing the fader control position.
    +
    /strip/gain rid gain
    +
    where gain is a float ranging from -193 to 6 representing the desired gain of the track in dB.
    +
    /strip/fader rid position
    +
    where position is an int ranging from 0 to 1023 representing the fader control position.
    /strip/trimabs rid 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