convert codebase to use Temporal for various time types
[ardour.git] / libs / ardour / ardour / legatize.h
index aba65682a66267948f4b1f00227db9ee37105988..74c4d112df6443d3c1efe9ed96aabbcea282e69c 100644 (file)
@@ -39,10 +39,10 @@ public:
        Legatize(bool shrink_only);
        ~Legatize();
 
-       typedef Evoral::Sequence<Evoral::Beats>::Notes Notes;
+       typedef Evoral::Sequence<Temporal::Beats>::Notes Notes;
 
        Command* operator()(boost::shared_ptr<ARDOUR::MidiModel> model,
-                           Evoral::Beats                        position,
+                           Temporal::Beats                        position,
                            std::vector<Notes>&                  seqs);
 
        std::string name () const { return (_shrink_only ? std::string ("remove overlap") : std::string ("legatize")); }