From a2897ecef6da6a458aa1de8c2d9973a1e809dca2 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 16 Apr 2012 16:32:22 +0000 Subject: Fairly major change to the way in which crossfades are handled; they are now done with region fades, rather than separate objects. After this commit, Ardour will try to convert your session files to the new crossfade format, but will make a backup in your session folder first. If you have works in progress using Ardour 3 it is ***STRONGLY RECOMMENDED*** that you back up session files before updating to this commit. git-svn-id: svn://localhost/ardour2/branches/3.0@11986 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/streamview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/streamview.h') diff --git a/gtk2_ardour/streamview.h b/gtk2_ardour/streamview.h index 349b380d9f..f49bc87259 100644 --- a/gtk2_ardour/streamview.h +++ b/gtk2_ardour/streamview.h @@ -142,7 +142,7 @@ protected: void diskstream_changed (); void layer_regions (); - virtual void playlist_switched (boost::weak_ptr); + void playlist_switched (boost::weak_ptr); virtual void color_handler () = 0; -- cgit v1.2.3