[Feature] Floating "Volume Mixer" Improvements (e.g. Dynamic Layout) #1290
Coldblackice
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, EarTrumpet's floating "Volume Mixer" popup displays all audio devices along a single row only, necessitating lots of scrolling for any that have a number of audio devices. Some ideas to improve this:
Like a CSS "float", the volume-mixer could allow for displaying additional rows, the layout could dynamically adapting to the constraints of the window, e.g., user resizes mixer panel from a rectangle shape to a square --> panel adapts by displaying devices along an additional row(s)
Ability to mouse-drag devices around in the panel to rearrange ordering, allowing for most pertinent devices to be displayed at the front
Each time the volume-mixer is closed, the scroll position gets reset back to the start. Optionally, the scroll position could be remembered for next time the mixer opens, given it's likely the user will be changing the same device's app volumes
Beta Was this translation helpful? Give feedback.
All reactions