summaryrefslogtreecommitdiff
path: root/libs/ardour/route.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-04-24 17:59:08 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-04-24 17:59:08 +0000
commit1e59c4a2205d35a0bff50cce1ffa028fa32e5bdf (patch)
treeb2d95afd0a38c7fbb387afd12956f43fded77764 /libs/ardour/route.cc
parent805d4d54a1fbf1dad6cc693ff427101678457ca4 (diff)
plugin selection via menu, along with "favorites"
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3284 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/route.cc')
-rw-r--r--libs/ardour/route.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc
index dcf78b5e2e..8daeed2eeb 100644
--- a/libs/ardour/route.cc
+++ b/libs/ardour/route.cc
@@ -2419,6 +2419,7 @@ Route::update_total_latency ()
}
}
+#define DEBUG_LATENCY
#ifdef DEBUG_LATENCY
cerr << _name << ": internal redirect latency = " << _own_latency << endl;
#endif