From cb413146428ce5db5e281d70f2b3b7df27c1aaab Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 11 Apr 2008 14:06:50 +0000 Subject: merge 3.0 from 2.0-ongoing@3243 git-svn-id: svn://localhost/ardour2/branches/3.0@3248 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/crossfade_edit.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'gtk2_ardour/crossfade_edit.h') diff --git a/gtk2_ardour/crossfade_edit.h b/gtk2_ardour/crossfade_edit.h index e9f2dcf762..e0e9926687 100644 --- a/gtk2_ardour/crossfade_edit.h +++ b/gtk2_ardour/crossfade_edit.h @@ -187,13 +187,20 @@ class CrossfadeEditor : public ArdourDialog void setup (boost::shared_ptr); void cancel_audition (); void audition_state_changed (bool); - + + enum Audition { + Both, + Left, + Right + }; + void audition_toggled (); void audition_right_toggled (); void audition_right_dry_toggled (); void audition_left_toggled (); void audition_left_dry_toggled (); + void audition (Audition); void audition_both (); void audition_left_dry (); void audition_left (); -- cgit v1.2.3