-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Effects refactoring: loaded chain #4431
Merged
Be-ing
merged 10 commits into
mixxxdj:effects_refactoring
from
daschuer:effects_refactoring_loaded_chain
Oct 18, 2021
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
8d8074f
Rename [EffectRack1_EffectUnit1],loaded_preset to [EffectRack1_Effect…
daschuer 2f986c4
Make next/prev_chain variables matching the corresponding CO names
daschuer 77cac9d
Ignore 0 in EffectChain::slotControlChainSelector to match the behavi…
daschuer 2b96252
Simplify control flow in loadChainPreset
daschuer a3902f4
Remove redundant setting of m_pControlLoadedChainPreset
daschuer e3322ce
Added a TODO for the unused [EffectRack1_EffectUnit1],loaded
daschuer e5fda81
Remove pointless check if group is empty.
daschuer f175f9e
Rename num_presetsavalable to num_chain_presets for a consistent nami…
daschuer 3883a28
rename loaded_chain to loaded_chain_preset
daschuer 9cb902e
Remove unused [EffectRackn_EffectUnitn],loaded CO
daschuer File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and add aliases
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't want to clutter the CO interface with aliases for such a minor issue. I think it is obvious already what the CO does even without the alias. We can add the alias at any time later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You have already changed one. Now change the others or you leave it in an inconsistent state.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR is against the mixxxdj/effects_refactoring. If you think the renaming + alias is rectified, you can create your own PR. Maybe another team member is convinced that an this is a good idea. I like to move on the other issues.