summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Loftis <ben@glw.com>2008-04-04 17:33:12 +0000
committerBen Loftis <ben@glw.com>2008-04-04 17:33:12 +0000
commit5dbc6d66a8dcacf5c3c9ade823cdefcc31035a4b (patch)
tree6ac707323693aa68fd2ded1b22efb4ed38d571b5
parent7ec20fb95871a6a5297eb91eadeddd7e98337678 (diff)
SaBers auditioning fixes, plus a declicking fade at start and end
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3217 d708f5d6-7413-0410-9779-e7cbd77b26cf
-rw-r--r--gtk2_ardour/crossfade_edit.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/gtk2_ardour/crossfade_edit.h b/gtk2_ardour/crossfade_edit.h
index 715aa1a360..3164118bd9 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<ARDOUR::Crossfade>);
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 ();