From 39f03edd8d330183db34ace0c368c9a3b129fad0 Mon Sep 17 00:00:00 2001 From: martynshaw99 Date: Thu, 30 May 2013 23:18:24 +0000 Subject: [PATCH] Whoops! EXPERIMENTAL_OUTPUT_DISPLAY was supposed to be turned off by default! --- src/Experimental.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Experimental.h b/src/Experimental.h index a65d79dc9..a8f90b056 100644 --- a/src/Experimental.h +++ b/src/Experimental.h @@ -152,5 +152,5 @@ // John (Thales) work to make the display show the result of the pan and gain sliders, rather than their input. // First committed by Martyn, 30th May 2013. -#define EXPERIMENTAL_OUTPUT_DISPLAY +//#define EXPERIMENTAL_OUTPUT_DISPLAY #endif