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

RgbScript make stage colors available to scripts #1422

Draft
wants to merge 54 commits into
base: master
Choose a base branch
from

Commits on Mar 19, 2023

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

Commits on Apr 2, 2023

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

Commits on Apr 4, 2023

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

Commits on Apr 6, 2023

  1. Configuration menu
    Copy the full SHA
    fbfe04a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a360e26 View commit details
    Browse the repository at this point in the history
  3. Convert startColor and endColor into an array

    to prepare potential extension for e.g. 5 colors as used in color scripts
    hjtappe committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    b87b7cb View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

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

Commits on Apr 12, 2023

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

Commits on Apr 14, 2023

  1. Handle script errors and use corrected array handling.

    - Handle script errors which occur only in .call(), not just parse errors from .evaluate().
    - Hand over an array, not just a variable arguments list.
    hjtappe committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    2ae4286 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2023

  1. Rotate color array and format the algorithm.

    The algorithm prefers the inner colors (1-2-3-4-5) over the outer colors as the
    noise function output is a Gauss distribution. To make the colors set from thr
    outside more persent, shift them from 1 and 2 to 2 and 3.
    
    Also, format the algorithms.
    hjtappe committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    301c3b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a62f6a View commit details
    Browse the repository at this point in the history
  3. Fix lost bracket

    hjtappe committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    24dcb0e View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2023

  1. Fix the problem of the first color being mostly suppressed

    - Set default ramp value to center (20) as in plasma.js
    - Add and improve code comments and their formatting
    - Make value calculation explicit to make them available for debugging
    - Keep plasma and plasmacolors in sync for comparability.
    hjtappe committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    33107b2 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Configuration menu
    Copy the full SHA
    e6bd8c0 View commit details
    Browse the repository at this point in the history
  2. Perform more robust parameter evaluation

    and add documentation in template empty.js
    hjtappe committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    a95439f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb53109 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Merge branch 'master' of https://github.com/mcallegari/qlcplus into r…

    …gbScript-colorArray
    hjtappe committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    edd09d8 View commit details
    Browse the repository at this point in the history
  2. Fix tabs to spaces.

    hjtappe committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    2438f65 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

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

Commits on Apr 25, 2023

  1. Merge branch 'master' of https://github.com/mcallegari/qlcplus into r…

    …gbScript-colorArray
    hjtappe committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    9bfc06a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/mcallegari/qlcplus into r…

    …gbScript-colorArray
    hjtappe committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    d9ab549 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Use the second raw Color for the highlights in marquee.js

    Also fix several off-by-one errors, such as the edges being out of sync and evaluation of integer properties.
    Also let the marquee color take effect and not just add to the existing RGB values.
    hjtappe committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    55b36b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    486bf92 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Configuration menu
    Copy the full SHA
    1dbf566 View commit details
    Browse the repository at this point in the history
  2. remove unused function

    hjtappe committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    ffc2b85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03200b0 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Merge branch 'master' of https://github.com/mcallegari/qlcplus into r…

    …gbScript-colorArray
    hjtappe committed May 3, 2023
    Configuration menu
    Copy the full SHA
    401fe6f View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Merge branch 'master' of https://github.com/mcallegari/qlcplus into r…

    …gbScript-colorArray
    hjtappe committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    04910ed View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Fix Windows build of tests

    hjtappe committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    7d0fdb9 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

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

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    b36df53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d81e14 View commit details
    Browse the repository at this point in the history
  3. Correct some errors in qml

    hjtappe committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    b020f90 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. Configuration menu
    Copy the full SHA
    7f6e799 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebc0f65 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2023

  1. Do not overwrite configured colors

    Apply only the limited amount of colors when switching e.g. from
    ballscolors to balls and back.
    Previously, balls would toggle between color 1 and color 2 while it
    accepts only one color and the second color is not configurable (v4 / UI)
    hjtappe committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    9cb0e68 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Merge branch 'master' of https://github.com/mcallegari/qlcplus into r…

    …gbScript-colorArray
    hjtappe committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    94ca479 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Integrate latest changes from webaccess

    where the signal infrastructure had been changed to enable the VC widget for color selection.
    hjtappe committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    b3094b5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/mcallegari/qlcplus into r…

    …gbScript-colorArray
    
    Integrate with latest changes in devtool (color picker).
    hjtappe committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    5179962 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6e3ab2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    19bf6af View commit details
    Browse the repository at this point in the history
  5. Uodate ballscolors to support more than 5 balls

    and catch up the different colors from the color inputs.
    hjtappe committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    ca386ad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5496516 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Merge branch 'master' of https://github.com/mcallegari/qlcplus into r…

    …gbScript-colorArray
    hjtappe committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    127192d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bdd74ee View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    dbdb363 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34f7463 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/mcallegari/qlcplus into r…

    …gbScript-colorArray
    hjtappe committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    1196ba1 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Merge branch 'master' of https://github.com/mcallegari/qlcplus into r…

    …gbScript-colorArray
    hjtappe committed May 24, 2024
    Configuration menu
    Copy the full SHA
    d22dc4b View commit details
    Browse the repository at this point in the history
  2. Fix typo.

    hjtappe committed May 24, 2024
    Configuration menu
    Copy the full SHA
    9870df2 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

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

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    8bda20e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/mcallegari/qlcplus into r…

    …gbScript-colorArray
    hjtappe committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    577f16f View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

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