An emulation of the GigBAR Move with a built-in Art-Net receiver. Designed to connect to Engine OS devices.
WEB_PORT - The port to run the local webserver on.
DMX_UNIVERSE - The DMX universe to listen to.
- Download the GigBAR Move project file from the SoundSwitch website
- Load the project file on your player's storage device
- Open the lighting view in Engine OS
- Load the project file from your storage device
- Turn on "Broadcast Art-Net" from the lighting preferences.
- On Computer, start VirtualGBM.exe. A new browser window should open with the basic settings dialogs showing.
- Select the IP from the drop down that represents your computer's network IP.
- Engine OS should connect automatically.
- Click and drag to move lights.
- Hover and scroll to resize the lights.
There are a lot of missing fixtures and DMX code handlers. Right now the 2 pars are fully working and the two moving heads are mostly working. There is no strobing or gobos on the moving heads yet. Everything else is TBA.
VirtualGBM is a node.js app. The server code is located in index.js and all of the client code is in the public folder. If you want to run the code from source, install node and from the root folder run npm install
and npm run start
. To build a new exe file you can use pkg by running npm install -g pkg
and npm run package
.