From 618a391346763603ef8e1d77f17a7fb6a6538772 Mon Sep 17 00:00:00 2001 From: nick_m Date: Sat, 9 Apr 2016 03:21:13 +1000 Subject: Preformance - reinstate EditorRegions::freeze_tree_model (). --- gtk2_ardour/editor.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gtk2_ardour/editor.h') diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h index 653b1857b0..96b3d490fb 100644 --- a/gtk2_ardour/editor.h +++ b/gtk2_ardour/editor.h @@ -1586,6 +1586,9 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD void queue_visual_videotimeline_update (); void embed_audio_from_video (std::string, framepos_t n = 0, bool lock_position_to_video = true); + PBD::Signal0 EditorFreeze; + PBD::Signal0 EditorThaw; + private: friend class DragManager; friend class EditorRouteGroups; -- cgit v1.2.3