method for setting whether or not to show velocity bars
[ardour.git] / libs / canvas / canvas / note.h
index 1b2083004267099dfabc1450c5342b991d0e490b..f1b48cac12bd882ae370995c622920230e392c1c 100644 (file)
@@ -35,6 +35,8 @@ public:
        void set_velocity (double fract);
        void set_fill_color (Gtkmm2ext::Color);
 
+       static void set_show_velocity_bars (bool);
+
   private:
        static bool      _show_velocity_bars;
        double           _velocity;