-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathPitchedDelay.jucer
103 lines (102 loc) · 10 KB
/
PitchedDelay.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
101
102
103
<?xml version="1.0" encoding="UTF-8"?>
<JUCERPROJECT id="JH7QdM" name="PitchedDelay" projectType="audioplug" version="1.2.2"
bundleIdentifier="com.lkjb.PitchedDelay" buildVST="1" buildRTAS="0"
buildAU="1" pluginName="PitchedDelay" pluginDesc="PitchedDelay"
pluginManufacturer="Lkjb" pluginManufacturerCode="Lkjb" pluginCode="lkPD"
pluginChannelConfigs="{2, 2}, {1, 1}" pluginIsSynth="0" pluginWantsMidiIn="0"
pluginProducesMidiOut="0" pluginSilenceInIsSilenceOut="0" pluginTailLength="0"
pluginEditorRequiresKeys="1" pluginAUExportPrefix="PitchedDelayAU"
pluginAUViewClass="PitchedDelayAU_V1" pluginRTASCategory="" jucerVersion="3.0.0"
aaxIdentifier="com.yourcompany.PitchedDelay" pluginAAXCategory="AAX_ePlugInCategory_Dynamics">
<EXPORTFORMATS>
<VS2008 targetFolder="Builds/VisualStudio2008" libraryType="1" juceFolder="./juce"
vstFolder="./vstsdk2.4" extraCompilerFlags="/MP">
<CONFIGURATIONS>
<CONFIGURATION name="Debug" winWarningLevel="4" generateManifest="0" isDebug="1"
optimisation="1" targetName="lkjb_PitchedDelay"/>
<CONFIGURATION name="Release" winWarningLevel="4" generateManifest="1" isDebug="0"
optimisation="2" targetName="lkjb_PitchedDelay"/>
</CONFIGURATIONS>
</VS2008>
<XCODE_MAC targetFolder="Builds/MacOSX" objCExtraSuffix="gGFDaT" juceFolder="./juce"
vstFolder="./vstsdk2.4" extraLinkerFlags="-framework Accelerate -framework vecLib -lDiracLE"
postbuildCommand=" # This script takes the build product and copies it to the AU, VST, and RTAS folders, depending on # which plugin types you've built original=$CONFIGURATION_BUILD_DIR/$FULL_PRODUCT_NAME # this looks inside the binary to detect which platforms are needed.. copyAU=`nm -g "$CONFIGURATION_BUILD_DIR/$EXECUTABLE_PATH" | grep -i 'AudioUnit' | wc -l` copyVST=`nm -g "$CONFIGURATION_BUILD_DIR/$EXECUTABLE_PATH" | grep -i 'VSTPlugin' | wc -l` copyRTAS=`nm -g "$CONFIGURATION_BUILD_DIR/$EXECUTABLE_PATH" | grep -i 'CProcess' | wc -l` copyAAX=`nm -g "$CONFIGURATION_BUILD_DIR/$EXECUTABLE_PATH" | grep -i 'GetEffectDescriptions' | wc -l` if [ $copyAU -gt 0 ]; then echo "Copying to AudioUnit folder..." AU=~/Library/Audio/Plug-Ins/Components/$PRODUCT_NAME.component if [ -d "$AU" ]; then rm -r "$AU" fi cp -r "$original" "$AU" sed -i "" -e 's/TDMwPTul/BNDLPTul/g' "$AU/Contents/PkgInfo" sed -i "" -e 's/TDMw/BNDL/g' "$AU/Contents/$INFOPLIST_FILE" fi if [ $copyVST -gt 0 ]; then echo "Copying to VST folder..." VST=~/Library/Audio/Plug-Ins/VST/$PRODUCT_NAME.vst if [ -d "$VST" ]; then rm -r "$VST" fi cp -r "$original" "$VST" sed -i "" -e 's/TDMwPTul/BNDLPTul/g' "$VST/Contents/PkgInfo" sed -i "" -e 's/TDMw/BNDL/g' "$VST/Contents/$INFOPLIST_FILE" fi if [ $copyRTAS -gt 0 ]; then echo "Copying to RTAS folder..." RTAS=/Library/Application\ Support/Digidesign/Plug-Ins/$PRODUCT_NAME.dpm if [ -d "$RTAS" ]; then rm -r "$RTAS" fi cp -r "$original" "$RTAS" fi if [ $copyAAX -gt 0 ]; then echo "Copying to AAX folder..." if [ -d "/Applications/ProTools_3PDev/Plug-Ins" ]; then AAX1="/Applications/ProTools_3PDev/Plug-Ins/$PRODUCT_NAME.aaxplugin" if [ -d "$AAX1" ]; then rm -r "$AAX1" fi cp -r "$original" "$AAX1" fi if [ -d "/Library/Application Support/Avid/Audio/Plug-Ins" ]; then AAX2="/Library/Application Support/Avid/Audio/Plug-Ins/$PRODUCT_NAME.aaxplugin" if [ -d "$AAX2" ]; then rm -r "$AAX2" fi cp -r "$original" "$AAX2" fi fi ">
<CONFIGURATIONS>
<CONFIGURATION name="Debug" isDebug="1" optimisation="1" targetName="lkjb_PitchedDelay"
osxSDK="10.5 SDK" osxCompatibility="10.5 SDK" osxArchitecture="32BitUniversal"
libraryPath="$(SRCROOT)/../../Source/DiracLE"/>
<CONFIGURATION name="Release" isDebug="0" optimisation="2" targetName="lkjb_PitchedDelay"
osxSDK="10.5 SDK" osxCompatibility="10.5 SDK" osxArchitecture="64BitUniversal"
libraryPath="$(SRCROOT)/../../Source/DiracLE"/>
</CONFIGURATIONS>
</XCODE_MAC>
<VS2010 targetFolder="Builds/VisualStudio2010" libraryType="1" juceFolder="D:\svn\prog\juceprojects\PitchedDelay\juce\modules">
<CONFIGURATIONS>
<CONFIGURATION name="Debug" winWarningLevel="4" generateManifest="1" winArchitecture="32-bit"
isDebug="1" optimisation="1" targetName="PitchedDelay"/>
<CONFIGURATION name="Release" winWarningLevel="4" generateManifest="1" winArchitecture="32-bit"
isDebug="0" optimisation="2" targetName="PitchedDelay"/>
</CONFIGURATIONS>
</VS2010>
</EXPORTFORMATS>
<MAINGROUP id="yMj4th" name="PitchedDelay">
<GROUP id="{06C179C1-BB6C-EA92-AF9A-F163FD615554}" name="Source">
<GROUP id="{68153BFF-4AF0-4FDE-A990-AA9BFB1F2F95}" name="gui">
<FILE id="W3StV0" name="DelayGraph.cpp" compile="1" resource="0" file="Source/gui/DelayGraph.cpp"/>
<FILE id="KJPUCx" name="DelayGraph.h" compile="0" resource="0" file="Source/gui/DelayGraph.h"/>
<FILE id="zppZiY" name="pitcheddelaytab.cpp" compile="1" resource="0"
file="Source/gui/pitcheddelaytab.cpp"/>
<FILE id="tszmQI" name="pitcheddelaytab.h" compile="0" resource="0"
file="Source/gui/pitcheddelaytab.h"/>
</GROUP>
<GROUP id="{9A517FF3-8EA2-904D-FD47-F8304D62EB26}" name="dsp">
<GROUP id="{8E48AAE3-5F19-975C-6CED-D8457CD7F566}" name="DiracLE">
<FILE id="tl7p7b" name="diracstatic.cpp" compile="1" resource="0" file="Source/DiracLE/diracstatic.cpp"/>
<FILE id="vvmv7W" name="Dirac.h" compile="0" resource="0" file="Source/DiracLE/Dirac.h"/>
</GROUP>
<FILE id="IL2L8n" name="BandLimit.cpp" compile="1" resource="0" file="Source/dsp/BandLimit.cpp"/>
<FILE id="lcZxMN" name="BandLimit.h" compile="0" resource="0" file="Source/dsp/BandLimit.h"/>
<FILE id="Qwny9Q" name="basicfilters.h" compile="0" resource="0" file="Source/dsp/basicfilters.h"/>
<FILE id="X7hBZs" name="delaytabdsp.cpp" compile="1" resource="0" file="Source/dsp/delaytabdsp.cpp"/>
<FILE id="R7dzcG" name="delaytabdsp.h" compile="0" resource="0" file="Source/dsp/delaytabdsp.h"/>
<FILE id="ZtsJp7" name="simpledetune.cpp" compile="1" resource="0"
file="Source/dsp/simpledetune.cpp"/>
<FILE id="LI4yMZ" name="simpledetune.h" compile="0" resource="0" file="Source/dsp/simpledetune.h"/>
<FILE id="xx3z6v" name="PitchBase.h" compile="0" resource="0" file="Source/dsp/PitchBase.h"/>
<FILE id="U3H12d" name="pitchdiracle.cpp" compile="1" resource="0"
file="Source/dsp/pitchdiracle.cpp"/>
<FILE id="aWFPnD" name="pitchdiracle.h" compile="0" resource="0" file="Source/dsp/pitchdiracle.h"/>
<FILE id="tr9Xko" name="pitcheddelay.cpp" compile="1" resource="0"
file="Source/dsp/pitcheddelay.cpp"/>
<FILE id="qAzcMT" name="pitcheddelay.h" compile="0" resource="0" file="Source/dsp/pitcheddelay.h"/>
<FILE id="L5CbRu" name="simpledelay.h" compile="0" resource="0" file="Source/dsp/simpledelay.h"/>
</GROUP>
<FILE id="ApSl4H" name="PluginProcessor.cpp" compile="1" resource="0"
file="Source/PluginProcessor.cpp"/>
<FILE id="Mw79dz" name="PluginProcessor.h" compile="0" resource="0"
file="Source/PluginProcessor.h"/>
<FILE id="qCQcjM" name="PluginEditor.cpp" compile="1" resource="0"
file="Source/PluginEditor.cpp"/>
<FILE id="UaQESV" name="PluginEditor.h" compile="0" resource="0" file="Source/PluginEditor.h"/>
<FILE id="X5zGYU" name="presetmanager.h" compile="0" resource="0" file="Source/presetmanager.h"/>
<FILE id="NkDSZT" name="factorypresets.xml" compile="0" resource="1"
file="Source/factorypresets.xml"/>
</GROUP>
</MAINGROUP>
<MODULES>
<MODULE id="juce_core" showAllCode="1" useLocalCopy="1"/>
<MODULE id="juce_events" showAllCode="1" useLocalCopy="1"/>
<MODULE id="juce_graphics" showAllCode="1" useLocalCopy="1"/>
<MODULE id="juce_data_structures" showAllCode="1" useLocalCopy="1"/>
<MODULE id="juce_gui_basics" showAllCode="1" useLocalCopy="1"/>
<MODULE id="juce_gui_extra" showAllCode="1" useLocalCopy="1"/>
<MODULE id="juce_gui_audio" showAllCode="1" useLocalCopy="1"/>
<MODULE id="juce_cryptography" showAllCode="1" useLocalCopy="1"/>
<MODULE id="juce_audio_basics" showAllCode="1" useLocalCopy="1"/>
<MODULE id="juce_audio_devices" showAllCode="1" useLocalCopy="1"/>
<MODULE id="juce_audio_formats" showAllCode="1" useLocalCopy="1"/>
<MODULE id="juce_audio_processors" showAllCode="1" useLocalCopy="1"/>
<MODULE id="juce_audio_plugin_client" showAllCode="1" useLocalCopy="1"/>
</MODULES>
<JUCEOPTIONS JUCE_QUICKTIME="disabled" JUCE_USE_DIRECTWRITE="disabled"/>
</JUCERPROJECT>