-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOtoDecks.jucer
100 lines (99 loc) · 5.93 KB
/
OtoDecks.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
92
93
94
95
96
97
98
99
100
<?xml version="1.0" encoding="UTF-8"?>
<JUCERPROJECT id="P2FHPe" name="OtoDecks" projectType="consoleapp" useAppConfig="0"
addUsingNamespaceToJuceHeader="0" displaySplashScreen="1" jucerFormatVersion="1">
<MAINGROUP id="cpQG9y" name="OtoDecks">
<GROUP id="{EB6F1613-2277-A948-3EAC-0DFE555BA654}" name="Source">
<FILE id="fChXzL" name="loop-bright.png" compile="0" resource="1" file="Source/Resources/loop-bright.png"
xcodeResource="1"/>
<FILE id="D1lyj0" name="loop.png" compile="0" resource="1" file="Source/Resources/loop.png"
xcodeResource="1"/>
<FILE id="z3DaQx" name="stopLoop.png" compile="0" resource="1" file="Source/Resources/stopLoop.png"
xcodeResource="1"/>
<FILE id="YmHI0j" name="play-button.png" compile="0" resource="1" file="Source/Resources/play-button.png"
xcodeResource="1"/>
<FILE id="we9Xkh" name="pause-button.png" compile="0" resource="1"
file="Source/Resources/pause-button.png" xcodeResource="1"/>
<FILE id="BjhTyu" name="playlist.png" compile="0" resource="1" file="Source/Resources/playlist.png"
xcodeResource="1"/>
<FILE id="tZ3dTs" name="load.png" compile="0" resource="1" file="Source/Resources/load.png"
xcodeResource="1"/>
<FILE id="rCb9v3" name="jog-wheel.jpeg" compile="0" resource="1" file="Source/jog-wheel.jpeg"
xcodeResource="1"/>
<FILE id="rQWywb" name="CustomLookAndFeel.h" compile="0" resource="0"
file="Source/CustomLookAndFeel.h"/>
<FILE id="GZIhsl" name="CustomLookAndFeel.cpp" compile="1" resource="0"
file="Source/CustomLookAndFeel.cpp"/>
<FILE id="qCmfn1" name="PlaylistComponent.cpp" compile="1" resource="0"
file="Source/PlaylistComponent.cpp"/>
<FILE id="LRn8VD" name="PlaylistComponent.h" compile="0" resource="0"
file="Source/PlaylistComponent.h"/>
<FILE id="rhbWkn" name="WaveformDisplay.cpp" compile="1" resource="0"
file="Source/WaveformDisplay.cpp"/>
<FILE id="kggfik" name="WaveformDisplay.h" compile="0" resource="0"
file="Source/WaveformDisplay.h"/>
<FILE id="VvqNXm" name="DeckGUI.cpp" compile="1" resource="0" file="Source/DeckGUI.cpp"/>
<FILE id="tzYYvI" name="DeckGUI.h" compile="0" resource="0" file="Source/DeckGUI.h"/>
<FILE id="gOj9fO" name="Main.cpp" compile="1" resource="0" file="Source/Main.cpp"/>
<FILE id="eKR9tE" name="MainComponent.h" compile="0" resource="0" file="Source/MainComponent.h"/>
<FILE id="vz6GgE" name="MainComponent.cpp" compile="1" resource="0"
file="Source/MainComponent.cpp"/>
<FILE id="mB4MrB" name="DJAudioPlayer.cpp" compile="1" resource="0"
file="Source/DJAudioPlayer.cpp"/>
<FILE id="DiyJKc" name="DJAudioPlayer.h" compile="0" resource="0" file="Source/DJAudioPlayer.h"/>
</GROUP>
</MAINGROUP>
<JUCEOPTIONS JUCE_STRICT_REFCOUNTEDPOINTER="1"/>
<EXPORTFORMATS>
<VS2022 targetFolder="Builds/VisualStudio2022">
<CONFIGURATIONS>
<CONFIGURATION isDebug="1" name="Debug" targetName="OtoDecks"/>
<CONFIGURATION isDebug="0" name="Release" targetName="OtoDecks"/>
</CONFIGURATIONS>
<MODULEPATHS>
<MODULEPATH id="juce_audio_basics" path="../modules"/>
<MODULEPATH id="juce_audio_devices" path="../modules"/>
<MODULEPATH id="juce_audio_formats" path="../modules"/>
<MODULEPATH id="juce_audio_processors" path="../modules"/>
<MODULEPATH id="juce_audio_utils" path="../modules"/>
<MODULEPATH id="juce_core" path="../modules"/>
<MODULEPATH id="juce_data_structures" path="../modules"/>
<MODULEPATH id="juce_events" path="../modules"/>
<MODULEPATH id="juce_graphics" path="../modules"/>
<MODULEPATH id="juce_gui_basics" path="../modules"/>
<MODULEPATH id="juce_gui_extra" path="../modules"/>
</MODULEPATHS>
</VS2022>
<XCODE_MAC targetFolder="Builds/MacOSX">
<CONFIGURATIONS>
<CONFIGURATION isDebug="1" name="Debug" targetName="OtoDecks"/>
<CONFIGURATION isDebug="0" name="Release" targetName="OtoDecks"/>
</CONFIGURATIONS>
<MODULEPATHS>
<MODULEPATH id="juce_audio_basics" path="../modules"/>
<MODULEPATH id="juce_audio_devices" path="../modules"/>
<MODULEPATH id="juce_audio_formats" path="../modules"/>
<MODULEPATH id="juce_audio_processors" path="../modules"/>
<MODULEPATH id="juce_audio_utils" path="../modules"/>
<MODULEPATH id="juce_core" path="../modules"/>
<MODULEPATH id="juce_data_structures" path="../modules"/>
<MODULEPATH id="juce_events" path="../modules"/>
<MODULEPATH id="juce_graphics" path="../modules"/>
<MODULEPATH id="juce_gui_basics" path="../modules"/>
<MODULEPATH id="juce_gui_extra" path="../modules"/>
</MODULEPATHS>
</XCODE_MAC>
</EXPORTFORMATS>
<MODULES>
<MODULE id="juce_audio_basics" showAllCode="1" useLocalCopy="0" useGlobalPath="1"/>
<MODULE id="juce_audio_devices" showAllCode="1" useLocalCopy="0" useGlobalPath="1"/>
<MODULE id="juce_audio_formats" showAllCode="1" useLocalCopy="0" useGlobalPath="1"/>
<MODULE id="juce_audio_processors" showAllCode="1" useLocalCopy="0" useGlobalPath="1"/>
<MODULE id="juce_audio_utils" showAllCode="1" useLocalCopy="0" useGlobalPath="1"/>
<MODULE id="juce_core" showAllCode="1" useLocalCopy="0" useGlobalPath="1"/>
<MODULE id="juce_data_structures" showAllCode="1" useLocalCopy="0" useGlobalPath="1"/>
<MODULE id="juce_events" showAllCode="1" useLocalCopy="0" useGlobalPath="1"/>
<MODULE id="juce_graphics" showAllCode="1" useLocalCopy="0" useGlobalPath="1"/>
<MODULE id="juce_gui_basics" showAllCode="1" useLocalCopy="0" useGlobalPath="1"/>
<MODULE id="juce_gui_extra" showAllCode="1" useLocalCopy="0" useGlobalPath="1"/>
</MODULES>
</JUCERPROJECT>