summaryrefslogtreecommitdiff
path: root/gtk2_ardour/crossfade_view.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 /gtk2_ardour/crossfade_view.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 'gtk2_ardour/crossfade_view.h')
-rw-r--r--gtk2_ardour/crossfade_view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/crossfade_view.h b/gtk2_ardour/crossfade_view.h
index 6bda06999d..db1d33fdf8 100644
--- a/gtk2_ardour/crossfade_view.h
+++ b/gtk2_ardour/crossfade_view.h
@@ -72,6 +72,7 @@ struct CrossfadeView : public TimeAxisViewItem
ArdourCanvas::Item *active_button;
void crossfade_changed (const PBD::PropertyChange&);
+ void crossfade_fades_changed ();
void active_changed ();
void redraw_curves ();
void color_handler ();