From 498dfebcca3b97cdd7b83444040042fe06626241 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 9 Nov 2009 20:05:18 +0000 Subject: 90% done with external sync design changes (GUI now has toggle switch for ext/int sync; source chosen separately, currently in ardour prefs dialog ; fix libmidi++ and compilation scripts to correctly build JACK+ALSA support; minor contiuing tweaks on transport stuff git-svn-id: svn://localhost/ardour2/branches/3.0@6048 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/session_events.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/ardour/session_events.cc') diff --git a/libs/ardour/session_events.cc b/libs/ardour/session_events.cc index fb993faa68..7304991948 100644 --- a/libs/ardour/session_events.cc +++ b/libs/ardour/session_events.cc @@ -393,8 +393,8 @@ Session::process_event (Event* ev) set_diskstream_speed (static_cast (ev->ptr), ev->speed); break; - case Event::SetSlaveSource: - set_slave_source (ev->slave); + case Event::SetSyncSource: + use_sync_source (ev->sync_source); break; case Event::Audition: -- cgit v1.2.3