X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Fpanner_shell.h;h=59b0e7da81e0c91b12fb8fbe32f4bd8814bf1612;hb=88c82aeb56c62d9d0c0acff51e360492ad9b8d23;hp=f344afd54a5569e734b35d592132a0e13d4837c7;hpb=86343b6c15a3a43f082802484d2bc813d34db821;p=ardour.git diff --git a/libs/ardour/ardour/panner_shell.h b/libs/ardour/ardour/panner_shell.h index f344afd54a..59b0e7da81 100644 --- a/libs/ardour/ardour/panner_shell.h +++ b/libs/ardour/ardour/panner_shell.h @@ -59,7 +59,7 @@ public: void configure_io (ChanCount in, ChanCount out); /// The fundamental Panner function - void run (BufferSet& src, BufferSet& dest, framepos_t start_frame, framepos_t end_frames, pframes_t nframes); + void run (BufferSet& src, BufferSet& dest, samplepos_t start_sample, samplepos_t end_samples, pframes_t nframes); XMLNode& get_state (); int set_state (const XMLNode&, int version);