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

Alternatespeed #877

Closed
wants to merge 9 commits into from
Closed

Commits on Aug 10, 2016

  1. Add Function alternateSpeed

    The idea is: RGBMatrix innerSpeed differs from "normal" speed.
    The "normal" speed is the "outer" speed.
    The innerSpeed is the speed of each step.
    
    Same for Chaser:
    The innerSpeed is the speed for each step (in Common speed mode)
    Other alternateSpeeds are available for Chaser,
    these are the speeds of each individual step (in Per Step mode)
    
    The alternateSpeed allows getting/setting these new Speeds.
    This will allow the VCSpeedDial to change the speed steps of a Chaser.
    
    The main goal of alternate speeds is: when changing the "normal" speed
    of a chaser or rgbmatrix, the inner speed is not affected.
    plugz committed Aug 10, 2016
    Configuration menu
    Copy the full SHA
    1f43c03 View commit details
    Browse the repository at this point in the history
  2. Cuelist: allow update while chaser is changing

    Otherwise the cuelist looks stopped while playing with a speeddial
    plugz committed Aug 10, 2016
    Configuration menu
    Copy the full SHA
    6bb55b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b83de0a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3064f7f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4f256ff View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bc52b41 View commit details
    Browse the repository at this point in the history
  7. Remove rbgmatrix and chaser innerspeed

    Overridespeeds are ignored anyway
    plugz committed Aug 10, 2016
    Configuration menu
    Copy the full SHA
    985a1d9 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2016

  1. fix sequence alternatespeedname

    plugz committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    d91a15d View commit details
    Browse the repository at this point in the history
  2. functionselection: fix container scene selection

    Without this, when adding a sequence-container scene to a vcspeedial,
    the contained sequence and it alternatespeeds
    are not selectable anymore.
    plugz committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    c048e1b View commit details
    Browse the repository at this point in the history