A few pangoscript questions..

Garrett_502

Well-Known Member
Is it possible to assign the transition duration to a specific time with pangoscript? I want to make midi buttons set specific transitions times like 1 sec, 2 sec, etc.. Can someone help me with the script for this if possible?

Also, i would like to set a button to switch between the two modes for 'One Cue'. 'One Cue for entire workspace', and 'One Cue Per projection zone'. Is this possible with pangoscript?
 
for transition duration :

Code:
SetTransitionTime 0.1

Where 0.1 is the time offset.

For one cue per projection zone:
Code:
OnePer

For one cue per workspace:
Code:
OneCue
 
Back
Top