X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fcrossfade_edit.h;h=9e4db3be8828a4278fa77abafe5f1b8da01c5431;hb=d8ade6d30595a3a8be343b392e47d422940eac27;hp=e9f2dcf7622c0bdad10e8d65f130f1623387e88f;hpb=d7bd270aa10b3a8669223debe4c1b572ae876e2b;p=ardour.git diff --git a/gtk2_ardour/crossfade_edit.h b/gtk2_ardour/crossfade_edit.h index e9f2dcf762..9e4db3be88 100644 --- a/gtk2_ardour/crossfade_edit.h +++ b/gtk2_ardour/crossfade_edit.h @@ -26,7 +26,7 @@ #include #include -#include +#include #include "ardour_dialog.h" #include "canvas.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 ();