-
Notifications
You must be signed in to change notification settings - Fork 0
/
sauna.jucer
91 lines (90 loc) · 6.11 KB
/
sauna.jucer
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<?xml version="1.0" encoding="UTF-8"?>
<JUCERPROJECT id="t7fPOB" name="sauna" projectType="audioplug" useAppConfig="0"
addUsingNamespaceToJuceHeader="0" jucerFormatVersion="1" projectLineFeed=" "
pluginVST3Category="Spatial,Stereo" pluginAAXCategory="512" pluginVSTCategory="kPlugCategSpacializer"
version="0.0.1" headerPath="..\..\steamaudio\include" cppLanguageStandard="20"
defines="JUCE_DONT_ASSERT_ON_GLSL_COMPILE_ERROR=true">
<MAINGROUP id="Cnakd6" name="sauna">
<GROUP id="{A308CA9A-A6E5-3033-F59A-5C3A1692B764}" name="shaders">
<FILE id="WEDO5A" name="perlin.jpg" compile="0" resource="1" file="Source/shaders/perlin.jpg"/>
<FILE id="UqDwXi" name="icosphere.frag.glsl" compile="0" resource="1"
file="Source/shaders/icosphere.frag.glsl"/>
<FILE id="RsW0bm" name="bloomAccumulate.frag.glsl" compile="0" resource="1"
file="Source/shaders/bloomAccumulate.frag.glsl"/>
<FILE id="Wf4wAM" name="gaussian.frag.glsl" compile="0" resource="1"
file="Source/shaders/gaussian.frag.glsl"/>
<FILE id="rhbFVM" name="cinematic.frag.glsl" compile="0" resource="1"
file="Source/shaders/cinematic.frag.glsl"/>
<FILE id="DNXpHS" name="ball.frag.glsl" compile="0" resource="1" file="Source/shaders/ball.frag.glsl"/>
<FILE id="kBV1W0" name="billboard.vert.glsl" compile="0" resource="1"
file="Source/shaders/billboard.vert.glsl"/>
<FILE id="ScXKxK" name="gridfloor.frag.glsl" compile="0" resource="1"
file="Source/shaders/gridfloor.frag.glsl"/>
<FILE id="bxBtmh" name="downsample.frag.glsl" compile="0" resource="1"
file="Source/shaders/downsample.frag.glsl"/>
<FILE id="Q2JSpi" name="postprocess.vert.glsl" compile="0" resource="1"
file="Source/shaders/postprocess.vert.glsl"/>
<FILE id="hvuojK" name="standard.vert.glsl" compile="0" resource="1"
file="Source/shaders/standard.vert.glsl"/>
</GROUP>
<GROUP id="{05584E14-5B47-978C-6612-EC96A28CE28B}" name="Source">
<FILE id="gyuMax" name="SaunaControls.cpp" compile="1" resource="0"
file="Source/SaunaControls.cpp"/>
<FILE id="TIjU0k" name="SaunaControls.h" compile="0" resource="0" file="Source/SaunaControls.h"/>
<FILE id="F1UTzv" name="SaunaEditor.cpp" compile="1" resource="0" file="Source/SaunaEditor.cpp"/>
<FILE id="IFzS90" name="SaunaEditor.h" compile="0" resource="0" file="Source/SaunaEditor.h"/>
<FILE id="ZKmBQi" name="SaunaProcessor.cpp" compile="1" resource="0"
file="Source/SaunaProcessor.cpp"/>
<FILE id="Je1did" name="SaunaProcessor.h" compile="0" resource="0"
file="Source/SaunaProcessor.h"/>
<FILE id="HvRp0c" name="Spatializer.cpp" compile="1" resource="0" file="Source/Spatializer.cpp"/>
<FILE id="LRhptY" name="Spatializer.h" compile="0" resource="0" file="Source/Spatializer.h"/>
<FILE id="ZOCkpx" name="util.h" compile="0" resource="0" file="Source/util.h"/>
<FILE id="r8hl6h" name="Viewport.cpp" compile="1" resource="0" file="Source/Viewport.cpp"/>
<FILE id="tZKN3X" name="Viewport.h" compile="0" resource="0" file="Source/Viewport.h"/>
</GROUP>
</MAINGROUP>
<MODULES>
<MODULE id="juce_animation" showAllCode="1" useLocalCopy="0" useGlobalPath="0"/>
<MODULE id="juce_audio_basics" showAllCode="1" useLocalCopy="0" useGlobalPath="0"/>
<MODULE id="juce_audio_devices" showAllCode="1" useLocalCopy="0" useGlobalPath="0"/>
<MODULE id="juce_audio_formats" showAllCode="1" useLocalCopy="0" useGlobalPath="0"/>
<MODULE id="juce_audio_plugin_client" showAllCode="1" useLocalCopy="0"
useGlobalPath="0"/>
<MODULE id="juce_audio_processors" showAllCode="1" useLocalCopy="0" useGlobalPath="0"/>
<MODULE id="juce_audio_utils" showAllCode="1" useLocalCopy="0" useGlobalPath="0"/>
<MODULE id="juce_core" showAllCode="1" useLocalCopy="0" useGlobalPath="0"/>
<MODULE id="juce_data_structures" showAllCode="1" useLocalCopy="0" useGlobalPath="0"/>
<MODULE id="juce_events" showAllCode="1" useLocalCopy="0" useGlobalPath="0"/>
<MODULE id="juce_graphics" showAllCode="1" useLocalCopy="0" useGlobalPath="0"/>
<MODULE id="juce_gui_basics" showAllCode="1" useLocalCopy="0" useGlobalPath="0"/>
<MODULE id="juce_gui_extra" showAllCode="1" useLocalCopy="0" useGlobalPath="0"/>
<MODULE id="juce_opengl" showAllCode="1" useLocalCopy="0" useGlobalPath="0"/>
</MODULES>
<JUCEOPTIONS JUCE_STRICT_REFCOUNTEDPOINTER="1" JUCE_VST3_CAN_REPLACE_VST2="0"/>
<EXPORTFORMATS>
<VS2022 targetFolder="Builds/VisualStudio2022" extraLinkerFlags=" " externalLibraries="..\..\steamaudio\lib\windows-x64\phonon.lib">
<CONFIGURATIONS>
<CONFIGURATION isDebug="1" name="Debug" targetName="sauna" postbuildCommand="copy "..\..\steamaudio\lib\windows-x64\phonon.dll" "$(OutDir)""/>
<CONFIGURATION isDebug="0" name="Release" targetName="sauna" libraryPath="..\..\steamaudio\lib\windows-x64\"
postbuildCommand="copy "..\..\steamaudio\lib\windows-x64\phonon.dll" "$(OutDir)""/>
</CONFIGURATIONS>
<MODULEPATHS>
<MODULEPATH id="juce_audio_basics" path="../JUCE/modules"/>
<MODULEPATH id="juce_audio_devices" path="../JUCE/modules"/>
<MODULEPATH id="juce_audio_plugin_client" path="../JUCE/modules"/>
<MODULEPATH id="juce_core" path="../JUCE/modules"/>
<MODULEPATH id="juce_data_structures" path="../JUCE/modules"/>
<MODULEPATH id="juce_events" path="../JUCE/modules"/>
<MODULEPATH id="juce_graphics" path="../JUCE/modules"/>
<MODULEPATH id="juce_gui_basics" path="../JUCE/modules"/>
<MODULEPATH id="juce_opengl" path="../JUCE/modules"/>
<MODULEPATH id="juce_animation" path="../JUCE/modules"/>
<MODULEPATH id="juce_gui_extra" path="../JUCE/modules"/>
<MODULEPATH id="juce_audio_processors" path="../JUCE/modules"/>
<MODULEPATH id="juce_audio_utils" path="../JUCE/modules"/>
<MODULEPATH id="juce_audio_formats" path="../JUCE/modules"/>
</MODULEPATHS>
</VS2022>
</EXPORTFORMATS>
</JUCERPROJECT>