1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-26 02:14:22 +00:00

Very cool new feature: JUCE_LIVE_CONSTANT. See the macro's description for more details.

This commit is contained in:
jules 2013-12-03 13:44:15 +00:00
parent 58acb96a9e
commit be461fa03c
30 changed files with 908 additions and 1 deletions

View file

@ -90,5 +90,9 @@
//#define JUCE_WEB_BROWSER
#endif
#ifndef JUCE_ENABLE_LIVE_CONSTANT_EDITOR
//#define JUCE_ENABLE_LIVE_CONSTANT_EDITOR
#endif
#endif // __JUCE_APPCONFIG_M70QFTRRK__