globally change all use of "frame" to refer to audio into "sample".
[ardour.git] / libs / ardour / ardour / automation_control.h
index e875ea98a6a68fa9eb9a42b63cf87581c0b2b640..8de0ec6ec093fe1892de26b50f01e1b00888180c 100644 (file)
@@ -106,7 +106,7 @@ public:
                actually_set_value (val, PBD::Controllable::NoGroup);
        }
 
-       virtual void automation_run (framepos_t start, pframes_t nframes);
+       virtual void automation_run (samplepos_t start, pframes_t nframes);
 
        double lower()   const { return _desc.lower; }
        double upper()   const { return _desc.upper; }