Box Position Adjust

Adjusts the X or Y position of a specific box by a certain amount.

MessageDescriptionArguments

/mixeffect/ssrc/box/position/adjust

Adjusts the X or Y position of a specific box by a certain amount.

Multiple

ArgumentTypeDescription

Box ID

Integer

1 = Box 1 2 = Box 2 3 = Box 3 4 = Box 4

Movement Type

String

x y

Adjustment Value

String

-X to move the box down/left by a certain amount or Y to move the box up/right the box by a certain amount.

SuperSource ID

Integer

One-based index SuperSource ID. Default is 1

Duration

Integer

(Optional) 0 = Off 1-10000 = Number of milliseconds to tween the parameters. Default is 0.

Style

Integer

(Optional) 0 = Cosine 1 = Cubed 2 = Inverse Cubed 3 = Inverse Squared 4 = Linear 5 = Sine 6 = Smooth Step 7 = Smoother Step 8 = Squared 9 = Ease In Out Elastic 10 = Ease Out Bounce 11 = Ease Out Elastic

For instance, to move Box 1 up by 0.01 each time you press a button, you would enter: 1 y 0.01.

Last updated