X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Fcrossfade.h;h=3eafed818cf60dc03edcdbeac6d6bf9101c55c96;hb=d3071f84e5be7d611b83ce68908da697566a9713;hp=946d35b8e02d18cdbc64f279f025e1ee8791f368;hpb=1c167454eb2d498ed0ed453136ad3042aee0b556;p=ardour.git diff --git a/libs/ardour/ardour/crossfade.h b/libs/ardour/ardour/crossfade.h index 946d35b8e0..3eafed818c 100644 --- a/libs/ardour/ardour/crossfade.h +++ b/libs/ardour/ardour/crossfade.h @@ -157,6 +157,7 @@ class Crossfade : public PBD::StatefulDestructible, public boost::enable_shared_ AnchorPoint _anchor_point; bool _follow_overlap; bool _fixed; + int32_t layer_relation; Curve _fade_in; Curve _fade_out; @@ -165,9 +166,7 @@ class Crossfade : public PBD::StatefulDestructible, public boost::enable_shared_ void initialize (); int compute (boost::shared_ptr, boost::shared_ptr, CrossfadeModel); - bool update (bool force); - - void member_changed (ARDOUR::Change); + bool update (); };