Box Size Adjust
Adjusts the size of a specific box by a certain amount.
Message | Description | Arguments |
---|---|---|
/mixeffect/ssrc/box/size/adjust | Adjusts the size of a specific box by a certain amount. | Multiple |
Argument | Type | Description |
---|---|---|
Box ID | Integer | 1 = Box 1
2 = Box 2
3 = Box 3
4 = Box 4 |
Size Value | String | -X to shrink the size by a certain amount or Y to enlarge 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 enlarge Box 1 by 0.005 each time you press a button, you would enter:
1 0.005
.Last modified 1yr ago