Skip to content

Commit

Permalink
updated SAF
Browse files Browse the repository at this point in the history
  • Loading branch information
leomccormack committed Jan 29, 2024
1 parent c0edd6b commit ca49777
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions audio_plugins/_SPARTA_spreader_/sparta_spreader.jucer
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
pluginSilenceInIsSilenceOut="0" pluginEditorRequiresKeys="0"
pluginAUExportPrefix="sparta_spreaderAU" pluginRTASCategory=""
aaxIdentifier="com.yourcompany.panner" pluginAAXCategory="2"
buildVST3="0" buildRTAS="0" buildAAX="0" pluginManufacturerEmail="support@yourcompany.com"
buildVST3="1" buildRTAS="0" buildAAX="0" pluginManufacturerEmail="support@yourcompany.com"
companyName="Aalto" companyEmail="leo.t.mccormack@gmail.com"
userNotes="_CRT_SECURE_NO_WARNINGS
_WINSOCK_DEPRECATED_NO_WARNINGS
SAF_USE_INTEL_MKL"
buildAUv3="0" pluginIsMidiEffectPlugin="0" displaySplashScreen="0"
reportAppUsage="0" splashScreenColour="Dark" buildStandalone="0"
enableIAA="0" companyCopyright="Aalto" pluginFormats="buildVST"
enableIAA="0" companyCopyright="Aalto" pluginFormats="buildVST,buildVST3"
jucerFormatVersion="1">
<MAINGROUP id="imnfnp" name="sparta_spreader">
<FILE id="oGTRTG" name="SPARTALookAndFeel.h" compile="0" resource="0"
Expand Down Expand Up @@ -289,17 +289,16 @@
</VS2017>
<XCODE_MAC targetFolder="make/MacOSX/Xcode/" vstFolder="../../../SDKs/VST3 SDK"
vst3Folder="../../../../SDKs/VST3_SDK/" userNotes="-L/usr/local/lib -lsaf_mkl_custom"
extraLinkerFlags="-L/usr/local/lib -lsaf_mkl_custom_lp64 -lsaf_ipp_custom&#10;-Wl,-rpath,/usr/local/lib"
extraCompilerFlags="-pedantic&#10;-W &#10;-Wall &#10;-Wextra "
extraDefs="SAF_USE_INTEL_MKL_LP64&#10;SAF_USE_INTEL_IPP&#10;SAF_ENABLE_SOFA_READER_MODULE"
xcodeValidArchs="i386,x86_64">
extraDefs="SAF_USE_APPLE_ACCELERATE&#10;SAF_ENABLE_SOFA_READER_MODULE"
xcodeValidArchs="arm64">
<CONFIGURATIONS>
<CONFIGURATION name="Debug" isDebug="1" optimisation="1" targetName="sparta_spreader_debug"
binaryPath="" headerPath="../../../../../SDKs/Spatial_Audio_Framework/framework/include&#10;../../../../../SDKs/Spatial_Audio_Framework/examples/include&#10;../../../../../SDKs/VST2_SDK&#10;/opt/intel/oneapi/mkl/latest/include&#10;/opt/intel/oneapi/ipp/latest/include"
binaryPath="" headerPath="../../../../../SDKs/Spatial_Audio_Framework/framework/include&#10;../../../../../SDKs/Spatial_Audio_Framework/examples/include&#10;../../../../../SDKs/VST2_SDK&#10;"
osxArchitecture="64BitIntel" osxCompatibility="10.10 SDK" enablePluginBinaryCopyStep="1"
macOSDeploymentTarget="10.10"/>
<CONFIGURATION name="Release" isDebug="0" optimisation="3" targetName="sparta_spreader"
binaryPath="" headerPath="../../../../../SDKs/Spatial_Audio_Framework/framework/include&#10;../../../../../SDKs/Spatial_Audio_Framework/examples/include&#10;../../../../../SDKs/VST2_SDK&#10;/opt/intel/oneapi/mkl/latest/include&#10;/opt/intel/oneapi/ipp/latest/include"
binaryPath="" headerPath="../../../../../SDKs/Spatial_Audio_Framework/framework/include&#10;../../../../../SDKs/Spatial_Audio_Framework/examples/include&#10;../../../../../SDKs/VST2_SDK&#10;"
osxArchitecture="64BitIntel" osxCompatibility="10.10 SDK" enablePluginBinaryCopyStep="1"
linkTimeOptimisation="0" macOSDeploymentTarget="10.10"/>
</CONFIGURATIONS>
Expand Down

0 comments on commit ca49777

Please sign in to comment.