Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Beginning channel range support #4

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Oct 2, 2016

  1. Beginning channel range support

    This is early work on how we might generate a "gradiant" across a range
    of channels.  It still needs quite a bit of work.
    
    TODO:
    More dynamic updating of levels
    Allow custom start/stop levels.
    Optimize triggergenerator code.
    Debug.
    dmeltzer committed Oct 2, 2016
    Configuration menu
    Copy the full SHA
    4002b90 View commit details
    Browse the repository at this point in the history
  2. Support Saving/restoring of settings

    Also include the changes to the qml files from the previous commit...
    dmeltzer committed Oct 2, 2016
    Configuration menu
    Copy the full SHA
    0a5e8ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf7ec18 View commit details
    Browse the repository at this point in the history
  4. Zero out channels when they don't match the parameters.

    Also fix an off-by-one error.
    
    This generates a LOT of osc traffic, sending 0s constantly.  I wonder if
    theres a way to "flash" a message to the eos software instead, and not
    have the value captured.
    dmeltzer committed Oct 2, 2016
    Configuration menu
    Copy the full SHA
    2ec2449 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2016

  1. Use one command per level string

    Save progress mostly.  Use built in Eos fanning.
    dmeltzer committed Oct 5, 2016
    Configuration menu
    Copy the full SHA
    ffaf462 View commit details
    Browse the repository at this point in the history