Mercurial > hg > touchkeys
diff JuceLibraryCode/AppConfig.h @ 46:78b9808a2c65
New features in release angle mapping, plus bugfixes on Linux (thanks Martin).
author | Andrew McPherson <andrewm@eecs.qmul.ac.uk> |
---|---|
date | Wed, 24 Sep 2014 00:29:18 +0100 |
parents | 48e3f67b5fe0 |
children | e314677c49f6 |
line wrap: on
line diff
--- a/JuceLibraryCode/AppConfig.h Wed Aug 27 13:18:27 2014 +0100 +++ b/JuceLibraryCode/AppConfig.h Wed Sep 24 00:29:18 2014 +0100 @@ -151,5 +151,9 @@ //#define JUCE_WEB_BROWSER #endif +#ifndef JUCE_ENABLE_LIVE_CONSTANT_EDITOR + //#define JUCE_ENABLE_LIVE_CONSTANT_EDITOR +#endif + #endif // __JUCE_APPCONFIG_IJU11L__