constify TempoCurve::tempo().
This commit is contained in:
parent
08cec2350e
commit
b830ad3d66
@ -40,7 +40,7 @@ class TempoCurve : public sigc::trackable
|
|||||||
void hide ();
|
void hide ();
|
||||||
void show ();
|
void show ();
|
||||||
|
|
||||||
ARDOUR::TempoSection& tempo () { return _tempo; }
|
ARDOUR::TempoSection& tempo () const { return _tempo; }
|
||||||
|
|
||||||
void set_max_tempo (const double& max) { _max_tempo = max; }
|
void set_max_tempo (const double& max) { _max_tempo = max; }
|
||||||
void set_min_tempo (const double& min) { _min_tempo = min; }
|
void set_min_tempo (const double& min) { _min_tempo = min; }
|
||||||
|
Loading…
Reference in New Issue
Block a user