mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
Tempo ramps - add Canvas::FramedCurve and use it in the tempo marker bar.
This commit is contained in:
parent
6209b3f445
commit
0c7ecc6cbb
5 changed files with 373 additions and 51 deletions
|
|
@ -10,6 +10,7 @@
|
|||
#include "pbd/signals.h"
|
||||
|
||||
#include "canvas/types.h"
|
||||
#include "canvas/framed_curve.h"
|
||||
|
||||
namespace ARDOUR {
|
||||
class TempoSection;
|
||||
|
|
@ -50,8 +51,7 @@ protected:
|
|||
ArdourCanvas::Container* _parent;
|
||||
ArdourCanvas::Container *group;
|
||||
ArdourCanvas::Points *points;
|
||||
ArdourCanvas::Rectangle* _background;
|
||||
ArdourCanvas::Curve* _curve;
|
||||
ArdourCanvas::FramedCurve* _curve;
|
||||
|
||||
double unit_position;
|
||||
framepos_t frame_position;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue