add Port::PostDisconnect signal to allow objects other than the one being directly...
authorPaul Davis <paul@linuxaudiosystems.com>
Thu, 26 Jan 2012 19:00:27 +0000 (19:00 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Thu, 26 Jan 2012 19:00:27 +0000 (19:00 +0000)
commite3b21111094556494993a711edf6fbc6f826a057
tree116ea553f73149e28e0fec2a30acf968e0cbffbd
parent9b3aefec1b0da4b838ecc90df7080be539b2edba
add Port::PostDisconnect signal to allow objects other than the one being directly disconnected to act when disconnection happens. This turns out to be much easier than using the JACK port connect/disconnect callback

git-svn-id: svn://localhost/ardour2/branches/3.0@11355 d708f5d6-7413-0410-9779-e7cbd77b26cf
libs/ardour/ardour/io.h
libs/ardour/ardour/port.h
libs/ardour/io.cc
libs/ardour/port.cc
libs/ardour/route.cc