rncbc / qjackctl

QjackCtl - JACK Audio Connection Kit Qt GUI Interface
https://qjackctl.sourceforge.io
GNU General Public License v2.0
186 stars 42 forks source link

Feature Request for Graph: Disconnect everything from node #123

Open mxa opened 3 years ago

mxa commented 3 years ago

On right-click on a node, I'd like to be able to simply disconnect everything connected to that node.

image

rncbc commented 3 years ago

implemented in develop branch commit e5393ea .

cheers

psiborg112 commented 3 years ago

There seems to be a bad unintended consequence to this. Selecting a single connection line selects both of the ports associated with that connection. Press delete, and instead of deleting just the selected connection, you delete everything involving either of those ports.

rncbc commented 3 years ago

oh yes that's correct...

fixed in aa42b0d on develop branch, thanks.

rncbc commented 3 years ago

corrected in 0e6baf0 on develop branch again

thanks