You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be possible to show more than one type of control on the same tab and just group it using category headings.
The UI widgets support this well.
I actually made this cute mini layout a while ago, but I very much just went on a rampage of deleting, changing and hacking together stuff exactly like I wanted it, so this code will probably never see the light of day. Lets just say it's a very convincing UI prototype. Shouldn't be too hard for someone who actually knows GTK and rust to recreate this as a new option instead of breaking everything.
I have started an experiment with this in the listview-impl branch.
I'm using Gtk's ListView and combine the list models for playback and recording streams using FlattenedListModel and using section headers to group them. Then both types of streams appear in the same view. This can be toggled by rearranging the list models.
Not sure about how I will handle the tabs yet. The tabs are currently AdwViewSwitcher. I would have to make the tabs switch the current list model being viewed instead I guess.
As in a way to see all audio streams and outputs at the same time?
There's a fork of pavucontrol that does this in a way.
The space isn't well used there though, stacked pages rather than side-by-side would probably work better I think.
The text was updated successfully, but these errors were encountered: