visualize port connections in mixer/processor when in < out
[ardour.git] / libs / ardour / audiofilesource.cc
index e7d69d2258d631647361a2faac3f9be0514c7274..13b03f8f4828fdaa3998ef7b09b7c4938d89eb00 100644 (file)
@@ -320,7 +320,7 @@ int
 AudioFileSource::setup_peakfile ()
 {
        if (!(_flags & NoPeakFile)) {
-               return initialize_peakfile (_origin.empty(), _path);
+               return initialize_peakfile (_path);
        } else {
                return 0;
        }