make sure that JACK MIDI ports know about Jack halting in the "halted info" callback as well a the normal "halted" callback

git-svn-id: svn://localhost/ardour2/branches/3.0@13639 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-12-11 14:23:55 +00:00
parent 053b4a7fb0
commit 414cc08d6a

View File

@ -1127,6 +1127,7 @@ AudioEngine::halted_info (jack_status_t code, const char* reason, void *arg)
ae->_jack = 0;
if (was_running) {
MIDI::JackMIDIPort::JackHalted (); /* EMIT SIGNAL */
#ifdef HAVE_JACK_ON_INFO_SHUTDOWN
switch (code) {
case JackBackendError: