From 3f48d00081aa2f34e42d4219c01757b6f27392e3 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 2 Oct 2017 12:43:20 -0400 Subject: use new CubicInterpolation API --- libs/ardour/session_state.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/session_state.cc') diff --git a/libs/ardour/session_state.cc b/libs/ardour/session_state.cc index 5ffc2a8cc7..5265e517bd 100644 --- a/libs/ardour/session_state.cc +++ b/libs/ardour/session_state.cc @@ -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; -- cgit v1.2.3