From 848831d844b8cdfe71bff611d7c0096361963f0c Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 17 Dec 2019 00:34:26 +0100 Subject: Convert Disksteam & Playlists from old 2.x sessions --- libs/ardour/ardour/session.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libs/ardour/ardour/session.h') diff --git a/libs/ardour/ardour/session.h b/libs/ardour/ardour/session.h index b4ecb87f59..14eecbae6a 100644 --- a/libs/ardour/ardour/session.h +++ b/libs/ardour/ardour/session.h @@ -1817,6 +1817,9 @@ private: /* CURVES and AUTOMATION LISTS */ std::map automation_lists; + /** load 2.X Sessions. Diskstream-ID to playlist-name mapping */ + std::map _diskstreams_2X; + /* DEFAULT FADE CURVES */ float default_fade_steepness; -- cgit v1.2.3