summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-12-13 13:44:11 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-12-13 13:44:11 +0000
commit341cbfbd19dd9e885020c6fe1120fbcc497d621e (patch)
tree3e8233aa9ce5860ea487b890c3bd470fb7a3f956 /gtk2_ardour/ardour_ui.h
parent17439ac72cbbfe70256d99c3380aa31a2eb7bd35 (diff)
reinstate the windows way for GUIIdle's but limit the scope of the connection to just the time when a long-running action is active (for now, just adding > 8 routes)
git-svn-id: svn://localhost/ardour2/branches/3.0@13654 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour_ui.h')
-rw-r--r--gtk2_ardour/ardour_ui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/ardour_ui.h b/gtk2_ardour/ardour_ui.h
index 0af4cd6d2a..f6b312b993 100644
--- a/gtk2_ardour/ardour_ui.h
+++ b/gtk2_ardour/ardour_ui.h
@@ -210,6 +210,8 @@ class ARDOUR_UI : public Gtkmm2ext::UI, public ARDOUR::SessionHandlePtr
void synchronize_sync_source_and_video_pullup ();
void add_route (Gtk::Window* float_window);
+ void add_routes_part_two ();
+ void add_routes_thread ();
void session_add_audio_track (
int input_channels,