Mercurial > hg > audio_effects_textbook_code
diff 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 |
line wrap: on
line diff
--- a/effects/autowah/autowah.jucer Fri Oct 10 15:41:23 2014 +0100 +++ b/effects/autowah/autowah.jucer Sun Nov 22 15:23:40 2015 +0000 @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <JUCERPROJECT id="zpecIc" name="autowah" projectType="audioplug" version="1.0.0" - bundleIdentifier="uk.ac.qmul.eecs.autowaheffect" buildVST="0" + bundleIdentifier="uk.ac.qmul.eecs.autowaheffect" buildVST="1" buildRTAS="0" buildAU="1" pluginName="Auto Wah" pluginDesc="Automatic LFO or envelope-controlled wah-wah" pluginManufacturer="Reiss and McPherson" pluginManufacturerCode="JRAM" pluginCode="auwa" pluginChannelConfigs="{1, 1}, {2, 2}" pluginIsSynth="0" pluginWantsMidiIn="0" pluginProducesMidiOut="0" pluginSilenceInIsSilenceOut="1" pluginTailLength="0" pluginEditorRequiresKeys="0" pluginAUExportPrefix="autowahAU" - pluginAUViewClass="autowahAU_V1" pluginRTASCategory="" jucerVersion="3.1.0" + pluginAUViewClass="autowahAU_V1" pluginRTASCategory="" jucerVersion="4.0.2" companyName="Reiss and McPherson" aaxIdentifier="com.yourcompany.autowah" pluginAAXCategory="AAX_ePlugInCategory_Dynamics" includeBinaryInAppConfig="1" buildVST3="0" buildAAX="0"> @@ -68,4 +68,7 @@ <MODULE id="juce_opengl" showAllCode="1" useLocalCopy="0"/> </MODULES> <JUCEOPTIONS JUCE_QUICKTIME="disabled"/> + <LIVE_SETTINGS> + <OSX enableCxx11="1"/> + </LIVE_SETTINGS> </JUCERPROJECT>