Skip to content

Commit 677e39e

Browse files
committed
Updated Demo to latest JUCE.
1 parent ae46574 commit 677e39e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

demo/JuceLibraryCode/AppConfig.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
// [END_USER_CODE_SECTION]
2222

23-
#define JUCE_PROJUCER_VERSION 0x8000a
23+
#define JUCE_PROJUCER_VERSION 0x8000b
2424

2525
//==============================================================================
2626
#define JUCE_MODULE_AVAILABLE_juce_analytics 1
@@ -69,6 +69,10 @@
6969
//#define JUCE_ASIO 0
7070
#endif
7171

72+
#ifndef JUCE_ASIO_USE_EXTERNAL_SDK
73+
//#define JUCE_ASIO_USE_EXTERNAL_SDK 0
74+
#endif
75+
7276
#ifndef JUCE_WASAPI
7377
//#define JUCE_WASAPI 1
7478
#endif

0 commit comments

Comments
 (0)