Update OPL.jucer
This commit is contained in:
parent
03b6d2c2ef
commit
431a4aaf3b
1 changed files with 28 additions and 22 deletions
50
OPL.jucer
50
OPL.jucer
|
@ -1,20 +1,20 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<JUCERPROJECT id="wUKQiT" name="OPL" projectType="audioplug" version="1.8.0"
|
||||
<JUCERPROJECT id="wUKQiT" name="OPL" projectType="audioplug" version="1.9.0"
|
||||
bundleIdentifier="com.discodsp.OPL" pluginName="OPL" pluginDesc="Digital sound synthesis chip developed by Yamaha in the mid 1980s"
|
||||
pluginManufacturer="discoDSP" pluginManufacturerCode="DDSP" pluginCode="OPL1"
|
||||
pluginChannelConfigs="{0, 2}" pluginIsSynth="1" pluginWantsMidiIn="1"
|
||||
pluginChannelConfigs="{0, 2}, {2,2}" pluginIsSynth="1" pluginWantsMidiIn="1"
|
||||
pluginProducesMidiOut="0" pluginSilenceInIsSilenceOut="0" pluginEditorRequiresKeys="0"
|
||||
pluginAUExportPrefix="oplAU" aaxIdentifier="com.discodsp.opl"
|
||||
pluginAAXCategory="2" jucerVersion="5.4.7" includeBinaryInAppConfig="1"
|
||||
pluginIsMidiEffectPlugin="0" companyWebsite="https://www.discodsp.com/"
|
||||
includeBinaryInAppConfig="1" pluginIsMidiEffectPlugin="0" companyWebsite="https://www.discodsp.com/"
|
||||
splashScreenColour="Dark" companyCopyright="" pluginCharacteristicsValue="pluginIsSynth,pluginWantsMidiIn"
|
||||
companyName="discoDSP" companyEmail="contactus@discodsp.com"
|
||||
pluginRTASDisableBypass="0" pluginRTASDisableMultiMono="0" pluginAAXDisableBypass="0"
|
||||
pluginAAXDisableMultiMono="0" pluginAUMainType="'aumu'" pluginVST3Category="Instrument,Synth"
|
||||
pluginVSTCategory="kPlugCategSynth" pluginFormats="buildAU,buildStandalone,buildVST,buildVST3"
|
||||
buildVST="1" buildVST3="1" buildAU="1" buildAUv3="0" buildRTAS="0"
|
||||
buildAAX="0" buildStandalone="1" enableIAA="0">
|
||||
buildAAX="0" buildStandalone="1" enableIAA="0" jucerFormatVersion="1"
|
||||
pluginAAXCategory="2048" displaySplashScreen="1">
|
||||
<MAINGROUP id="TOefyq" name="OPL">
|
||||
<GROUP id="{DCA755EB-7953-0641-E719-95C7850E5B2B}" name="Source">
|
||||
<GROUP id="{8A2D4016-5C21-02E2-63A0-70230FA5D74F}" name="iOSPluginEditorWrapper">
|
||||
|
@ -99,15 +99,16 @@
|
|||
</MODULES>
|
||||
<JUCEOPTIONS JUCE_QUICKTIME="disabled" JUCE_WEB_BROWSER="0" JUCE_JACK="1"/>
|
||||
<EXPORTFORMATS>
|
||||
<XCODE_IPHONE targetFolder="Builds/iOS" iosScreenOrientation="landscape" iPadScreenOrientation="landscape"
|
||||
<XCODE_IPHONE targetFolder="Builds/iOS" iosScreenOrientation="UIInterfaceOrientationLandscapeLeft,UIInterfaceOrientationLandscapeRight"
|
||||
iPadScreenOrientation="UIInterfaceOrientationLandscapeLeft,UIInterfaceOrientationLandscapeRight"
|
||||
UIStatusBarHidden="1" iosBackgroundAudio="1" iosBackgroundBle="1"
|
||||
smallIcon="lWChlc" bigIcon="lWChlc" iosAppGroupsId="group.com.discodsp.opl"
|
||||
extraDefs="JUCE_DISABLE_NATIVE_FILECHOOSERS=1" customXcodeResourceFolders="sbi"
|
||||
iCloudPermissions="0" UISupportsDocumentBrowser="0"
|
||||
iosDevelopmentTeamID="96UBP6BN94" iCloudPermissions="0" UISupportsDocumentBrowser="0"
|
||||
UIFileSharingEnabled="0">
|
||||
<CONFIGURATIONS>
|
||||
<CONFIGURATION isDebug="1" name="Debug" iosCompatibility="11.0"/>
|
||||
<CONFIGURATION isDebug="0" name="Release" iosCompatibility="11.0"/>
|
||||
<CONFIGURATION isDebug="1" name="Debug" iosCompatibility="11.0" binaryPath="Bin/iOS/Debug"/>
|
||||
<CONFIGURATION isDebug="0" name="Release" binaryPath="Bin/iOS/Release"/>
|
||||
</CONFIGURATIONS>
|
||||
<MODULEPATHS>
|
||||
<MODULEPATH id="juce_video" path="modules"/>
|
||||
|
@ -127,13 +128,15 @@
|
|||
<MODULEPATH id="juce_audio_utils" path="modules"/>
|
||||
</MODULEPATHS>
|
||||
</XCODE_IPHONE>
|
||||
<XCODE_MAC targetFolder="Builds/MacOSX"
|
||||
vstLegacyFolder="modules/vstsdk2.4" vst3Folder="modules/vstsdk3"
|
||||
smallIcon="aNR5I9" bigIcon="aNR5I9">
|
||||
<XCODE_MAC targetFolder="Builds/MacOSX" vstLegacyFolder="modules/vstsdk2.4"
|
||||
vst3Folder="modules/vstsdk3" smallIcon="aNR5I9" bigIcon="aNR5I9"
|
||||
aaxFolder="modules/aax" xcodeValidArchs="arm64,x86_64">
|
||||
<CONFIGURATIONS>
|
||||
<CONFIGURATION isDebug="1" name="Debug"/>
|
||||
<CONFIGURATION isDebug="0" name="Release"/>
|
||||
<CONFIGURATION isDebug="0" name="Demo" defines="DEMOVERSION=1"/>
|
||||
<CONFIGURATION isDebug="1" name="Debug" binaryPath="Bin/MacOS/Debug"/>
|
||||
<CONFIGURATION isDebug="0" name="Release" osxCompatibility="10.9 SDK" binaryPath="Bin/MacOS/Release"
|
||||
optimisation="6" enablePluginBinaryCopyStep="0"/>
|
||||
<CONFIGURATION isDebug="0" name="Demo" defines="DEMOVERSION=1" osxCompatibility="10.9 SDK"
|
||||
binaryPath="Bin/MacOS/Demo" optimisation="6" enablePluginBinaryCopyStep="0"/>
|
||||
</CONFIGURATIONS>
|
||||
<MODULEPATHS>
|
||||
<MODULEPATH id="juce_video" path="modules"/>
|
||||
|
@ -153,15 +156,17 @@
|
|||
<MODULEPATH id="juce_audio_basics" path="modules"/>
|
||||
</MODULEPATHS>
|
||||
</XCODE_MAC>
|
||||
<LINUX_MAKE targetFolder="Builds/LinuxMakefile" vstLegacyFolder="modules/vstsdk2.4"
|
||||
<LINUX_MAKE targetFolder="Builds/Linux" vstLegacyFolder="modules/vstsdk2.4"
|
||||
extraLinkerFlags="-no-pie">
|
||||
<CONFIGURATIONS>
|
||||
<CONFIGURATION isDebug="0" name="Release" libraryPath="/usr/X11R6/lib/" linuxArchitecture="-m64"
|
||||
headerPath="../../JuceLibraryCode ../../Source ../Modules/vstsdk2.4 /usr/include/freetype2 /usr/include"
|
||||
binaryPath="Bin/Release"/>
|
||||
binaryPath="Bin/Linux/Release" enablePluginBinaryCopyStep="0"
|
||||
optimisation="6"/>
|
||||
<CONFIGURATION isDebug="0" name="Demo" libraryPath="/usr/X11R6/lib/" linuxArchitecture="-m64"
|
||||
headerPath="../../JuceLibraryCode ../../Source ../Modules/vstsdk2.4 /usr/include/freetype2 /usr/include"
|
||||
defines="DEMOVERSION=1" binaryPath="Bin/Demo"/>
|
||||
defines="DEMOVERSION=1" binaryPath="Bin/Linux/Demo" enablePluginBinaryCopyStep="0"
|
||||
optimisation="6"/>
|
||||
</CONFIGURATIONS>
|
||||
<MODULEPATHS>
|
||||
<MODULEPATH id="juce_video" path="modules"/>
|
||||
|
@ -182,11 +187,12 @@
|
|||
</MODULEPATHS>
|
||||
</LINUX_MAKE>
|
||||
<VS2019 targetFolder="Builds/VisualStudio2019" smallIcon="aNR5I9" bigIcon="aNR5I9"
|
||||
vstLegacyFolder="modules/vstsdk2.4" vst3Folder="modules/vstsdk3">
|
||||
vstLegacyFolder="modules/vstsdk2.4" vst3Folder="modules/vstsdk3"
|
||||
aaxFolder="modules/aax">
|
||||
<CONFIGURATIONS>
|
||||
<CONFIGURATION isDebug="1" name="Debug"/>
|
||||
<CONFIGURATION isDebug="0" name="Release"/>
|
||||
<CONFIGURATION isDebug="0" name="Demo" defines="DEMOVERSION=1"/>
|
||||
<CONFIGURATION isDebug="1" name="Debug" binaryPath="Bin/Windows/Debug"/>
|
||||
<CONFIGURATION isDebug="0" name="Release" binaryPath="Bin/Windows/Release"/>
|
||||
<CONFIGURATION isDebug="0" name="Demo" defines="DEMOVERSION=1" binaryPath="Bin/Windows/Demo"/>
|
||||
</CONFIGURATIONS>
|
||||
<MODULEPATHS>
|
||||
<MODULEPATH id="juce_video" path="modules"/>
|
||||
|
|
Loading…
Reference in a new issue