X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fcrossfade.cc;h=fb4325865c0dcf11702b64d5a8955f31e1f8c08b;hb=b5ec66ae6cb60fa43c343d3d29340b2370d0b9d1;hp=32a9e2b533d832c1ef8b960ceb8521f756a1a8e0;hpb=fedf3d34f32264ac57c6a222b678dc90f2bb1a88;p=ardour.git diff --git a/libs/ardour/crossfade.cc b/libs/ardour/crossfade.cc index 32a9e2b533..fb4325865c 100644 --- a/libs/ardour/crossfade.cc +++ b/libs/ardour/crossfade.cc @@ -15,11 +15,12 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id$ */ #include +#include + #include #include #include @@ -27,6 +28,7 @@ #include #include #include +#include #include "i18n.h" #include @@ -37,6 +39,7 @@ using namespace PBD; nframes_t Crossfade::_short_xfade_length = 0; Change Crossfade::ActiveChanged = new_change(); +Change Crossfade::FollowOverlapChanged = new_change(); /* XXX if and when we ever implement parallel processing of the process() callback, these will need to be handled on a per-thread basis. @@ -74,24 +77,26 @@ Crossfade::Crossfade (boost::shared_ptr in, boost::shared_ptr