-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStarterSynth.jucer
More file actions
111 lines (110 loc) · 7.14 KB
/
StarterSynth.jucer
File metadata and controls
111 lines (110 loc) · 7.14 KB
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
101
102
103
104
105
106
107
108
109
110
111
<?xml version="1.0" encoding="UTF-8"?>
<JUCERPROJECT id="s5qj1u" name="StarterSynth" projectType="guiapp" version="1.0.0"
bundleIdentifier="com.yourcompany.StarterSynth" includeBinaryInAppConfig="1"
jucerVersion="3.1.1" userNotes="https://docs.google.com/a/princeton.edu/document/d/1SdCPHwvLefaPH1YfEDlP7aSBnPXuYt_SKJ5uchtKsz0/edit">
<MAINGROUP id="stuYrW" name="StarterSynth">
<GROUP id="{7F1431DB-8D06-B57E-DE8A-9D199B945CB7}" name="Source">
<GROUP id="{9A840CAD-13AA-064E-6BCD-9A500EF270DA}" name="Oscillators">
<FILE id="yBV32q" name="WavetableOscillator.cpp" compile="1" resource="0"
file="Source/WavetableOscillator.cpp"/>
<FILE id="KtY9sv" name="WavetableOscillator.h" compile="0" resource="0"
file="Source/WavetableOscillator.h"/>
<FILE id="ySZo70" name="AnalogOscillator.cpp" compile="1" resource="0"
file="Source/AnalogOscillator.cpp"/>
<FILE id="Gf4n8P" name="AnalogOscillator.h" compile="0" resource="0"
file="Source/AnalogOscillator.h"/>
</GROUP>
<GROUP id="{E31A122A-C7CE-349B-059A-D2B3EEC157BD}" name="SynthComponents">
<FILE id="dWeiHW" name="ADSREnvelope.cpp" compile="1" resource="0"
file="Source/ADSREnvelope.cpp"/>
<FILE id="yBmAe3" name="ADSREnvelope.h" compile="0" resource="0" file="Source/ADSREnvelope.h"/>
<FILE id="FRPwAW" name="StereoOut.cpp" compile="1" resource="0" file="Source/StereoOut.cpp"/>
<FILE id="CCRAw8" name="StereoOut.h" compile="0" resource="0" file="Source/StereoOut.h"/>
</GROUP>
<FILE id="CCxREH" name="Controllable.cpp" compile="1" resource="0"
file="Source/Controllable.cpp"/>
<FILE id="zVVtR5" name="Controllable.h" compile="1" resource="0" file="Source/Controllable.h"/>
<FILE id="pnnsZX" name="Main.cpp" compile="1" resource="0" file="Source/Main.cpp"/>
<FILE id="YWaaTQ" name="MainComponent.cpp" compile="1" resource="0"
file="Source/MainComponent.cpp"/>
<FILE id="xwQg4R" name="MainComponent.h" compile="1" resource="0" file="Source/MainComponent.h"/>
<FILE id="C7QX11" name="ModSynth.cpp" compile="1" resource="0" file="Source/ModSynth.cpp"/>
<FILE id="i8x8Vb" name="ModSynth.h" compile="1" resource="0" file="Source/ModSynth.h"/>
<FILE id="odOtWe" name="ModVoice.cpp" compile="1" resource="0" file="Source/ModVoice.cpp"/>
<FILE id="iI64qu" name="ModVoice.h" compile="1" resource="0" file="Source/ModVoice.h"/>
<FILE id="vReg0c" name="Oscillator.cpp" compile="1" resource="0" file="Source/Oscillator.cpp"/>
<FILE id="w1M2pU" name="Oscillator.h" compile="1" resource="0" file="Source/Oscillator.h"/>
<FILE id="EG4jrC" name="SynthComponent.cpp" compile="1" resource="0"
file="Source/SynthComponent.cpp"/>
<FILE id="N1xhMa" name="SynthComponent.h" compile="1" resource="0"
file="Source/SynthComponent.h"/>
</GROUP>
</MAINGROUP>
<EXPORTFORMATS>
<XCODE_MAC targetFolder="Builds/MacOSX">
<CONFIGURATIONS>
<CONFIGURATION name="Debug" osxSDK="default" osxCompatibility="default" osxArchitecture="default"
isDebug="1" optimisation="1" targetName="StarterSynth"/>
<CONFIGURATION name="Release" osxSDK="default" osxCompatibility="default" osxArchitecture="default"
isDebug="0" optimisation="2" targetName="StarterSynth"/>
</CONFIGURATIONS>
<MODULEPATHS>
<MODULEPATH id="juce_video" path="JuceLibraryCode/modules"/>
<MODULEPATH id="juce_opengl" path="JuceLibraryCode/modules"/>
<MODULEPATH id="juce_gui_extra" path="JuceLibraryCode/modules"/>
<MODULEPATH id="juce_gui_basics" path="JuceLibraryCode/modules"/>
<MODULEPATH id="juce_graphics" path="JuceLibraryCode/modules"/>
<MODULEPATH id="juce_events" path="JuceLibraryCode/modules"/>
<MODULEPATH id="juce_data_structures" path="JuceLibraryCode/modules"/>
<MODULEPATH id="juce_cryptography" path="JuceLibraryCode/modules"/>
<MODULEPATH id="juce_core" path="JuceLibraryCode/modules"/>
<MODULEPATH id="juce_audio_utils" path="JuceLibraryCode/modules"/>
<MODULEPATH id="juce_audio_processors" path="JuceLibraryCode/modules"/>
<MODULEPATH id="juce_audio_formats" path="JuceLibraryCode/modules"/>
<MODULEPATH id="juce_audio_devices" path="JuceLibraryCode/modules"/>
<MODULEPATH id="juce_audio_basics" path="JuceLibraryCode/modules"/>
</MODULEPATHS>
</XCODE_MAC>
<LINUX_MAKE targetFolder="Builds/Linux">
<CONFIGURATIONS>
<CONFIGURATION name="Debug" libraryPath="/usr/X11R6/lib/" isDebug="1" optimisation="1"
targetName="StarterSynth" defines="JUCE_USE_XSHM=0 JUCE_USE_XINERAMA=0"/>
<CONFIGURATION name="Release" libraryPath="/usr/X11R6/lib/" isDebug="0" optimisation="2"
targetName="StarterSynth" defines="JUCE_USE_XSHM=0 JUCE_USE_XINERAMA=0"/>
</CONFIGURATIONS>
<MODULEPATHS>
<MODULEPATH id="juce_video" path="JuceLibraryCode/modules"/>
<MODULEPATH id="juce_opengl" path="JuceLibraryCode/modules"/>
<MODULEPATH id="juce_gui_extra" path="JuceLibraryCode/modules"/>
<MODULEPATH id="juce_gui_basics" path="JuceLibraryCode/modules"/>
<MODULEPATH id="juce_graphics" path="JuceLibraryCode/modules"/>
<MODULEPATH id="juce_events" path="JuceLibraryCode/modules"/>
<MODULEPATH id="juce_data_structures" path="JuceLibraryCode/modules"/>
<MODULEPATH id="juce_cryptography" path="JuceLibraryCode/modules"/>
<MODULEPATH id="juce_core" path="JuceLibraryCode/modules"/>
<MODULEPATH id="juce_audio_utils" path="JuceLibraryCode/modules"/>
<MODULEPATH id="juce_audio_processors" path="JuceLibraryCode/modules"/>
<MODULEPATH id="juce_audio_formats" path="JuceLibraryCode/modules"/>
<MODULEPATH id="juce_audio_devices" path="JuceLibraryCode/modules"/>
<MODULEPATH id="juce_audio_basics" path="JuceLibraryCode/modules"/>
</MODULEPATHS>
</LINUX_MAKE>
</EXPORTFORMATS>
<MODULES>
<MODULES id="juce_audio_basics" showAllCode="1" useLocalCopy="1"/>
<MODULES id="juce_audio_devices" showAllCode="1" useLocalCopy="1"/>
<MODULES id="juce_audio_formats" showAllCode="1" useLocalCopy="1"/>
<MODULES id="juce_audio_processors" showAllCode="1" useLocalCopy="1"/>
<MODULES id="juce_audio_utils" showAllCode="1" useLocalCopy="1"/>
<MODULES id="juce_core" showAllCode="1" useLocalCopy="1"/>
<MODULES id="juce_cryptography" showAllCode="1" useLocalCopy="1"/>
<MODULES id="juce_data_structures" showAllCode="1" useLocalCopy="1"/>
<MODULES id="juce_events" showAllCode="1" useLocalCopy="1"/>
<MODULES id="juce_graphics" showAllCode="1" useLocalCopy="1"/>
<MODULES id="juce_gui_basics" showAllCode="1" useLocalCopy="1"/>
<MODULES id="juce_gui_extra" showAllCode="1" useLocalCopy="1"/>
<MODULES id="juce_opengl" showAllCode="1" useLocalCopy="1"/>
<MODULES id="juce_video" showAllCode="1" useLocalCopy="1"/>
</MODULES>
<JUCEOPTIONS/>
</JUCERPROJECT>