Change the feedback alert to a flashing button; works
[ardour.git] / libs / ardour / ardour / quantize.h
index bf046e6c501ac127c7b2d67c8a62c18366f46a0e..e1ca2b2395d2b7c5ed6035e5158bb32e3abf289d 100644 (file)
@@ -36,7 +36,9 @@ public:
                        float strength, float swing, float threshold);
        ~Quantize ();
 
-       Command* operator() (boost::shared_ptr<ARDOUR::MidiModel>, std::vector<Evoral::Sequence<Evoral::MusicalTime>::Notes>&);
+       Command* operator() (boost::shared_ptr<ARDOUR::MidiModel>,
+                            double position,
+                            std::vector<Evoral::Sequence<Evoral::MusicalTime>::Notes>&);
        std::string name() const { return std::string ("quantize"); }
 
 private: