I’m trying to figure out how to trigger individual FX chains (1,2,3, etc) using the Cue List functionality.
Questions to start could be- what “kind” of data type is needed - Float Color Boolean, index, string?
What settings are needed for the data receiver in the UI inspector?
Any particular “value” to be specified in the cue list?
I’m just playing around but i can’t figure out how to trigger FX chains to change when I need to step away from the rectangle of joy.
CueList_ControlSurfaceChange.vdmx6.zip (21.0 KB)
Are you talking about something like this?
The data type depends on what values you want to control:
In VDMX, bool
represents true/false values, float
represents decimal numbers, and integer
represents whole numbers (without decimals).
Here’s a more detailed explanation:
Yes! very much like that. Thank you. I didn’t have enough booleans.
I thought it might be ‘Event’ like a keystroke.- I need to test that.
Is cue 4 “None” needed? If not, is it good practice to have it anyway? If so why?
Attached is what i’m doodling with. I realize that “step sequencer” could do the same thing. I was curious if there are benefits to this cuelist method aside from nonuniform time triggering.
Thanks again for your help, the file attached was super helpful.
[cuelist test.vdmx6.zip|attachment](upload://cZTjzhwtQfFQEuSqAQ4JyxoH0hf.zip) (35.1 KB)
did my file upload. its looking weird at my end.
I think you added your file as Preformatted text
code block. If so, you’ll have to reupload your file.
As for cue 4 none, you can delete it or use it for something else. I originally used it to set the time duration.
With a cue list, another computer, software, or synced timecode can trigger things when desired.
There are many ways to do the same thing inside of VDMX, so most of it comes down to preference and need. I mainly use the cue list when syncing with other software for time synced shows.