From 0f50e9239bbda77ce38f297870f8cf4158025acc Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 1 Oct 2016 05:46:29 -0400 Subject: Show audio and load information in status line --- ingen/ingen.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ingen/ingen.h') 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" -- cgit v1.2.1