From 0cdb918d4dd409075c0e2fdc50633e7b6adb22f2 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 19 Jul 2006 05:44:23 +0000 Subject: Work towards removal of Session's Diskstream list. Havn't managed to completely remove it because of Session loading from XML - the Diskstreams are separate from the Tracks (I assume as a throwback to when they were distinct) so the Diskstreams need to be stored somewhere until the Tracks are loaded. Ideally tracks should completely own their Diskstreams - not sure how to accomplish this without breaking Session loading though... git-svn-id: svn://localhost/ardour2/branches/midi@687 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/editor_timefx.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/editor_timefx.cc') diff --git a/gtk2_ardour/editor_timefx.cc b/gtk2_ardour/editor_timefx.cc index 6ff467454d..8315834b93 100644 --- a/gtk2_ardour/editor_timefx.cc +++ b/gtk2_ardour/editor_timefx.cc @@ -184,7 +184,7 @@ Editor::do_timestretch (TimeStretchDialog& dialog) continue; } - if ((playlist = at->disk_stream().playlist()) == 0) { + if ((playlist = at->diskstream().playlist()) == 0) { i = tmp; continue; } -- cgit v1.2.3