Implements review comments
[ardour.git] / gtk2_ardour / add_route_dialog.h
index 9f11528e58911ec845572228f4a3ce605e39a752..eb38338f1f73d8ab8721a56484ddf85567a884ce 100644 (file)
@@ -49,14 +49,14 @@ class AddRouteDialog : public ArdourDialog
        AddRouteDialog ();
        ~AddRouteDialog ();
 
-        enum TypeWanted { 
+        enum TypeWanted {
                AudioTrack,
                MidiTrack,
                MixedTrack,
                AudioBus
        };
         TypeWanted type_wanted() const;
-       
+
         ARDOUR::ChanCount channels ();
        int count ();
 
@@ -64,13 +64,14 @@ class AddRouteDialog : public ArdourDialog
         bool name_template_is_default () const;
        std::string track_template ();
        ARDOUR::PluginInfoPtr requested_instrument ();
-       
+
        ARDOUR::TrackMode mode();
        ARDOUR::RouteGroup* route_group ();
        enum InsertAt {
-               EditorSelection,
-               MixerSelection,
-               End
+               BeforeSelection,
+               AfterSelection,
+               First,
+               Last
        };
        InsertAt insert_at();