OSC: Transition Commands

Configure the transition type, duration, direction, easing, and fade color.

Commands

Address Args Description
/pmix/transition/type string Set transition type
/pmix/transition/duration float Set duration in seconds
/pmix/transition/direction string Set direction
/pmix/transition/easing string Set easing curve
/pmix/transition/fadeColor string Set fade color (fade transition only)

Transition types

cut, crossDissolve, fade, wipe, iris, starWipe, split, cover, crossZoom, cube, twist

Directions

left, right, up, down

Applies to: wipe, split, cover, cube, twist.

Easing curves

linear, easeIn, easeOut, easeInOut

Fade colors

black, white, gray, blue, red, green

Only applies when transition type is fade.

Examples

# Set transition to wipe from the left, 2 seconds, with ease-in-out
oscsend <ipad-ip> 9000 /pmix/transition/type s wipe
oscsend <ipad-ip> 9000 /pmix/transition/duration f 2.0
oscsend <ipad-ip> 9000 /pmix/transition/direction s left
oscsend <ipad-ip> 9000 /pmix/transition/easing s easeInOut

# Set fade to black
oscsend <ipad-ip> 9000 /pmix/transition/type s fade
oscsend <ipad-ip> 9000 /pmix/transition/fadeColor s black

# Cross dissolve, 0.5 seconds
oscsend <ipad-ip> 9000 /pmix/transition/type s crossDissolve
oscsend <ipad-ip> 9000 /pmix/transition/duration f 0.5