Use QLab to trigger sequences in FPP

Tim Hutson

New elf
Joined
Jul 16, 2018
Messages
8
I am using my Christmas setup (Five F16V3 controllers) to control three very, very large matrices for a theatrical play in three months. Unlike a normal Christmas show, this will be a live event requiring dozens of sequences to be triggered in real time during the course of the play. Using FPP to trigger each sequence individually will be clunky and not very professional. I would like to use our normal show controller (Q-Lab (made by Figure 53)) to control FPP with midi triggers. Does anybody know of a way to do this? I now there is a midi plug-in for FPP but I don't know how to use it or if it is even the right approach for what I want to do.
 

B4IGO

Apprentice elf
Joined
Dec 12, 2016
Messages
58
Location
Sydney
You might check out https://falconchristmas.com/forum/index.php?topic=16232.0 and see if that guy ever got it working.


Does it need to be midi? I would think the FPP API would be much simpler to work with but I don't know QLab (from https://auschristmaslighting.com/threads/fpp-api-documentation.11980/)...

http://{{fpp}}/api/help

and

http://{{fpp}}/api/commands

The first lists most of the general REST api's. The second lists the commands that can be hit. All of them can be invoked either via GET (http://{{fpp}}/api/command/CommandName/arg1/arg2/.... ) or via POST to http://{{fpp}}api/command/CommandName where the payload is a JSON array of strings.
 

dkulp

Full time elf
Joined
Jan 2, 2013
Messages
146
Location
Framingham, MA
I believe QLab support OSC cues. You likely can use that to trigger fpp commands via the fpp-OSC plugin. You wouldn't need separate MIDI hardware or anything connected to the FPP instance.
 
Top