Browse Source

Resaved projects.

tags/2021-05-28
jules 11 years ago
parent
commit
d31d02b4e8
3 changed files with 12 additions and 0 deletions
  1. +4
    -0
      examples/audio plugin demo/JuceLibraryCode/AppConfig.h
  2. +4
    -0
      examples/audio plugin host/JuceLibraryCode/AppConfig.h
  3. +4
    -0
      extras/windows dll/JuceLibraryCode/AppConfig.h

+ 4
- 0
examples/audio plugin demo/JuceLibraryCode/AppConfig.h View File

@@ -46,6 +46,10 @@
//#define JUCE_WASAPI
#endif
#ifndef JUCE_WASAPI_EXCLUSIVE
//#define JUCE_WASAPI_EXCLUSIVE
#endif
#ifndef JUCE_DIRECTSOUND
//#define JUCE_DIRECTSOUND
#endif


+ 4
- 0
examples/audio plugin host/JuceLibraryCode/AppConfig.h View File

@@ -48,6 +48,10 @@
#define JUCE_WASAPI 1
#endif
#ifndef JUCE_WASAPI_EXCLUSIVE
//#define JUCE_WASAPI_EXCLUSIVE
#endif
#ifndef JUCE_DIRECTSOUND
#define JUCE_DIRECTSOUND 1
#endif


+ 4
- 0
extras/windows dll/JuceLibraryCode/AppConfig.h View File

@@ -48,6 +48,10 @@
//#define JUCE_WASAPI
#endif
#ifndef JUCE_WASAPI_EXCLUSIVE
//#define JUCE_WASAPI_EXCLUSIVE
#endif
#ifndef JUCE_DIRECTSOUND
//#define JUCE_DIRECTSOUND
#endif


Loading…
Cancel
Save