Trigger grandMA cues on Key Point Enter & ExitRequires Pro
Trigger separate grandMA cues when a Key Point starts and ends.
Trigger one grandMA sequence when a track enters a Drive and another when it exits the Drive.
Download This Flow
keypoint-ma-cue.flow.jsonDownload the importable Node-RED flow.keypoint-ma-cue.flow.json
How It Works
- The Key Point node, Drive in this case, sends events as the track enters and exits a Drive.
- Enter lets only the enter event through; Exit lets only the exit event through, creating two separate paths.
- Each Output node sends its own grandMA command via OSC. In this example, the OSC address is
/cmdand the message tells grandMA which sequence to trigger (Go DataPool 2 sequence 1234) .
Make It Yours
Replace Drive with any other Key Point node to react to a different part of the music. Change the messages in the Output nodes to the commands used by your show file.
This works with any OSC target including ChamSys, Resolume, QLab, TouchDesigner. For Resolume there are also dedicated nodes.
Try It
Use the Inject nodes to test the flow without playing a track. One simulates entering the Key Point; the other simulates exiting it.
Both test messages are sent to the Enter and Exit nodes. Each node only lets the matching event through — its status turns green when it passes a message on.
How is this guide?
Last updated on