summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/crossfade.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-06-28 02:40:09 +0000
committerCarl Hetherington <carl@carlh.net>2010-06-28 02:40:09 +0000
commited19559ece9c2420a2d590f1e9c3c6c9c62e90ab (patch)
tree397f797024fa4cd6dfa24e7242dd5c13878643a2 /libs/ardour/ardour/crossfade.h
parentc8e07653daab1b8d5e77aada9ed9a351907c71f1 (diff)
Generate undo record for crossfade edits, and provide signalling to update the view when such things are undone. Partially fixes #3257.
git-svn-id: svn://localhost/ardour2/branches/3.0@7309 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/crossfade.h')
-rw-r--r--libs/ardour/ardour/crossfade.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/ardour/ardour/crossfade.h b/libs/ardour/ardour/crossfade.h
index 7b5ac28379..4c75a0226b 100644
--- a/libs/ardour/ardour/crossfade.h
+++ b/libs/ardour/ardour/crossfade.h
@@ -142,6 +142,9 @@ class Crossfade : public ARDOUR::AudioRegion
static framecnt_t short_xfade_length() { return _short_xfade_length; }
static void set_short_xfade_length (framecnt_t n);
+ /** emitted when the actual fade curves change, as opposed to one of the Stateful properties */
+ PBD::Signal0<void> FadesChanged;
+
private:
friend struct CrossfadeComparePtr;
friend class AudioPlaylist;