Tempo ramps - add Canvas::FramedCurve and use it in the tempo marker bar.

This commit is contained in:
nick_m 2016-05-18 03:26:18 +10:00
parent 6209b3f445
commit 0c7ecc6cbb
5 changed files with 373 additions and 51 deletions

View file

@ -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;