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

Enable or disable Crush with a button #83

Merged
merged 14 commits into from
Jul 11, 2023
Merged

Enable or disable Crush with a button #83

merged 14 commits into from
Jul 11, 2023

Commits on Jul 11, 2023

  1. Cleanup: Extract getting value->string to function

    This and the next related commits originally supported
    a change to how value text is displayed for Crush parameter
    values. I dropped that change, but this little refactor is
    still a good idea.
    JoseDiazRohena committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    73fec49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cccd5ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09db500 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    21f6ab4 View commit details
    Browse the repository at this point in the history
  5. Cleanup: Use juce::roundToInt instead of simple cast

    It's more accurate!
    JoseDiazRohena committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    f76c131 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6a2ca81 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b10c6fd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d53d3ee View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f6be6f8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fd05e97 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    83eed22 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    be7521a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9d60c52 View commit details
    Browse the repository at this point in the history
  14. Cleanup: Use detail namespace in plugin processor instead of anonymous

    Use of anonymous namespace gives the variables and functions declared
    there global scope, which is kind of the opposite of what I wanted.
    JoseDiazRohena committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    914c44d View commit details
    Browse the repository at this point in the history