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

Add support for cycling through available hotcue colors #2384

Merged
merged 6 commits into from
Jan 9, 2020

Commits on Dec 6, 2019

  1. engine/controls/cuecontrol: Add COs to cycle through colors in palette

    This adds two new control objects:
    
        hotcue_X_color_prev
        hotcue_X_color_next
    
    These allow users to cycle through the available colors in their
    palette and makes it possible to modify colors through controller
    mappings (e.g. by mapping the parameter +/- buttons).
    Holzhaus committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    9866d07 View commit details
    Browse the repository at this point in the history
  2. Roland DJ-505: Change color of last used hotcue on PARAMETER 2 +/-

    This makes assigning colors to cue points much more straightforward on
    this controller. When pressing a performance pad (e.g. to activate a
    hotcue, the mapping "remembers" the hotcue number and allows cycling
    through the available colors of that hotcue using the PARAMETER 2 +/-
    buttons.
    Holzhaus committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    4f8a14b View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2019

  1. Configuration menu
    Copy the full SHA
    017dbe5 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2019

  1. Configuration menu
    Copy the full SHA
    bff4ab6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4cac1d View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2020

  1. Configuration menu
    Copy the full SHA
    985068b View commit details
    Browse the repository at this point in the history