summaryrefslogtreecommitdiffstats
path: root/ingen
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-10-01 05:46:29 -0400
committerDavid Robillard <d@drobilla.net>2016-10-02 12:24:57 -0400
commit0f50e9239bbda77ce38f297870f8cf4158025acc (patch)
tree89e255ade0257ca3f1adf9d1e9d8a81195b45d15 /ingen
parent9b8bce71893ef450992f82a28a6a0287c479baaf (diff)
downloadingen-0f50e9239bbda77ce38f297870f8cf4158025acc.tar.gz
ingen-0f50e9239bbda77ce38f297870f8cf4158025acc.tar.bz2
ingen-0f50e9239bbda77ce38f297870f8cf4158025acc.zip
Show audio and load information in status line
Diffstat (limited to 'ingen')
-rw-r--r--ingen/URIs.hpp5
-rw-r--r--ingen/ingen.h5
2 files changed, 10 insertions, 0 deletions
diff --git a/ingen/URIs.hpp b/ingen/URIs.hpp
index 9fc771da..5f448e02 100644
--- a/ingen/URIs.hpp
+++ b/ingen/URIs.hpp
@@ -118,6 +118,11 @@ public:
const Quark ingen_head;
const Quark ingen_incidentTo;
const Quark ingen_loadedBundle;
+ const Quark ingen_maxEventLoad;
+ const Quark ingen_maxRunLoad;
+ const Quark ingen_meanRunLoad;
+ const Quark ingen_minRunLoad;
+ const Quark ingen_numThreads;
const Quark ingen_polyphonic;
const Quark ingen_polyphony;
const Quark ingen_prototype;
diff --git a/ingen/ingen.h b/ingen/ingen.h
index 3af2042c..e4a36ade 100644
--- a/ingen/ingen.h
+++ b/ingen/ingen.h
@@ -58,6 +58,11 @@
#define INGEN__head INGEN_NS "head"
#define INGEN__incidentTo INGEN_NS "incidentTo"
#define INGEN__loadedBundle INGEN_NS "loadedBundle"
+#define INGEN__maxEventLoad INGEN_NS "maxEventLoad"
+#define INGEN__maxRunLoad INGEN_NS "maxRunLoad"
+#define INGEN__meanRunLoad INGEN_NS "meanRunLoad"
+#define INGEN__minRunLoad INGEN_NS "minRunLoad"
+#define INGEN__numThreads INGEN_NS "numThreads"
#define INGEN__polyphonic INGEN_NS "polyphonic"
#define INGEN__polyphony INGEN_NS "polyphony"
#define INGEN__prototype INGEN_NS "prototype"