Skip to content

Beatmatched automated stage visuals/lighting lighting system (ArtNet)

Notifications You must be signed in to change notification settings

superLimitBreak/stageOrchestration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a559f83 · Aug 24, 2021
Nov 6, 2019
Dec 17, 2019
Jul 29, 2019
Jun 22, 2018
May 30, 2019
Jul 5, 2018
Jul 25, 2019
May 18, 2017
Jul 26, 2019
Aug 24, 2021
Dec 18, 2019
Jan 4, 2016
Dec 17, 2019
Dec 17, 2019
Jun 17, 2019
Jul 5, 2018
May 30, 2019
Aug 14, 2017
Jul 25, 2019
Jun 19, 2019

Repository files navigation

stageOrchestration

superLimitBreak is a band that plays to a click track. We can trigger stage lights and projections in time to the live music.

  • stageOrchestration can be used standalone but was designed to be paired with
  • displayTrigger which listens to stage events and control digital projectors
  • stageViewer can visualize lights/videos in 3d in a webbrowser for development of stage sequences

Overview

All the features listed below are goals of the project and are in development.

  • Input
    • Describe lighting sequences/senes as animation timelines
      • Timing is described in beats/bars and bpm
    • Trigger lighting sequences/scenes with json over TCP with displayTrigger
    • Pre recorded sequences can be played (ambilightEncoder)
  • Output
    • Control DMX Lights over ArtNet3
    • Preview lighting with stageViewer (json/websocket output)
  • Control panel (web interface)
    • Midi controller sliders can be used for live manipulation of the DMX universe for debugging
    • Lights can be calibrated for stage
      • Dead zones (to keep positional lights away from projectors)

Example Use Case Flow

  • At the start of performing a live track, an audio workstation machine sends a midi note to a virtual midi device
  • That virtual midi device is listened to by a web browser running displayTrigger.triggerWeb
    • Each note is assigned a different 'start sequence' payload
  • A 'start sequence' payload is broadcasts over displayTrigger.server
  • stageOrchestration.server receives the 'start sequence' payload and begins a timer loop to play the requested lighting sequence
  • DMX state is broadcast from stageOrchestration.server and subsequent video payload triggers are sent to displayTrigger.server
    • Subsequent video triggers are rendered by displayTrigger.display and seen by the audience
  • (A JSON state of the lights can also be broadcast over displayTrigger.server and rendered by stageViewer to assist content creators visualize the stage)

Setup

    make install
    make run

Reference

Declarative animations

TODO Read