From ed370b7240042c65e200bc77b34cc15c72338ceb Mon Sep 17 00:00:00 2001 From: xenakios Date: Mon, 11 Jun 2018 20:08:42 +0300 Subject: [PATCH] Jucer changes, build VST3 --- paulstretchplugin.jucer | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/paulstretchplugin.jucer b/paulstretchplugin.jucer index 021c17b..72ea8b3 100644 --- a/paulstretchplugin.jucer +++ b/paulstretchplugin.jucer @@ -4,14 +4,14 @@ splashScreenColour="Dark" projectType="audioplug" version="1.0.0" bundleIdentifier="com.xenakios.paulxstretch" includeBinaryInAppConfig="1" cppLanguageStandard="latest" companyCopyright="" buildVST="1" - buildVST3="0" buildAU="1" buildAUv3="0" buildRTAS="0" buildAAX="0" + buildVST3="1" buildAU="1" buildAUv3="0" buildRTAS="0" buildAAX="0" buildStandalone="1" enableIAA="0" pluginName="PaulXStretch" pluginDesc="PaulXStretch" pluginManufacturer="Xenakios" pluginManufacturerCode="XenS" pluginCode="Fn1r" pluginChannelConfigs="{2,2},{2,4}, {2,8}, {8,8} " pluginIsSynth="0" pluginWantsMidiIn="0" pluginProducesMidiOut="0" pluginIsMidiEffectPlugin="0" pluginEditorRequiresKeys="0" pluginAUExportPrefix="paulxstretchAU" aaxIdentifier="com.yourcompany.paulstretchplugin" pluginAAXCategory="2" - jucerVersion="5.3.2" headerPath=" " pluginFormats="buildVST,buildAU,buildStandalone"> + jucerVersion="5.3.2" headerPath=" " pluginFormats="buildAU,buildStandalone,buildVST,buildVST3"> +