summaryrefslogtreecommitdiffstats
path: root/ingen/ingen.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-10-01 05:46:29 -0400
committerDavid Robillard <d@drobilla.net>2016-10-01 12:25:43 -0400
commit54e68d7fd35960b8ffae99ad9f48fe65cd213299 (patch)
treeb8d5c5bc6d2f37be29bbab1d46649218d7d63350 /ingen/ingen.h
parentfed7aaf0901e1b26dcc2bbb222f67b11f6b9d291 (diff)
downloadingen-54e68d7fd35960b8ffae99ad9f48fe65cd213299.tar.gz
ingen-54e68d7fd35960b8ffae99ad9f48fe65cd213299.tar.bz2
ingen-54e68d7fd35960b8ffae99ad9f48fe65cd213299.zip
Show audio and load information in status line
Diffstat (limited to 'ingen/ingen.h')
-rw-r--r--ingen/ingen.h5
1 files changed, 5 insertions, 0 deletions
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"