-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTransportExample.jucer
More file actions
108 lines (107 loc) · 6.87 KB
/
Copy pathTransportExample.jucer
File metadata and controls
108 lines (107 loc) · 6.87 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
<?xml version="1.0" encoding="UTF-8"?>
<JUCERPROJECT id="lwXJ5R" name="TransportExample" projectType="audioplug" useAppConfig="0"
addUsingNamespaceToJuceHeader="0" jucerFormatVersion="1" pluginFormats="buildStandalone,buildVST3"
pluginCharacteristicsValue="pluginProducesMidiOut,pluginWantsMidiIn"
pluginVST3Category="Fx,Instrument">
<MAINGROUP id="fZovay" name="TransportExample">
<GROUP id="{129D21EF-3F97-D802-59A5-B8AE91C5E69A}" name="Source">
<GROUP id="{82849CBE-762A-60A7-BDAB-A4F5E3EFA14F}" name="LookAndFeel">
<FILE id="z50wAM" name="FontAwesome_LookAndFeel.cpp" compile="1" resource="0"
file="Source/FontAwesome_LookAndFeel.cpp"/>
<FILE id="tfcD5U" name="FontAwesome_LookAndFeel.h" compile="0" resource="0"
file="Source/FontAwesome_LookAndFeel.h"/>
<FILE id="uP3xkY" name="Fonts.cpp" compile="1" resource="0" file="Source/Fonts.cpp"/>
<FILE id="e2qZeU" name="Fonts.h" compile="0" resource="0" file="Source/Fonts.h"/>
<FILE id="ZDaw1E" name="Spinner_LookAndFeel.cpp" compile="1" resource="0"
file="Source/Spinner_LookAndFeel.cpp"/>
<FILE id="BD700y" name="Spinner_LookAndFeel.h" compile="0" resource="0"
file="Source/Spinner_LookAndFeel.h"/>
</GROUP>
<GROUP id="{892989D2-E0EB-B008-1F68-4904E7687138}" name="Resources">
<FILE id="DLrjpW" name="FA6FreeSolid.otf" compile="0" resource="1"
file="Resources/FA6FreeSolid.otf"/>
</GROUP>
<GROUP id="{C08C3F86-D22A-BA2C-C3BD-9D425FB8C1BC}" name="Constants">
<FILE id="Bdjvqq" name="StringConstants.h" compile="0" resource="0"
file="Source/StringConstants.h"/>
</GROUP>
<GROUP id="{D020E1CD-FE85-0E00-D4B5-8501DBF540A3}" name="Parameters">
<FILE id="LVjJ6c" name="TransportParameters.cpp" compile="1" resource="0"
file="Source/TransportParameters.cpp"/>
<FILE id="tWZn2W" name="TransportParameters.h" compile="0" resource="0"
file="Source/TransportParameters.h"/>
</GROUP>
<GROUP id="{77CE7882-BC54-2B4A-4FF4-3E4B5791F4C4}" name="Components">
<FILE id="L1cHfb" name="GenericComponentAttachment.cpp" compile="1"
resource="0" file="Source/GenericComponentAttachment.cpp"/>
<FILE id="XNhuIi" name="GenericComponentAttachment.h" compile="0" resource="0"
file="Source/GenericComponentAttachment.h"/>
<FILE id="UKfnqW" name="UI_ChoiceSpinner.cpp" compile="1" resource="0"
file="Source/UI_ChoiceSpinner.cpp"/>
<FILE id="jERT3O" name="UI_ChoiceSpinner.h" compile="0" resource="0"
file="Source/UI_ChoiceSpinner.h"/>
<FILE id="K6u8pP" name="UI_Spinner.cpp" compile="1" resource="0" file="Source/UI_Spinner.cpp"/>
<FILE id="ptqSsl" name="UI_Spinner.h" compile="0" resource="0" file="Source/UI_Spinner.h"/>
<FILE id="YQYKJY" name="UI_TransportTimeline.cpp" compile="1" resource="0"
file="Source/UI_TransportTimeline.cpp"/>
<FILE id="ah8vHQ" name="UI_TransportTimeline.h" compile="0" resource="0"
file="Source/UI_TransportTimeline.h"/>
<FILE id="xraZKV" name="UI_Transport.cpp" compile="1" resource="0"
file="Source/UI_Transport.cpp"/>
<FILE id="CDiVx5" name="UI_Transport.h" compile="0" resource="0" file="Source/UI_Transport.h"/>
</GROUP>
<FILE id="M1RAbr" name="CustomPlayHead.cpp" compile="1" resource="0"
file="Source/CustomPlayHead.cpp"/>
<FILE id="cgaU42" name="CustomPlayHead.h" compile="0" resource="0"
file="Source/CustomPlayHead.h"/>
<FILE id="HKPeID" name="PluginProcessor.cpp" compile="1" resource="0"
file="Source/PluginProcessor.cpp"/>
<FILE id="jx6lrN" name="PluginProcessor.h" compile="0" resource="0"
file="Source/PluginProcessor.h"/>
<FILE id="IZBfEi" name="PluginEditor.cpp" compile="1" resource="0"
file="Source/PluginEditor.cpp"/>
<FILE id="L9xQL1" name="PluginEditor.h" compile="0" resource="0" file="Source/PluginEditor.h"/>
</GROUP>
</MAINGROUP>
<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_plugin_client" 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>
<JUCEOPTIONS JUCE_STRICT_REFCOUNTEDPOINTER="1" JUCE_VST3_CAN_REPLACE_VST2="0"/>
<EXPORTFORMATS>
<VS2022 targetFolder="Builds/VisualStudio2022">
<CONFIGURATIONS>
<CONFIGURATION isDebug="1" name="Debug" targetName="TransportExample" enablePluginBinaryCopyStep="1"
vst3BinaryLocation="A:\VST"/>
<CONFIGURATION isDebug="0" name="Release" targetName="TransportExample"/>
<CONFIGURATION isDebug="1" name="Ableton" targetName="TransportExample" enablePluginBinaryCopyStep="1"
vst3BinaryLocation="a:\VST\64\hobwell\"/>
</CONFIGURATIONS>
<MODULEPATHS>
<MODULEPATH id="juce_audio_basics" path="../../../Program Files/JUCE/modules"/>
<MODULEPATH id="juce_audio_devices" path="../../../Program Files/JUCE/modules"/>
<MODULEPATH id="juce_audio_formats" path="../../../Program Files/JUCE/modules"/>
<MODULEPATH id="juce_audio_plugin_client" path="../../../Program Files/JUCE/modules"/>
<MODULEPATH id="juce_audio_processors" path="../../../Program Files/JUCE/modules"/>
<MODULEPATH id="juce_audio_utils" path="../../../Program Files/JUCE/modules"/>
<MODULEPATH id="juce_core" path="../../../Program Files/JUCE/modules"/>
<MODULEPATH id="juce_data_structures" path="../../../Program Files/JUCE/modules"/>
<MODULEPATH id="juce_events" path="../../../Program Files/JUCE/modules"/>
<MODULEPATH id="juce_graphics" path="../../../Program Files/JUCE/modules"/>
<MODULEPATH id="juce_gui_basics" path="../../../Program Files/JUCE/modules"/>
<MODULEPATH id="juce_gui_extra" path="../../../Program Files/JUCE/modules"/>
</MODULEPATHS>
</VS2022>
</EXPORTFORMATS>
</JUCERPROJECT>