summaryrefslogtreecommitdiff
path: root/gtk2_ardour/add_route_dialog.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-01-25 18:45:19 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-01-25 18:45:19 +0000
commita880cb543d4bc73f477198af50a2f76337e718c6 (patch)
treea09f25f2586fe5f4442898198a29e5f6f2f1d11b /gtk2_ardour/add_route_dialog.h
parent9ac351e60ceac28056d5513e3c346346689d11e0 (diff)
some improvements to the add track/bus dialog to make it more obvious how to add MIDI tracks
git-svn-id: svn://localhost/ardour2/branches/3.0@11348 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/add_route_dialog.h')
-rw-r--r--gtk2_ardour/add_route_dialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/add_route_dialog.h b/gtk2_ardour/add_route_dialog.h
index 571420c4be..49b3fc47cd 100644
--- a/gtk2_ardour/add_route_dialog.h
+++ b/gtk2_ardour/add_route_dialog.h
@@ -45,14 +45,14 @@ class AddRouteDialog : public ArdourDialog
AddRouteDialog (ARDOUR::Session*);
~AddRouteDialog ();
- bool track ();
+ bool audio_tracks_wanted ();
+ bool midi_tracks_wanted ();
int channels ();
int count ();
std::string name_template ();
std::string track_template ();
- ARDOUR::DataType type();
ARDOUR::TrackMode mode();
ARDOUR::RouteGroup* route_group ();