mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
canvas: add velocity() method to Note
This commit is contained in:
parent
f7130f5c02
commit
96c9f2ee19
1 changed files with 2 additions and 0 deletions
|
|
@ -36,6 +36,8 @@ public:
|
||||||
void set_fill_color (Gtkmm2ext::Color);
|
void set_fill_color (Gtkmm2ext::Color);
|
||||||
void set_outline_color (Gtkmm2ext::Color);
|
void set_outline_color (Gtkmm2ext::Color);
|
||||||
|
|
||||||
|
double velocity() const { return _velocity; }
|
||||||
|
|
||||||
static void set_show_velocity_bars (bool);
|
static void set_show_velocity_bars (bool);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue