comparison effects/autowah/autowah.jucer @ 1:04e171d2a747 tip

JUCE 4 compatible. Standardised paths on Mac: modules '../../juce/modules'; VST folder '~/SDKs/vstsdk2.4' (JUCE default). Replaced deprecated 'getSampleData(channel)'; getToggleState(...); setToggleState(...); setSelectedId(...). Removed unused variables. Ignore JUCE code and build files.
author Brecht De Man <b.deman@qmul.ac.uk>
date Sun, 22 Nov 2015 15:23:40 +0000
parents e32fe563e124
children
comparison
equal deleted inserted replaced
0:e32fe563e124 1:04e171d2a747
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <JUCERPROJECT id="zpecIc" name="autowah" projectType="audioplug" version="1.0.0" 3 <JUCERPROJECT id="zpecIc" name="autowah" projectType="audioplug" version="1.0.0"
4 bundleIdentifier="uk.ac.qmul.eecs.autowaheffect" buildVST="0" 4 bundleIdentifier="uk.ac.qmul.eecs.autowaheffect" buildVST="1"
5 buildRTAS="0" buildAU="1" pluginName="Auto Wah" pluginDesc="Automatic LFO or envelope-controlled wah-wah" 5 buildRTAS="0" buildAU="1" pluginName="Auto Wah" pluginDesc="Automatic LFO or envelope-controlled wah-wah"
6 pluginManufacturer="Reiss and McPherson" pluginManufacturerCode="JRAM" 6 pluginManufacturer="Reiss and McPherson" pluginManufacturerCode="JRAM"
7 pluginCode="auwa" pluginChannelConfigs="{1, 1}, {2, 2}" pluginIsSynth="0" 7 pluginCode="auwa" pluginChannelConfigs="{1, 1}, {2, 2}" pluginIsSynth="0"
8 pluginWantsMidiIn="0" pluginProducesMidiOut="0" pluginSilenceInIsSilenceOut="1" 8 pluginWantsMidiIn="0" pluginProducesMidiOut="0" pluginSilenceInIsSilenceOut="1"
9 pluginTailLength="0" pluginEditorRequiresKeys="0" pluginAUExportPrefix="autowahAU" 9 pluginTailLength="0" pluginEditorRequiresKeys="0" pluginAUExportPrefix="autowahAU"
10 pluginAUViewClass="autowahAU_V1" pluginRTASCategory="" jucerVersion="3.1.0" 10 pluginAUViewClass="autowahAU_V1" pluginRTASCategory="" jucerVersion="4.0.2"
11 companyName="Reiss and McPherson" aaxIdentifier="com.yourcompany.autowah" 11 companyName="Reiss and McPherson" aaxIdentifier="com.yourcompany.autowah"
12 pluginAAXCategory="AAX_ePlugInCategory_Dynamics" includeBinaryInAppConfig="1" 12 pluginAAXCategory="AAX_ePlugInCategory_Dynamics" includeBinaryInAppConfig="1"
13 buildVST3="0" buildAAX="0"> 13 buildVST3="0" buildAAX="0">
14 <EXPORTFORMATS> 14 <EXPORTFORMATS>
15 <XCODE_MAC targetFolder="Builds/MacOSX" objCExtraSuffix="aOvqDD" vstFolder="~/SDKs/vstsdk2.4" 15 <XCODE_MAC targetFolder="Builds/MacOSX" objCExtraSuffix="aOvqDD" vstFolder="~/SDKs/vstsdk2.4"
66 <MODULE id="juce_gui_basics" showAllCode="1" useLocalCopy="0"/> 66 <MODULE id="juce_gui_basics" showAllCode="1" useLocalCopy="0"/>
67 <MODULE id="juce_gui_extra" showAllCode="1" useLocalCopy="0"/> 67 <MODULE id="juce_gui_extra" showAllCode="1" useLocalCopy="0"/>
68 <MODULE id="juce_opengl" showAllCode="1" useLocalCopy="0"/> 68 <MODULE id="juce_opengl" showAllCode="1" useLocalCopy="0"/>
69 </MODULES> 69 </MODULES>
70 <JUCEOPTIONS JUCE_QUICKTIME="disabled"/> 70 <JUCEOPTIONS JUCE_QUICKTIME="disabled"/>
71 <LIVE_SETTINGS>
72 <OSX enableCxx11="1"/>
73 </LIVE_SETTINGS>
71 </JUCERPROJECT> 74 </JUCERPROJECT>