13
0

fix JACK backend setup so that we know about graph, port changes etc.

This commit is contained in:
Paul Davis 2013-09-06 13:06:44 -04:00
parent 79fed95c1b
commit 0456788663

View File

@ -126,6 +126,9 @@ JackConnection::open ()
jack_on_shutdown (_jack, jack_halted_callback, this);
}
Connected(); /* EMIT SIGNAL */
return 0;
}