Don't move automation to follow region when a region has only been trimmed rather...
[ardour.git] / libs / ardour / reverse.cc
index a35858ce97b146ff2ae06a7fab73683910463151..10fce584423b22f8b3edc7ef252cd9a49c1e5d7f 100644 (file)
@@ -46,11 +46,11 @@ Reverse::run (boost::shared_ptr<Region> r)
 {
        SourceList nsrcs;
        SourceList::iterator si;
-       nframes_t blocksize = 256 * 1024;
+       framecnt_t blocksize = 256 * 1024;
        Sample* buf = 0;
-       nframes_t fpos;
-       nframes_t fstart;
-       nframes_t to_read;
+       framepos_t fpos;
+       framepos_t fstart;
+       framecnt_t to_read;
        int ret = -1;
 
        boost::shared_ptr<AudioRegion> region = boost::dynamic_pointer_cast<AudioRegion>(r);