This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
Resaved projects.
tags/2021-05-28
jules
11 years ago
parent
268497e8bc
commit
d31d02b4e8
3 changed files
with
12 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
examples/audio plugin demo/JuceLibraryCode/AppConfig.h
+4
-0
examples/audio plugin host/JuceLibraryCode/AppConfig.h
+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
Write
Preview
Loading…
Cancel
Save