summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/debug.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-09-22 20:37:35 +0200
committerRobin Gareus <robin@gareus.org>2015-09-22 20:37:35 +0200
commit30713adb1601368ca28daa573b70b8f0a9b8a257 (patch)
treed5f73780a97f453ee93f7538c23b3a2f96381969 /libs/ardour/ardour/debug.h
parentcb0b22cb795824d3268b8097a2feed6827de8c27 (diff)
add debug flags for VST Callbacks
Diffstat (limited to 'libs/ardour/ardour/debug.h')
-rw-r--r--libs/ardour/ardour/debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/ardour/debug.h b/libs/ardour/ardour/debug.h
index 7ae56c84d9..d7cb27f6c1 100644
--- a/libs/ardour/ardour/debug.h
+++ b/libs/ardour/ardour/debug.h
@@ -75,6 +75,7 @@ namespace PBD {
LIBARDOUR_API extern DebugBits BackendTiming;
LIBARDOUR_API extern DebugBits BackendThreads;
LIBARDOUR_API extern DebugBits BackendPorts;
+ LIBARDOUR_API extern DebugBits VSTCallbacks;;
}
}