Automation View ~ Interact With Editor From Menu + Re-instate Select Encoder Scrolling of Params#1456
Merged
Conversation
Contributor
9d94dfb to
4ea2654
Compare
97edccf to
29f1985
Compare
ff1bb34 to
0e14353
Compare
4f1186c to
fc1e4f8
Compare
b8d5017 to
cd991ec
Compare
m-m-adams
approved these changes
Mar 17, 2024
…Encoder Scrolling of Params Added "temporary" in-between automation editor layer to be able to edit params using the automation view editor UI without having to enter the full automation view UI to do it. When you're done editing and exit the menu, you are returned the previous UI you were in prior to entering the menu Added back select encoder scrolling of automation view parameters while in the full automation view UI Updated documentation Full automation view UI fine tuning: - When using the full automation view UI and entering the menu, the background UI will reset to the automation overview when first entering the menu and when you are not in a parameter menu - When using the full automation view UI, also enable editing the automation editor directly from the menu as users will come to expect this when using the in-between-UI. It also just makes sense. Refactored identical code out of Param:: and PatchCableStrength:: menu classes to a common Automation menu class Bug Fix Pad LED Greyout Cols and Rows mixup Fixed erroneous swap of pad LED cols and rows for assessing greyout
cd991ec to
81e484e
Compare
github-actions Bot
pushed a commit
that referenced
this pull request
Mar 17, 2024
…Encoder Scrolling of Params (#1456) Added "temporary" in-between automation editor layer to be able to edit params using the automation view editor UI without having to enter the full automation view UI to do it. When you're done editing and exit the menu, you are returned the previous UI you were in prior to entering the menu Added back select encoder scrolling of automation view parameters while in the full automation view UI Updated documentation Full automation view UI fine tuning: - When using the full automation view UI and entering the menu, the background UI will reset to the automation overview when first entering the menu and when you are not in a parameter menu - When using the full automation view UI, also enable editing the automation editor directly from the menu as users will come to expect this when using the in-between-UI. It also just makes sense. Refactored identical code out of Param:: and PatchCableStrength:: menu classes to a common Automation menu class Bug Fix Pad LED Greyout Cols and Rows mixup Fixed erroneous swap of pad LED cols and rows for assessing greyout
tastycode
pushed a commit
to tastycode/DelugeFirmware
that referenced
this pull request
Jul 3, 2024
…Encoder Scrolling of Params (SynthstromAudible#1456) Added "temporary" in-between automation editor layer to be able to edit params using the automation view editor UI without having to enter the full automation view UI to do it. When you're done editing and exit the menu, you are returned the previous UI you were in prior to entering the menu Added back select encoder scrolling of automation view parameters while in the full automation view UI Updated documentation Full automation view UI fine tuning: - When using the full automation view UI and entering the menu, the background UI will reset to the automation overview when first entering the menu and when you are not in a parameter menu - When using the full automation view UI, also enable editing the automation editor directly from the menu as users will come to expect this when using the in-between-UI. It also just makes sense. Refactored identical code out of Param:: and PatchCableStrength:: menu classes to a common Automation menu class Bug Fix Pad LED Greyout Cols and Rows mixup Fixed erroneous swap of pad LED cols and rows for assessing greyout
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description:
Some additional full automation view UI fine tuning:
Did some refactoring:
To do: