EXPERIMENTAL! NEEDS TESTING! remove "offset" from almost everything in the process...
[ardour.git] / libs / ardour / ardour / diskstream.h
index fd558019c9daba858dacb96231c77b921ecaabf2..6fb659400dbd6030e4517b865fd6585c710264b3 100644 (file)
@@ -177,7 +177,7 @@ class Diskstream : public PBD::StatefulDestructible
        friend class Track;
 
        virtual void prepare ();
-       virtual int  process (nframes_t transport_frame, nframes_t nframes, nframes_t offset, bool can_record, bool rec_monitors_input) = 0;
+       virtual int  process (nframes_t transport_frame, nframes_t nframes, bool can_record, bool rec_monitors_input) = 0;
        virtual bool commit  (nframes_t nframes) = 0;
        virtual void recover (); /* called if commit will not be called, but process was */