mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Tempo ramps - clean up tempo curve a bit.
This commit is contained in:
parent
86b0268e8b
commit
ccf6ce76d9
3 changed files with 23 additions and 18 deletions
|
|
@ -9,7 +9,6 @@
|
|||
#include "ardour/ardour.h"
|
||||
#include "pbd/signals.h"
|
||||
|
||||
#include "canvas/fwd.h"
|
||||
#include "canvas/types.h"
|
||||
|
||||
namespace ARDOUR {
|
||||
|
|
@ -63,8 +62,8 @@ protected:
|
|||
|
||||
void reposition ();
|
||||
private:
|
||||
double _max_tempo;
|
||||
double _min_tempo;
|
||||
double _max_tempo;
|
||||
/* disallow copy construction */
|
||||
TempoCurve (TempoCurve const &);
|
||||
TempoCurve & operator= (TempoCurve const &);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue