Giter Site home page Giter Site logo

q-sys-lighting-desk's Introduction

Q-SYS-Lighting-Desk

A virtual lighting desk for QSC Q-SYS system.

What is this?

This is a virtual lighting desk for Q-SYS that will output decimal binary ranging from 0-255 in value. This mixer also has a scenes that are programmable by lifting the faders and pressing the momentary button asscociated with the scenes fader. The script then be used via sACN or Art-Net to communicate with your lighting equipment.

How to Use

Either copy the design in the .qsys file or copy the script into a control script component to implement your own design. Within the script there are two variables NUM_CHANNELS and NUM_SCENES, edit these values to match the number of scene faders and channels faders needed. below are the constraints for the design

  • Momentary components must equal the number of scene faders

  • CHANNEL FADERS ARE CONNECTED TO CONTROL SCRIPT FIRST AND MUST BE AN INTEGER FADER/KNOB FROM 0 - 255 IN VALUE

  • SCENES FADER ARE CONNECTED TO THE CONTROL SCRIPT INPUT NUMBER : NUM_CHANNELS +1 AND ALSO BE AN INTEGER FADER/KNOB FROM 0 - 255 IN VALUE

  • MASTER FADER MUST BE CONNECTED TO CONTROL SCRIPT INPUT NUMBER : NUM_CHANNELS + NUM_SCENES +1.

  • MOMENTARY BUTTON ARE USED FOR SCENE STATE RECORDERS THEY ARE CONNECTED TO CONTROL SCRIPT INPUT NUMBER: NUM_CHANNELS + NUM_SCENES +2

  • OUTPUT CUSTOM CONTROL LEDS ARE TO BE LINKED UP ON THE OUPUT PINS AFTER THE TEXT/VALUE OUTPUT. BOTH THESE OUPUT PINS ARE EQUAL TO THE NUMBER OF CHANNELS

Image of ExamnpleDesign

q-sys-lighting-desk's People

Contributors

adamrcarter avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.