summaryrefslogtreecommitdiff
path: root/libs/ardour/route.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-12-07 14:44:47 +0000
committerCarl Hetherington <carl@carlh.net>2010-12-07 14:44:47 +0000
commit94b4c264d156d79efc687a98f17514b128960118 (patch)
tree97847ecdb68b1da8ea482b5e4de54fcc058dcf4a /libs/ardour/route.cc
parent40c162d6096f9bb338b602fb7845234133285411 (diff)
Send note-offs to VST instrument plugins on transport stop. Fixes #3583.
git-svn-id: svn://localhost/ardour2/branches/3.0@8203 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/route.cc')
-rw-r--r--libs/ardour/route.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc
index 3577d3a659..dba087c61d 100644
--- a/libs/ardour/route.cc
+++ b/libs/ardour/route.cc
@@ -2686,8 +2686,9 @@ Route::direct_feeds (boost::shared_ptr<Route> other, bool* only_send)
return false;
}
+/** Called from the (non-realtime) butler thread when the transport is stopped */
void
-Route::handle_transport_stopped (bool /*abort_ignored*/, bool did_locate, bool can_flush_processors)
+Route::nonrealtime_handle_transport_stopped (bool /*abort_ignored*/, bool did_locate, bool can_flush_processors)
{
framepos_t now = _session.transport_frame();