replace ::cast_dynamic() with relevant ActionManager::get_*_action() calls
[ardour.git] / gtk2_ardour / note_base.h
index 7062884e5b5df4eebf0a70ddcda04b12d1b6ba88..574ca54e6d75e37436fab7fbff4e3f461496778b 100644 (file)
@@ -142,6 +142,8 @@ private:
        bool event_handler (GdkEvent *);
 
        static Gtkmm2ext::Color _selected_col;
+       static Gtkmm2ext::SVAModifier color_modifier;
+       static Gtkmm2ext::Color velocity_color_table[128];
        static bool _color_init;
 };