jackcpp icon indicating copy to clipboard operation
jackcpp copied to clipboard

Add the ability to remove ports

Open nwoeanhinnogaehr opened this issue 9 years ago • 2 comments

The client cannot be running when this is done, because then we may erase from the middle of m{Input,Output}Ports while jackToClassAudioCallback is getting the ports. There's probably a way to defer erasing the port so this can be worked around, but does anyone need to remove ports from a running client anyways?

nwoeanhinnogaehr avatar Dec 17 '16 07:12 nwoeanhinnogaehr

oh nice, i guess I missed the notification on this one, I'll take a look at it when I have some time and then merge it in. Thanks!

I could see needing to remove from a running client.. say you create then erase an aux bus channel or something?

x37v avatar Jan 12 '17 23:01 x37v

I also realize now that this doesn't update either the swig interface or the blocking API.

I'm going to put some more thought into how it could be made to work with running clients in the next few days because it became a bit annoying having to reconnect all ports after removing a few.

nwoeanhinnogaehr avatar Jan 13 '17 03:01 nwoeanhinnogaehr