X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Fregion.h;h=b55d77f4990ffed8e129d62f0c77fc197cf5747d;hb=022818b4a796f52c0a91eea42e65aec0bc7bed43;hp=a84057a909d62790dc48de99f0b83fb04291e2ba;hpb=aaa91db6d9592684258267981e619b44cc2b7c40;p=ardour.git diff --git a/libs/ardour/ardour/region.h b/libs/ardour/ardour/region.h index a84057a909..b55d77f499 100644 --- a/libs/ardour/ardour/region.h +++ b/libs/ardour/ardour/region.h @@ -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 >&) const { + return 0; + } void invalidate_transients ();