canvas: add velocity() method to Note

This commit is contained in:
Paul Davis 2023-06-20 14:42:27 -06:00
parent f7130f5c02
commit 96c9f2ee19
1 changed files with 2 additions and 0 deletions

View File

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