summaryrefslogtreecommitdiff
path: root/libs/ardour/ladspa_plugin.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-12-07 15:00:19 +0000
committerCarl Hetherington <carl@carlh.net>2010-12-07 15:00:19 +0000
commita9275f997b131e96191cdb32542074e655a116cb (patch)
tree1db249394c5db54b38ae4f4944b4bc9cbcd26a3b /libs/ardour/ladspa_plugin.cc
parente621d704ac16f7da143a1c7ab3d6864c803ec8c9 (diff)
Put plugin-note-off code in the right place.
git-svn-id: svn://localhost/ardour2/branches/3.0@8207 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ladspa_plugin.cc')
-rw-r--r--libs/ardour/ladspa_plugin.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ardour/ladspa_plugin.cc b/libs/ardour/ladspa_plugin.cc
index 54722488f6..8214475065 100644
--- a/libs/ardour/ladspa_plugin.cc
+++ b/libs/ardour/ladspa_plugin.cc
@@ -559,6 +559,8 @@ LadspaPlugin::connect_and_run (BufferSet& bufs,
ChanMapping in_map, ChanMapping out_map,
pframes_t nframes, framecnt_t offset)
{
+ Plugin::connect_and_run (bufs, in_map, out_map, nframes, offset);
+
cycles_t now;
cycles_t then = get_cycles ();