prepare meter configuration..
[ardour.git] / libs / ardour / ardour / midi_operator.h
index 64ceaad841f1ad107a16b3ee5ada61f94902fc6a..c5def76384d9e88df1a3920c53438941c49c1be1 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2009 Paul Davis 
+    Copyright (C) 2009 Paul Davis
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -36,8 +36,10 @@ class MidiOperator {
   public:
        MidiOperator () {}
        virtual ~MidiOperator() {}
-       
-       virtual Command* operator() (boost::shared_ptr<ARDOUR::MidiModel>, std::vector<Evoral::Sequence<Evoral::MusicalTime>::Notes>&) = 0;
+
+       virtual Command* operator() (boost::shared_ptr<ARDOUR::MidiModel>,
+                                    double,
+                                    std::vector<Evoral::Sequence<Evoral::MusicalTime>::Notes>&) = 0;
        virtual std::string name() const = 0;
 };