globally change all use of "frame" to refer to audio into "sample".
[ardour.git] / libs / ardour / mute_control.cc
index 89d18746f764d3f940f1d4b4ec536949cbf416f4..fb6c9f01404408cdac86b9e9a56b8d77d1e8c93d 100644 (file)
@@ -180,7 +180,7 @@ MuteControl::muted_by_others_soloing () const
 }
 
 void
-MuteControl::automation_run (framepos_t start, pframes_t len)
+MuteControl::automation_run (samplepos_t start, pframes_t len)
 {
        boolean_automation_run (start, len);