-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathSFZero.jucer
More file actions
93 lines (92 loc) · 5.85 KB
/
SFZero.jucer
File metadata and controls
93 lines (92 loc) · 5.85 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
<?xml version="1.0" encoding="UTF-8"?>
<JUCERPROJECT id="ImcWop" name="SFZero-dev" projectType="audioplug" version="1.1.0"
bundleIdentifier="net.folta.steve.SFZero-dev" buildVST="0" buildRTAS="0"
buildAU="1" pluginName="SFZero-dev" pluginDesc="SFZero-dev" pluginManufacturer="Steve Folta"
pluginManufacturerCode="SFlt" pluginCode="SFZd" pluginChannelConfigs="{1, 1}, {2, 2}"
pluginIsSynth="1" pluginWantsMidiIn="1" pluginProducesMidiOut="0"
pluginSilenceInIsSilenceOut="0" pluginTailLength="0" pluginEditorRequiresKeys="0"
pluginAUExportPrefix="SFZeroDevAU" pluginAUViewClass="SFZeroAU_V1"
pluginRTASCategory="" jucerVersion="4.2.3" defines="" aaxIdentifier="com.yourcompany.SFZero-dev"
pluginAAXCategory="AAX_ePlugInCategory_Dynamics" buildVST3="0"
buildAUv3="0" buildAAX="0" pluginIsMidiEffectPlugin="0" includeBinaryInAppConfig="1">
<EXPORTFORMATS>
<XCODE_MAC targetFolder="Builds/MacOSX" objCExtraSuffix="yKK8uA" vstFolder="~/SDKs/vstsdk2.4"
postbuildCommand="">
<CONFIGURATIONS>
<CONFIGURATION name="Debug" isDebug="1" optimisation="1" targetName="SFZero-dev"
osxSDK="default" osxCompatibility="default" osxArchitecture="32BitUniversal"/>
<CONFIGURATION name="Release" isDebug="0" optimisation="2" targetName="SFZero-dev"
osxSDK="default" osxCompatibility="default" osxArchitecture="32BitUniversal"/>
</CONFIGURATIONS>
<MODULEPATHS>
<MODULEPATH id="juce_gui_extra" path="../JUCE/modules"/>
<MODULEPATH id="juce_gui_basics" path="../JUCE/modules"/>
<MODULEPATH id="juce_graphics" path="../JUCE/modules"/>
<MODULEPATH id="juce_events" path="../JUCE/modules"/>
<MODULEPATH id="juce_data_structures" path="../JUCE/modules"/>
<MODULEPATH id="juce_core" path="../JUCE/modules"/>
<MODULEPATH id="juce_audio_utils" path="../JUCE/modules"/>
<MODULEPATH id="juce_audio_processors" path="../JUCE/modules"/>
<MODULEPATH id="juce_audio_plugin_client" path="../JUCE/modules"/>
<MODULEPATH id="juce_audio_formats" path="../JUCE/modules"/>
<MODULEPATH id="juce_audio_devices" path="../JUCE/modules"/>
<MODULEPATH id="juce_audio_basics" path="../JUCE/modules/"/>
<MODULEPATH id="SFZero" path="module"/>
</MODULEPATHS>
</XCODE_MAC>
<LINUX_MAKE targetFolder="Builds/Linux" vstFolder="~/SDKs/vstsdk2.4">
<CONFIGURATIONS>
<CONFIGURATION name="Debug" libraryPath="/usr/X11R6/lib/" isDebug="1" optimisation="1"
targetName="SFZero"/>
<CONFIGURATION name="Release" libraryPath="/usr/X11R6/lib/" isDebug="0" optimisation="2"
targetName="SFZero"/>
</CONFIGURATIONS>
<MODULEPATHS>
<MODULEPATH id="juce_gui_extra" path="/home/steve/local/src/juce/modules"/>
<MODULEPATH id="juce_gui_basics" path="/home/steve/local/src/juce/modules"/>
<MODULEPATH id="juce_graphics" path="/home/steve/local/src/juce/modules"/>
<MODULEPATH id="juce_events" path="/home/steve/local/src/juce/modules"/>
<MODULEPATH id="juce_data_structures" path="/home/steve/local/src/juce/modules"/>
<MODULEPATH id="juce_core" path="/home/steve/local/src/juce/modules"/>
<MODULEPATH id="juce_audio_utils" path="/home/steve/local/src/juce/modules"/>
<MODULEPATH id="juce_audio_processors" path="/home/steve/local/src/juce/modules"/>
<MODULEPATH id="juce_audio_plugin_client" path="/home/steve/local/src/juce/modules"/>
<MODULEPATH id="juce_audio_formats" path="/home/steve/local/src/juce/modules"/>
<MODULEPATH id="juce_audio_devices" path="/home/steve/local/src/juce/modules"/>
<MODULEPATH id="juce_audio_basics" path="/home/steve/local/src/juce/modules"/>
<MODULEPATH id="SFZero" path="module"/>
</MODULEPATHS>
</LINUX_MAKE>
</EXPORTFORMATS>
<MAINGROUP id="STGh0u" name="SFZero-dev">
<GROUP id="{1110531B-E755-9964-D428-0B0E27C2D745}" name="Source">
<FILE id="onAAbD" name="ClickableLabel.cpp" compile="1" resource="0"
file="Source/ClickableLabel.cpp"/>
<FILE id="lQwIPH" name="ClickableLabel.h" compile="0" resource="0"
file="Source/ClickableLabel.h"/>
<FILE id="RIbbop" name="SFZeroAudioProcessor.cpp" compile="1" resource="0"
file="Source/SFZeroAudioProcessor.cpp"/>
<FILE id="KVoSSg" name="SFZeroAudioProcessor.h" compile="0" resource="0"
file="Source/SFZeroAudioProcessor.h"/>
<FILE id="IxDO9a" name="SFZeroEditor.cpp" compile="1" resource="0"
file="Source/SFZeroEditor.cpp"/>
<FILE id="uE896w" name="SFZeroEditor.h" compile="0" resource="0" file="Source/SFZeroEditor.h"/>
</GROUP>
</MAINGROUP>
<MODULES>
<MODULE id="juce_audio_basics" showAllCode="1" useLocalCopy="0"/>
<MODULE id="juce_audio_devices" showAllCode="1" useLocalCopy="0"/>
<MODULE id="juce_audio_formats" showAllCode="1" useLocalCopy="0"/>
<MODULE id="juce_audio_plugin_client" showAllCode="1" useLocalCopy="0"/>
<MODULE id="juce_audio_processors" showAllCode="1" useLocalCopy="0"/>
<MODULE id="juce_audio_utils" showAllCode="1" useLocalCopy="0"/>
<MODULE id="juce_core" showAllCode="1" useLocalCopy="0"/>
<MODULE id="juce_data_structures" showAllCode="1" useLocalCopy="0"/>
<MODULE id="juce_events" showAllCode="1" useLocalCopy="0"/>
<MODULE id="juce_graphics" showAllCode="1" useLocalCopy="0"/>
<MODULE id="juce_gui_basics" showAllCode="1" useLocalCopy="0"/>
<MODULE id="juce_gui_extra" showAllCode="1" useLocalCopy="0"/>
<MODULE id="SFZero" showAllCode="1" useLocalCopy="0"/>
</MODULES>
<JUCEOPTIONS JUCE_QUICKTIME="disabled" JUCE_USE_OGGVORBIS="enabled"/>
</JUCERPROJECT>