Upgrade to 5.3.1
This commit is contained in:
parent
6f866111cf
commit
565a7bfdef
3 changed files with 684 additions and 452 deletions
|
@ -6,13 +6,13 @@
|
|||
pluginManufacturerCode="Pwve" pluginCode="JOPL" pluginChannelConfigs="{0, 1}"
|
||||
pluginIsSynth="1" pluginWantsMidiIn="1" pluginProducesMidiOut="0"
|
||||
pluginSilenceInIsSilenceOut="0" pluginEditorRequiresKeys="0"
|
||||
pluginAUExportPrefix="JuceOPLVSTiAU" pluginRTASCategory="" aaxIdentifier="com.plainweave.JuceOPLVSTi"
|
||||
pluginAAXCategory="AAX_ePlugInCategory_Dynamics" jucerVersion="5.2.0"
|
||||
buildVST3="0" buildRTAS="0" buildAAX="0" includeBinaryInAppConfig="1"
|
||||
pluginIsMidiEffectPlugin="0" companyWebsite="https://bsutherland.github.io/JuceOPLVSTi/"
|
||||
buildAUv3="0" displaySplashScreen="1" reportAppUsage="1" splashScreenColour="Dark"
|
||||
pluginAUExportPrefix="JuceOPLVSTiAU" aaxIdentifier="com.plainweave.JuceOPLVSTi"
|
||||
pluginAAXCategory="2" jucerVersion="5.3.1" buildVST3="0" buildRTAS="0"
|
||||
buildAAX="0" includeBinaryInAppConfig="1" pluginIsMidiEffectPlugin="0"
|
||||
companyWebsite="https://bsutherland.github.io/JuceOPLVSTi/" buildAUv3="0"
|
||||
displaySplashScreen="1" reportAppUsage="1" splashScreenColour="Dark"
|
||||
buildStandalone="0" enableIAA="0" cppLanguageStandard="latest"
|
||||
companyCopyright="">
|
||||
companyCopyright="" pluginFormats="buildVST,buildAU" pluginCharacteristicsValue="pluginIsSynth,pluginWantsMidiIn">
|
||||
<MAINGROUP id="TOefyq" name="JuceOPLVSTi">
|
||||
<GROUP id="{DCA755EB-7953-0641-E719-95C7850E5B2B}" name="Source">
|
||||
<FILE id="AqQcu5" name="ChannelButtonLookAndFeel.cpp" compile="1" resource="0"
|
||||
|
@ -125,7 +125,7 @@
|
|||
linkTimeOptimisation="0" isDebug="1" optimisation="1" targetName="JuceOPLVSTi"/>
|
||||
<CONFIGURATION name="Release" winWarningLevel="4" generateManifest="1" winArchitecture="x64"
|
||||
debugInformationFormat="ProgramDatabase" enablePluginBinaryCopyStep="0"
|
||||
linkTimeOptimisation="1" isDebug="0" optimisation="3" targetName="JuceOPLVSTi"
|
||||
linkTimeOptimisation="1" isDebug="0" optimisation="3" targetName="JuceOPLVSTi x64"
|
||||
warningsAreErrors="0"/>
|
||||
</CONFIGURATIONS>
|
||||
<MODULEPATHS>
|
||||
|
|
1116
Source/PluginGui.cpp
1116
Source/PluginGui.cpp
File diff suppressed because it is too large
Load diff
|
@ -7,12 +7,12 @@
|
|||
the "//[xyz]" and "//[/xyz]" sections will be retained when the file is loaded
|
||||
and re-saved.
|
||||
|
||||
Created with Projucer version: 5.2.0
|
||||
Created with Projucer version: 5.3.1
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
The Projucer is part of the JUCE library - "Jules' Utility Class Extensions"
|
||||
Copyright (c) 2015 - ROLI Ltd.
|
||||
The Projucer is part of the JUCE library.
|
||||
Copyright (c) 2017 - ROLI Ltd.
|
||||
|
||||
==============================================================================
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue