Is it possible to detect when MultiEffect is enabled or disabled using PangoScript?

Yuki Suemitsu

New Member
Is it possible to detect when MultiEffect is enabled or disabled using PangoScript?

What I want to do is as follows:

I want to get the timing of cue operation using an external application via communication such as DMX.
To do this, I tried to create a PangoScript that outputs DMX when a cue is clicked on the grid screen.
With the following PangoScript, I was able to output DMX when a cue was clicked on the grid screen for normal cues.

WaitForCueStart -1, -1
DMXOut 1, Grid.CellIndex
Restart

I would like to do the same thing for MultiEffect, but it seems that WaitForCueStart cannot detect the start of MultiEffect.

As written in the following forum, the reason seems to be that MultiEffect is different from normal cues.
Is there any way to detect the start of MultiEffect?
 
Back
Top