summaryrefslogtreecommitdiff
path: root/libs/ardour/route.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-05-15 13:40:07 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-05-15 13:40:07 +0000
commite313838485697033d1b7366105968d789ea4228e (patch)
tree38a16e864ad971c4e83c13cf3fe6a10e267cff83 /libs/ardour/route.cc
parent9044bb80f73b0d1170b54e8ac869b5c0af7b497c (diff)
generalize "delete-while-mouse-button-pressed" fix; make LADSPA/VST plugins compute i/o numbers correctly; add spacing to wierd plugin config dialog
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3354 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/route.cc')
-rw-r--r--libs/ardour/route.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc
index e56028833b..f424740509 100644
--- a/libs/ardour/route.cc
+++ b/libs/ardour/route.cc
@@ -1138,7 +1138,9 @@ Route::_reset_plugin_counts (uint32_t* err_streams)
redirect_max_outs = 0;
- /* divide inserts up by placement so we get the signal flow
+ /* Step 1: build a map that links each insert to an in/out channel count
+
+ Divide inserts up by placement so we get the signal flow
properly modelled. we need to do this because the _redirects
list is not sorted by placement, and because other reasons may
exist now or in the future for this separate treatment.