Fix the horrible mess that was anything related to sources and paths.
[ardour.git] / libs / ardour / ardour / region.h
index a84057a909d62790dc48de99f0b83fb04291e2ba..b55d77f4990ffed8e129d62f0c77fc197cf5747d 100644 (file)
@@ -254,6 +254,11 @@ class Region
                // no transients, but its OK
                return 0;
        }
+       
+       virtual int separate_by_channel (ARDOUR::Session&,
+                       std::vector< boost::shared_ptr<Region> >&) const {
+               return 0;
+       }
 
        void invalidate_transients ();