From f96b6982344dd390b3ee4882e96d1a7b83374b0f Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 19 Oct 2016 17:17:30 -0400 Subject: infrastructure for MIDI-input-follows-selection --- libs/ardour/session_state.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/ardour/session_state.cc') diff --git a/libs/ardour/session_state.cc b/libs/ardour/session_state.cc index ba0474f741..66eba307cd 100644 --- a/libs/ardour/session_state.cc +++ b/libs/ardour/session_state.cc @@ -270,6 +270,7 @@ Session::post_engine_init () SndFileSource::setup_standard_crossfades (*this, frame_rate()); _engine.GraphReordered.connect_same_thread (*this, boost::bind (&Session::graph_reordered, this)); + _engine.MidiSelectionPortsChanged.connect_same_thread (*this, boost::bind (&Session::rewire_midi_selection_ports, this)); AudioDiskstream::allocate_working_buffers(); refresh_disk_space (); -- cgit v1.2.3