use new CubicInterpolation API
[ardour.git] / libs / ardour / session_state.cc
index 5ffc2a8cc7c5703ae60ffd16b00e782c7fde266b..5265e517bd41c955bde4f64025caa3153470a13c 100644 (file)
@@ -184,7 +184,7 @@ Session::pre_engine_init (string fullpath)
        g_atomic_int_set (&_capture_load, 100);
        set_next_event ();
        _all_route_group->set_active (true, this);
-       interpolation.add_channel_to (0, 0);
+       interpolation.add_channel ();
 
        if (config.get_use_video_sync()) {
                waiting_for_sync_offset = true;