-
-
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
Remove auto hotcue colors option #2578
Remove auto hotcue colors option #2578
Conversation
This option is obsolete now that the same can be archieved using the palette editor.
eb4402c
to
cae9a53
Compare
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 think we should keep the orange default for all new cues after update.
The cue color by number option should be explicit selected, because it has the potential to mess the color up for cues set on the fly.
kSchemaMigrationReplacementColor, | ||
}, | ||
QList<unsigned int>{8}); | ||
|
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.
What are the use cases for kMixxxHotcueColorPaletteWithDefaultColor and kMixxxHotcueColorPalette?
How about adding orange to the kMixxxHotcueColorPalette?
We could make the "Mixxx Palette with default color" palette the default palette, but in my opinion we should enable auto-colored hotcue by default so that users that don't open the settings profit from colored cues right away.
I'm not sure what you mean. Do you want to keep the "auto_hotcue_colors" option? We should definitely remove it. It's redundant and inflexible because you can't configure the default color and you can just use the palette editor to configure a single default color. |
OK.
I do not agree that this is a good feature to color the cues by numbers but this is only a opinion from one user, the same as yours. I would like to add this:
This way the expensive to tweak cue number assignment in the palette only need to b adjusted in exceptional cases.
That would be part of my personal experience. I can set the cue point and it will have most likely the wrong color and I am forced to adjust the color immediately because later I can't distinguish that the color was not adjusted. Using a single default color allows to adjust the cue point later at home. |
I can add this combobox to #2589 and the additions of orange to the mixxx palette. |
So basically with automatic hotcue colors it is possible that the user sometimes needs to set the color manually, when if we disable it we'll always hit the worst case and require manual intervention. Hence, I think enabling it by default is the obvious choice.
Using a single color for all cues wasn't a user preference, it was just cue colors didn't exist in Mixxx 2.2. We cannot infer that users actually preferred it, there was simply no alternative. If we stretch the definition of "user preference" and consider this as such, we couldn't add any new features to Mixxx without disabling them by default (which we currently don't).
We don't change this silently, all legacy cues still have a single color. This only applies to new cues. Users can instantly see that their new cues have different colors. They can still set a different color manually or go to the preferences and switch to a single default color.
I agree that there needs to be an easier way to set a single default color, but let's discuss this over at #2589.
I think this is actually a very special use case and I'm not quite sure why you would want to take the extra step of sitting down after a gig and color all cues manually. I think we agree that the most frictionless way to set cues is when you don't need to set the color manually at all. Let's consider a possible user's color scheme:
With automatic hotcue colors, it's actually possible to use that scheme without manual coloring. If you want to set the cue point before the main vocal part, just press hotcue 5 (which will be colored blue automatically) -> done. No manual coloring needed. If you have another color scheme, you can use the palette editor to use different colors and adjust the mapping between colors and hotcue indices. If you still like to assign a color to each new cue manually, you can just configure a single default color for all new cues in the preferences, but that should not be the default for the reasons I explained above. Also, setting a color automatically makes the colored cue feature much more discoverable IMHO. It's also what Serato does by default, but it doesn't even provide a way to modify the default color(s) at all. Automatic colors in combination with the ability to configure the default colors really puts Mixxx ahead of our largest competitor, so we should make it the default. |
Understand how the described approach can be a benefit. However this requires an certain degree of conference how to use the colors before starting it. With default orange, the user can clearly destingush between legacy cues and cues created after he has introduced a color concept and switched the auto coloring on. Please remember that I originally have preferred to keep no-color for new cues. It was a kind of compromise to select orange for all uncolored cues. I see no reason to give this up and watering this compromise. It is just one preferences option and a real small act compared to the mass it will create if Mixxx auto colors the cues without a concept. So please let's stick with it. |
Alright, this discussion got a bit off-topic. I'm still in favor of coloring cues in different colors by default, at least for new users (i.e. users that didn't come from 2.2). But if everyone else thinks a single default color for all new cues is the best choice, I won't insist. In any case, we should remove the |
Can't we get did of the cue number assignment column in the GUI and just use it one by one? I am still convinced that the default color selector and the palette editor should be two separate things. What stands against the proposed combo box? |
It's very exhausting when mixing so many different topics that all have not that much to do with this specific PR. This discussion gets really OT now.
No, this would greatly limit the flexibility. In fact, the current config UI does not even offer the full potential of the approach, because we could also assign the first color to the cues 1 and 2, the second color to cues 3 and 4, etc... I want to use a gradient-like Hotcue Palette but use distinct hotcue colors for cues next to each other. This isn't possible when the palette indices is the same as the default hotcue color indices. We could remove the "Assign to Hotcue Number" column from the palette editor and use a second tableview where you drag an drop colors from the palette if you want to implement that. I posted a GUI mockup in last December on zulip, but opted for the single table approach in #2530 because it was easier to implement:
Then don't configure it like that. Mixxx won't do that unless you open the palette editor and tell it to behave like that.
The default color(s) should be part of the palette, so it makes sense to edit and save them together.
I'm not against a combobox where you can select a single default color. I'm just saying that this combobox should update the palette instead of introducing another way of configuring hotcue colors. We shouldn't have to consider multiple different options we assign a color a to cue. Let's just use |
OK, so I will add it to #2589 and you can here make it use the colorForHotcueIndex() function. OK ? The GUI Mock up looks good. IMHO the only mandatory topic is to allow mass changing the default color. the rest can go to 2.4. |
The approach taken in this PR to add a new palette with a 9th color that doesn't get assigned to a hotcue or shown in the cue menu to use as the single default color is bizarre. I think this is a hack around the underlying problem that the palette shown in the cue menu and the palette of default hotcue colors are coupled. (This is the hard part where I stopped working on #2399.) It seems the decoupling of hotcue numbers from the palette position (the second column in the palette editor table) is another hack around this. I doubt we should show the user two different palettes to configure for the default hotcue colors and the cue menu. I propose making the existence of different palettes an implementation detail. In the preferences GUI, add a radio button to choose between all hotcues one color and a different color per hotcue. If all hotcues one color is selected, the preferences dialog could generate a palette with only the single color which would be used by CueControl to assign the default color. |
On second thought, what's the point of manually setting the color of a hotcue if your only choices are the colors that are automatically assigned to other hotcues? If we decide to allow this, I'd expect to edit the colors in the cue menu directly from the cue menu, not have to go to the preferences window for that. |
It does get added to that new palette and it will also be shown in the cue menu.
No, that solves multiple other problems like the ability to have more options in the cue menu's color picker than just the colors that get assigned automatically.
That makes no sense. If we make a palette with only the single default color then the cue menu would also contain just that single default color, so you can not even change color of a hotcue. |
Sorry, I made an incorrect assumption. I should have tested that. I propose we close this and go with the approach in #2589 instead. |
Okay #2589 is merged and this has merge conflicts now. Can we close this and remove the "beta blocker" tag from it? |
I experimented a bit and creating palettes on the fly can be confusing after all. I'll close this for now. Maybe I'll look into it for 2.4, but the current solution is probably good enough. |
This option is now obsolete since the same can be archieved using the palette editor.
I also added a second Mixxx Hotcue Palette that includes the orange default color and always assigns that to all new hotcues.