Don't show DSP stats of inserts that don't collect them.
[ardour.git] / gtk2_ardour / region_layering_order_editor.h
index 05ce273f1ff65cf9c939f5001323373d5e99f942..58ef4f8e0e9d9d75d7f277b495182cd7eb02867b 100644 (file)
@@ -43,14 +43,14 @@ public:
        RegionLayeringOrderEditor (PublicEditor&);
        virtual ~RegionLayeringOrderEditor ();
 
-       void set_context (const std::string &, ARDOUR::Session *, TimeAxisView *, boost::shared_ptr<ARDOUR::Playlist>, ARDOUR::framepos_t);
+       void set_context (const std::string &, ARDOUR::Session *, TimeAxisView *, boost::shared_ptr<ARDOUR::Playlist>, ARDOUR::samplepos_t);
        void maybe_present ();
 
 protected:
        virtual bool on_key_press_event (GdkEventKey* event);
 
 private:
-       framepos_t position;
+       samplepos_t position;
        bool in_row_change;
        uint32_t regions_at_position;