mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-28 01:17:42 +01:00
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
This commit is contained in:
parent
7ec20fb958
commit
5dbc6d66a8
1 changed files with 8 additions and 1 deletions
|
|
@ -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 ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue