I've written an application that I would like to have trigger certain lighting cues. So when an event happens in my application it will trigger various lighting effects.
Ideally I didn't want to develop a complete lighting application to do this, so DMXControl 3 looks ideal as I can run just the kernel without the GUI. In this way the user does not need to logon and open the GUI for lighting to work.
My question is - how do I control cues with just the kernel running? Ideally I would like a simple TCP connection I can establish and use to initiate cues at the correct moments. I know others use midi inputs, but this seems a complex way round to achieve this. I'd like to just connect and that'd be it.
Do you have any suggestions? Is there a documented protocol for remotely starting cues?