Ax9D / pw-viz

Pipewire graph editor written in Rust. WIP⚠️
GNU General Public License v3.0
230 stars 14 forks source link

Add ability to hide specific nodes #15

Open mkrasnitski opened 2 years ago

mkrasnitski commented 2 years ago

I'd like the ability to hide certain nodes on the graph, maybe through a right-click context menu on the node, or otherwise with a keypress or mouse button. For example, I have an external DAC and the extra links to it from every other node in the graph make everything more cluttered. I'm never going to need to make links to or from it since it's the only output device I use. In addition, it would be good to have a dropdown menu from the top bar, say "View > Nodes" which contains a list of every node by name and a checkbox next to it which toggles visibility.

Ax9D commented 2 years ago

That makes sense, although I think showing only the hidden nodes in the View menu would be better, as that would make hidden nodes easier to find and show.