canvas: add velocity() method to Note
This commit is contained in:
@@ -36,6 +36,8 @@ public:
|
||||
void set_fill_color (Gtkmm2ext::Color);
|
||||
void set_outline_color (Gtkmm2ext::Color);
|
||||
|
||||
double velocity() const { return _velocity; }
|
||||
|
||||
static void set_show_velocity_bars (bool);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user