fix visual focus indication in IOSelector; import pays attention to audio file embedd...
[ardour.git] / libs / ardour / ardour / automation_event.h
index 24d73faaa4ac8d9b09248c39b0334d4e598d6b3c..459ec2b6cf881da727f1eabcbbcdfacc8bc06cac 100644 (file)
@@ -86,6 +86,8 @@ class AutomationList : public PBD::StatefulDestructible
        void reposition_for_rt_add (double when);
        void rt_add (double when, double value);
        void add (double when, double value);
+       /* this should be private but old-school automation loading needs it in IO/Redirect */
+       void fast_simple_add (double when, double value);
 
        void reset_range (double start, double end);
        void erase_range (double start, double end);
@@ -211,7 +213,6 @@ class AutomationList : public PBD::StatefulDestructible
        iterator rt_insertion_point;
        double   rt_pos;
 
-       void fast_simple_add (double when, double value);
        void maybe_signal_changed ();
        void mark_dirty ();
        void _x_scale (double factor);