summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/session.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-08-07 17:27:01 +0200
committerRobin Gareus <robin@gareus.org>2019-08-07 17:40:23 +0200
commit3243bf591cca8f31708412d7c4e89755af5204a4 (patch)
treeb47cd88bf8b3b852c9c91dd5e4c61f06dbe4c659 /libs/ardour/ardour/session.h
parent6bdf5cb0d7037ea38fb2b6ca15cfb47720d4917b (diff)
Add method to graphviz plot the process-graph
Diffstat (limited to 'libs/ardour/ardour/session.h')
-rw-r--r--libs/ardour/ardour/session.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ardour/ardour/session.h b/libs/ardour/ardour/session.h
index cfab99bcf6..81c692580a 100644
--- a/libs/ardour/ardour/session.h
+++ b/libs/ardour/ardour/session.h
@@ -328,6 +328,8 @@ public:
uint32_t ntracks () const;
uint32_t nbusses () const;
+ bool plot_process_graph (std::string const& file_name) const;
+
boost::shared_ptr<BundleList> bundles () {
return _bundles.reader ();
}