Rwbi ramps - midi regions resize when tempo map changed.
[ardour.git] / libs / ardour / ardour / midi_region.h
index 81f490f51c37d159fc02366c057d37465025eeb5..b952c90f82e964f27863d61e35f3c00578be39cd 100644 (file)
@@ -140,7 +140,7 @@ class LIBARDOUR_API MidiRegion : public Region
        void model_automation_state_changed (Evoral::Parameter const &);
 
        void set_start_beats_from_start_frames ();
-       void update_after_tempo_map_change ();
+       void update_after_tempo_map_change (bool send_change = true);
 
        std::set<Evoral::Parameter> _filtered_parameters; ///< parameters that we ask our source not to return when reading
        PBD::ScopedConnection _model_connection;