Box Crop Adjust
Adjusts the crop value of a specific box by a certain amount.
/mixeffect/ssrc/box/crop/adjust
Adjusts the crop value of a specific box by a certain amount.
Multiple
Box ID
Integer
1 = Box 1 2 = Box 2 3 = Box 3 4 = Box 4
Crop Type
String
top bottom left right
Crop Value
Float
-X to reduce the crop by a certain amount or Y to increase the crop 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 adjust the vertical crop of Box 1 by 0.01 each time you press a button, you would enter: 1 top 0.01
.
Valid crop top and bottom positions range between 0
and 18
. Valid Y positions range between 0
and 32
.
Last updated