make generic MIDI control track remote control ID changes; fixup messes in the editor...
[ardour.git] / libs / ardour / session.cc
index 19aca23c346f8a0300c282de1e2f76e5cb9e58a8..1f61322b4b64e8c6e1492076f42d2d37081eca1b 100644 (file)
@@ -2170,6 +2170,7 @@ Session::add_routes (RouteList& new_routes, bool save)
        }
 
        RouteAdded (new_routes); /* EMIT SIGNAL */
+       Route::RemoteControlIDChange (); /* EMIT SIGNAL */
 }
 
 void
@@ -4183,6 +4184,7 @@ Session::sync_order_keys (std::string const & base)
        }
 
        Route::SyncOrderKeys (base); // EMIT SIGNAL
+       Route::RemoteControlIDChange (); // EMIT SIGNAL
 }