X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fcrossfade_edit.h;h=fab459c54fead1fdfbce9b9e245e67955721f2cf;hb=98f44aa20cef3c59506c2b15af92c6499d8b1c57;hp=7334002abd8a677b7ad3681676e28d414bfd9088;hpb=f6fdd8dcbf41f864e9f0cc32dabe81fe3533ddfe;p=ardour.git diff --git a/gtk2_ardour/crossfade_edit.h b/gtk2_ardour/crossfade_edit.h index 7334002abd..fab459c54f 100644 --- a/gtk2_ardour/crossfade_edit.h +++ b/gtk2_ardour/crossfade_edit.h @@ -183,7 +183,8 @@ class CrossfadeEditor : public ArdourDialog void set (const ARDOUR::AutomationList& alist, WhichFade); - boost::signals2::scoped_connection peaks_ready_connection; + PBD::ScopedConnection* _peaks_ready_connection; + PBD::ScopedConnection state_connection; void make_waves (boost::shared_ptr, WhichFade); void peaks_ready (boost::weak_ptr r, WhichFade); @@ -212,7 +213,7 @@ class CrossfadeEditor : public ArdourDialog void audition_right_dry (); void audition_right (); - void xfade_changed (ARDOUR::Change); + void xfade_changed (const PBD::PropertyChange&); void dump (); };