UI issues #1164
Replies: 13 comments
-
I try to avoid long-winded replies these days because everything gets lost in noise. But here goes... 1: I tried so many times to find a solution that keeps what we have so far 2: They are exactly the same as global settings on purpose. Convenience of at-hand settings. 3: Symmetry? Please explain. As in 6 below, I avoided grids and used hbox because I would rather ** Please note: in 3 and 6 if you are referring to the symmetry in an expanded strip, I 4: It took many years to get to this point. It is always a work in progress. 5: Please explain. A visible dividing line in the middle? Not as easy as it seems. 6: They are not positioned randomly. Each icon has a definite place where it goes 7: Again, the idea with that, is that in a fully populated mixer, I only wanted things that are active to 8: It's a placeholder. If it is removed the entire strip will shift down. And empty space might look worse. 9: Well, I'll leave that one for another day. It's been there forever. I just tried to keep what we had. |
Beta Was this translation helpful? Give feedback.
-
Not here - a theme-specific problem or something?
|
Beta Was this translation helpful? Give feedback.
-
2: Hm, you should immediately see the number of visible slots change, on all the strips, 5: I see. The one-sided pan slider not tickling your fancy? The compact slider class has a few tricks 7: Yep, pre-fader is inactive (off) by default. That's why it's blue. Pre-fader means that |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Oops. My mistake. I've caused more confusion. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
OK Thanks. That's worrisome. If you use say KDevelop, I'll try to find a few breakpoints you can check, I looked |
Beta Was this translation helpful? Give feedback.
-
I looked into it, my impression is that the problem is with Qt 5.9 that I have here. The size hint for the rack seems not to be updated properly, or too late (I tried all the usual updates/invalidates/adjustSizes etc. in the configChanged method of the audio strip, no way). I've been struggling with a very similar problem for weeks, in another context, so I'm not so surprised. And the setup of the mixer strip is quite a complex thing... |
Beta Was this translation helpful? Give feedback.
-
Hi guys, good discussion. Regarding 9. Track info. why not just remove it and add a checkable menu item in, say, the View menu? Everything doesn't have to have a button. Also, regarding the Transport panel (which is currently ontop of this window where I'm currently writing). |
Beta Was this translation helpful? Give feedback.
-
I do, and I know many other people do too ;-).
I fully agree. I think it should go to the Display menu, because it's view-specific (available only for the Arranger). I personally would remove it completely, I see no need for it (the strip can be hidden with the splitter anyway, and it's missing in all the other views except Arranger), but Tim does not like that ;-).
A good idea. |
Beta Was this translation helpful? Give feedback.
-
Hello.
sorry, been occupied by so many other things... and still am, just wanted
to show a sign of life.
Den sön 29 mars 2020 kl 11:20 skrev kybos <[email protected]>:
Most of layout issues I don't think I have noticed, might be it is style
specific... which is bothersome... or that I simply don't care enough ;)
I do, and I know many other people do too ;-).
It was mostly tongue in cheek, I do care! :)
But some of these things has gone past me so either I'm not affected or my
eyesight is not good enough.
Regarding 9. Track info. why not just remove it and add a checkable menu
item in, say, the View menu? Everything doesn't have to have a button.
I fully agree. I think it should go to the Display menu, because it's
view-specific (available only for the Arranger). I personally would remove
it completely, I see no need for it (the strip can be hidden with the
splitter anyway, and it's missing in all the other views except Arranger),
but Tim does not like that ;-).
I guess it could be confusing if there is no evident way to add it back if
it was collapsed by mistake.
Another solution would be for the collapsed strip to have a "handle" left
when collapsed.
Oh, I see now that it is separate. The hide/show button does not bring the
collapsed strip back. I think we should settle on one or the other way of
doing it. Having both can be confusing.
Also, regarding the Transport panel (which is currently ontop of this
… window where I'm currently writing).
An easy fix (in waiting for moving the functionality to better places) is
to simply make the always-on-top property optional.
A good idea.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<https://github.com/orgs/muse-sequencer/teams/musedevteam/discussions/38/comments/10>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABCFAN2LVRU2PCHQYRL5E53RJ4GTNANCNFSM4LRNX3BQ>
.
|
Beta Was this translation helpful? Give feedback.
-
Yup. And as I said, when it is expanded 'out there', not having a button to collapse it,
Oops. ++1 For finding a way to bring it back. |
Beta Was this translation helpful? Give feedback.
-
So obviously there is need for both variants.
|
Beta Was this translation helpful? Give feedback.
-
As announced in the other thread below, a quick collection of Ui related issues that I think should be changed/improved. Feel free to comment and contradict ;-).
The only deep and conceptual problem I see is the track colour handling (part specific, "current colour" concept). I suppose it stems from the original MusE, IMO one of the few things that make absolutely no sense, the colour should be track specific.
Mixer strip: Right click menu on track name:
Almost all menu points are the same as in the global settings, so as a user I would expect that here they are strip-specific, but they are not, they are really just a duplicates of the global settings. Not nice, but not critical, as they work and show immediate effect.
Except: Visible audio effects. No global setting exists, and changing it does seemingly nothing, so it looks like a bug to the user. It should at least go to the global settings (only), with a note/tooltip that it only takes effect for newly opened mixer strips.
The in/out icons are nice, but they break the (horizontal/vertical) symmetry without a frame/grid or something similar.
The "palettes" in midi strip: A and B are no sensible texts (and, still worse, "Palette A/B" no sensible tooltips). Palette A contains two unrelated areas, midi instrument definition and midi parameters like chorus etc. (palette B is more consistent). So logically, there should perhaps be even 3 "tabs".
Pan slider is wrongly used, as pan function is symmetrical based on the midpoint.
All the icons at the bottom of the mixer strip: They are positioned quite randomly and jump depending on the track type. Again, missing grid/symmetry.
All the icons again + mono/stereo + pre-fader listening: The light-blue colour strongly suggests that they are inactive, but not: Most of them are, but Mute and Prefader are active. This is completely illogical and confusing.
The "empty" button on the bottom of the midi strips looks like a bug, there can be nothing like a button without a text/icon.
My favourite ;-) : The "track info" button/icon: It should not be there at all, it's inconsistent with other views and (despite my efforts) still looks ugly and misplaced. Perhaps could be replaced by a key shortcut at least...
To be continued ;-) ...
Beta Was this translation helpful? Give feedback.
All reactions