No-op: indentation.
git-svn-id: svn://localhost/ardour2/branches/3.0@9550 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
84aeb92d15
commit
424b3479de
@ -25,17 +25,16 @@
|
||||
|
||||
namespace ARDOUR {
|
||||
|
||||
struct Gain : public AutomationList {
|
||||
|
||||
Gain();
|
||||
Gain (const Gain&);
|
||||
Gain& operator= (const Gain&);
|
||||
|
||||
static void fill_linear_fade_in (Gain& curve, framecnt_t frames);
|
||||
static void fill_linear_volume_fade_in (Gain& curve, framecnt_t frames);
|
||||
static void fill_linear_fade_out (Gain& curve, framecnt_t frames);
|
||||
static void fill_linear_volume_fade_out (Gain& curve, framecnt_t frames);
|
||||
struct Gain : public AutomationList
|
||||
{
|
||||
Gain ();
|
||||
Gain (const Gain&);
|
||||
Gain& operator= (const Gain&);
|
||||
|
||||
static void fill_linear_fade_in (Gain& curve, framecnt_t frames);
|
||||
static void fill_linear_volume_fade_in (Gain& curve, framecnt_t frames);
|
||||
static void fill_linear_fade_out (Gain& curve, framecnt_t frames);
|
||||
static void fill_linear_volume_fade_out (Gain& curve, framecnt_t frames);
|
||||
};
|
||||
|
||||
} /* namespace ARDOUR */
|
||||
|
Loading…
Reference in New Issue
Block a user