Put the sidechain ports into a dedicated tab in PortMatrix
[ardour.git] / gtk2_ardour / time_selection.h
index f93f40c21e4004eaa583dae58391fd7a5257cafa..6e59684a480682b24f9d92b7ba9ef04412b4c25d 100644 (file)
@@ -31,11 +31,11 @@ class TimeSelection : public std::list<ARDOUR::AudioRange>
 {
 public:
        ARDOUR::AudioRange& operator[](uint32_t);
-       
-       nframes_t start();
-       nframes_t end_frame();
-       nframes_t length();
-       
+
+       ARDOUR::samplepos_t start();
+       ARDOUR::samplepos_t end_sample();
+       ARDOUR::samplepos_t length();
+
        bool consolidate ();
 };