Browse Source

Re-saved all projects

tags/2021-05-28
tpoole 8 years ago
parent
commit
9fc21a8d5a
58 changed files with 108 additions and 60 deletions
  1. +1
    -1
      examples/AUv3Synth/AUv3Synth.jucer
  2. +4
    -0
      examples/AUv3Synth/JuceLibraryCode/AppConfig.h
  3. +1
    -1
      examples/AnimationAppExample/AnimationAppExample.jucer
  4. +1
    -1
      examples/AudioAppExample/AudioAppExample.jucer
  5. +1
    -1
      examples/BLOCKS/BlocksDrawing/BlocksDrawing.jucer
  6. +1
    -1
      examples/BLOCKS/BlocksMonitor/BlocksMonitor.jucer
  7. +1
    -1
      examples/BLOCKS/BlocksSynth/BlocksSynth.jucer
  8. +1
    -1
      examples/BouncingBallWavetableDemo/BouncingBallWavetableDemo.jucer
  9. +1
    -1
      examples/ComponentTutorialExample/ComponentTutorialExample.jucer
  10. +1
    -1
      examples/DSP module plugin demo/DSP module plugin demo.jucer
  11. +1
    -1
      examples/DSPDemo/DSPDemo.jucer
  12. +4
    -0
      examples/DSPDemo/JuceLibraryCode/AppConfig.h
  13. +1
    -1
      examples/Demo/JuceDemo.jucer
  14. +1
    -1
      examples/HelloWorld/HelloWorld.jucer
  15. +1
    -1
      examples/InAppPurchase/InAppPurchase.jucer
  16. +1
    -1
      examples/MPETest/MPETest.jucer
  17. +1
    -1
      examples/MidiTest/MidiTest.jucer
  18. +1
    -1
      examples/NetworkGraphicsDemo/NetworkGraphicsDemo.jucer
  19. +1
    -1
      examples/OSCMonitor/OSCMonitor.jucer
  20. +1
    -1
      examples/OSCReceiver/OSCReceiver.jucer
  21. +1
    -1
      examples/OSCSender/OSCSender.jucer
  22. +1
    -1
      examples/OpenGLAppExample/OpenGLAppExample.jucer
  23. +1
    -1
      examples/PluckedStringsDemo/PluckedStringsDemo.jucer
  24. +1
    -1
      examples/PlugInSamples/Arpeggiator/Arpeggiator.jucer
  25. +4
    -0
      examples/PlugInSamples/Arpeggiator/JuceLibraryCode/AppConfig.h
  26. +1
    -1
      examples/PlugInSamples/GainPlugIn/GainPlugIn.jucer
  27. +4
    -0
      examples/PlugInSamples/GainPlugIn/JuceLibraryCode/AppConfig.h
  28. +1
    -1
      examples/PlugInSamples/InterAppAudioEffect/InterAppAudioEffect.jucer
  29. +4
    -0
      examples/PlugInSamples/InterAppAudioEffect/JuceLibraryCode/AppConfig.h
  30. +4
    -0
      examples/PlugInSamples/MultiOutSynth/JuceLibraryCode/AppConfig.h
  31. +1
    -1
      examples/PlugInSamples/MultiOutSynth/MultiOutSynth.jucer
  32. +4
    -0
      examples/PlugInSamples/NoiseGate/JuceLibraryCode/AppConfig.h
  33. +1
    -1
      examples/PlugInSamples/NoiseGate/NoiseGate.jucer
  34. +4
    -0
      examples/PlugInSamples/Surround/JuceLibraryCode/AppConfig.h
  35. +1
    -1
      examples/PlugInSamples/Surround/Surround.jucer
  36. +4
    -0
      examples/SimpleFFTExample/JuceLibraryCode/AppConfig.h
  37. +1
    -1
      examples/SimpleFFTExample/SimpleFFTExample.jucer
  38. +2
    -0
      examples/audio plugin demo/Builds/iOS/Info-AUv3_AppExtension.plist
  39. +2
    -0
      examples/audio plugin demo/Builds/iOS/Info-Standalone_Plugin.plist
  40. +1
    -1
      examples/audio plugin demo/JuceDemoPlugin.jucer
  41. +4
    -0
      examples/audio plugin demo/JuceLibraryCode/AppConfig.h
  42. +1
    -1
      examples/audio plugin host/Plugin Host.jucer
  43. +1
    -1
      extras/AudioPerformanceTest/AudioPerformanceTest.jucer
  44. +2
    -2
      extras/Projucer/Builds/LinuxMakefile/Makefile
  45. +2
    -2
      extras/Projucer/Builds/MacOSX/Info-App.plist
  46. +4
    -4
      extras/Projucer/Builds/MacOSX/Projucer.xcodeproj/project.pbxproj
  47. +2
    -2
      extras/Projucer/Builds/VisualStudio2013/Projucer_App.vcxproj
  48. +3
    -3
      extras/Projucer/Builds/VisualStudio2013/resources.rc
  49. +2
    -2
      extras/Projucer/Builds/VisualStudio2015/Projucer_App.vcxproj
  50. +3
    -3
      extras/Projucer/Builds/VisualStudio2015/resources.rc
  51. +2
    -2
      extras/Projucer/Builds/VisualStudio2017/Projucer_App.vcxproj
  52. +3
    -3
      extras/Projucer/Builds/VisualStudio2017/resources.rc
  53. +2
    -2
      extras/Projucer/JuceLibraryCode/JuceHeader.h
  54. +1
    -1
      extras/Projucer/Projucer.jucer
  55. +4
    -0
      extras/UnitTestRunner/JuceLibraryCode/AppConfig.h
  56. +1
    -1
      extras/UnitTestRunner/UnitTestRunner.jucer
  57. +1
    -1
      extras/binarybuilder/BinaryBuilder.jucer
  58. +1
    -1
      extras/windows dll/jucedll.jucer

+ 1
- 1
examples/AUv3Synth/AUv3Synth.jucer View File

@@ -8,7 +8,7 @@
pluginCode="AUv3" pluginChannelConfigs="" pluginIsSynth="1" pluginWantsMidiIn="1"
pluginProducesMidiOut="0" pluginIsMidiEffectPlugin="0" pluginEditorRequiresKeys="0"
pluginAUExportPrefix="AUv3SynthAU" pluginRTASCategory="" aaxIdentifier="com.roli.development.AUv3Synth"
pluginAAXCategory="AAX_ePlugInCategory_Dynamics" jucerVersion="5.1.1"
pluginAAXCategory="AAX_ePlugInCategory_Dynamics" jucerVersion="5.1.2"
buildStandalone="1" enableIAA="0" displaySplashScreen="0" reportAppUsage="0"
splashScreenColour="Dark" companyName="ROLI Ltd." cppLanguageStandard="11">
<MAINGROUP id="h0gx6L" name="AUv3Synth">


+ 4
- 0
examples/AUv3Synth/JuceLibraryCode/AppConfig.h View File

@@ -128,6 +128,10 @@
//#define JUCE_FORCE_USE_LEGACY_PARAM_IDS 1
#endif
#ifndef JUCE_FORCE_LEGACY_PARAMETER_AUTOMATION_TYPE
//#define JUCE_FORCE_LEGACY_PARAMETER_AUTOMATION_TYPE 1
#endif
#ifndef JUCE_USE_STUDIO_ONE_COMPATIBLE_PARAMETERS
//#define JUCE_USE_STUDIO_ONE_COMPATIBLE_PARAMETERS 1
#endif


+ 1
- 1
examples/AnimationAppExample/AnimationAppExample.jucer View File

@@ -2,7 +2,7 @@
<JUCERPROJECT id="LrATE6" name="AnimationAppExample" projectType="guiapp" version="1.0.0"
bundleIdentifier="com.roli.AnimationAppExample" includeBinaryInAppConfig="1"
jucerVersion="5.1.1" displaySplashScreen="0" reportAppUsage="0"
jucerVersion="5.1.2" displaySplashScreen="0" reportAppUsage="0"
splashScreenColour="Dark" companyName="ROLI Ltd." cppLanguageStandard="11">
<MAINGROUP id="F3keCY" name="AnimationAppExample">
<GROUP id="{5E4132EA-C4A0-CBDE-BEDA-FD6772DA79D5}" name="Source">


+ 1
- 1
examples/AudioAppExample/AudioAppExample.jucer View File

@@ -2,7 +2,7 @@
<JUCERPROJECT id="PAnJXP" name="AudioAppExample" projectType="guiapp" version="1.0.0"
bundleIdentifier="com.roli.AudioAppExample" includeBinaryInAppConfig="1"
jucerVersion="5.1.1" displaySplashScreen="0" reportAppUsage="0"
jucerVersion="5.1.2" displaySplashScreen="0" reportAppUsage="0"
splashScreenColour="Dark" companyName="ROLI Ltd." cppLanguageStandard="11">
<MAINGROUP id="GaJIge" name="AudioAppExample">
<GROUP id="{168FC5D4-FA65-8320-F83E-C14C416638E1}" name="Source">


+ 1
- 1
examples/BLOCKS/BlocksDrawing/BlocksDrawing.jucer View File

@@ -2,7 +2,7 @@
<JUCERPROJECT id="aa4reI" name="BlocksDrawing" projectType="guiapp" version="1.0.0"
bundleIdentifier="com.yourcompany.BlocksDrawing" includeBinaryInAppConfig="1"
jucerVersion="5.1.1" displaySplashScreen="0" reportAppUsage="0"
jucerVersion="5.1.2" displaySplashScreen="0" reportAppUsage="0"
splashScreenColour="Dark" cppLanguageStandard="11">
<MAINGROUP id="yXiPIx" name="BlocksDrawing">
<GROUP id="{092A4D5B-31E2-5D03-9B41-81C10EC447E8}" name="Source">


+ 1
- 1
examples/BLOCKS/BlocksMonitor/BlocksMonitor.jucer View File

@@ -2,7 +2,7 @@
<JUCERPROJECT id="X7eXs7" name="BlocksMonitor" projectType="guiapp" version="1.0.0"
bundleIdentifier="com.yourcompany.BlocksInfo" includeBinaryInAppConfig="1"
jucerVersion="5.1.1" displaySplashScreen="0" reportAppUsage="0"
jucerVersion="5.1.2" displaySplashScreen="0" reportAppUsage="0"
splashScreenColour="Dark" cppLanguageStandard="11">
<MAINGROUP id="msZ9DB" name="BlocksMonitor">
<GROUP id="{2C318C74-6596-8102-3CA6-602595447F25}" name="Source">


+ 1
- 1
examples/BLOCKS/BlocksSynth/BlocksSynth.jucer View File

@@ -2,7 +2,7 @@
<JUCERPROJECT id="XsTycT" name="BlocksSynth" projectType="guiapp" version="1.0.0"
bundleIdentifier="com.yourcompany.BlocksSynth" includeBinaryInAppConfig="1"
jucerVersion="5.1.1" displaySplashScreen="0" reportAppUsage="0"
jucerVersion="5.1.2" displaySplashScreen="0" reportAppUsage="0"
splashScreenColour="Dark" cppLanguageStandard="11">
<MAINGROUP id="onTNql" name="BlocksSynth">
<GROUP id="{0CEBC63B-4C52-E77F-CD6E-A2E65F0C9B2B}" name="Source">


+ 1
- 1
examples/BouncingBallWavetableDemo/BouncingBallWavetableDemo.jucer View File

@@ -2,7 +2,7 @@
<JUCERPROJECT id="fyUrFS" name="BouncingBallWavetableDemo" projectType="guiapp"
version="1.0.0" bundleIdentifier="com.juce.BouncingBallWavetableDemo"
includeBinaryInAppConfig="1" jucerVersion="5.1.1" displaySplashScreen="0"
includeBinaryInAppConfig="1" jucerVersion="5.1.2" displaySplashScreen="0"
reportAppUsage="0" splashScreenColour="Dark" companyName="ROLI Ltd."
cppLanguageStandard="11">
<MAINGROUP id="MgjqDB" name="BouncingBallWavetableDemo">


+ 1
- 1
examples/ComponentTutorialExample/ComponentTutorialExample.jucer View File

@@ -2,7 +2,7 @@
<JUCERPROJECT id="oNvA5C" name="ComponentTutorialExample" projectType="guiapp"
version="1.0.0" bundleIdentifier="com.roli.ComponentTutorialExample"
includeBinaryInAppConfig="1" jucerVersion="5.1.1" displaySplashScreen="0"
includeBinaryInAppConfig="1" jucerVersion="5.1.2" displaySplashScreen="0"
reportAppUsage="0" splashScreenColour="Dark" companyName="ROLI Ltd."
cppLanguageStandard="11">
<MAINGROUP id="WydTVz" name="ComponentTutorialExample">


+ 1
- 1
examples/DSP module plugin demo/DSP module plugin demo.jucer View File

@@ -11,7 +11,7 @@
pluginProducesMidiOut="0" pluginIsMidiEffectPlugin="0" pluginEditorRequiresKeys="0"
pluginAUExportPrefix="DSPmoduleplugindemoAU" pluginRTASCategory=""
aaxIdentifier="com.yourcompany.DSPmoduleplugindemo" pluginAAXCategory="AAX_ePlugInCategory_Dynamics"
jucerVersion="5.1.1" companyName="ROLI Ltd." companyWebsite="www.juce.com"
jucerVersion="5.1.2" companyName="ROLI Ltd." companyWebsite="www.juce.com"
companyEmail="info@juce.com" cppLanguageStandard="14">
<MAINGROUP id="EukfoT" name="DSPModulePluginDemo">
<GROUP id="{03DB4847-1567-1194-A0D2-ECC6C6C5042C}" name="Resources">


+ 1
- 1
examples/DSPDemo/DSPDemo.jucer View File

@@ -3,7 +3,7 @@
<JUCERPROJECT id="yVderJ" name="DSPDemo" displaySplashScreen="1" reportAppUsage="1"
splashScreenColour="Dark" projectType="guiapp" version="1.0.0"
bundleIdentifier="com.roli.DSPDemo" includeBinaryInAppConfig="1"
jucerVersion="5.1.1" cppLanguageStandard="14" companyName="ROLI Ltd."
jucerVersion="5.1.2" cppLanguageStandard="14" companyName="ROLI Ltd."
companyWebsite="www.juce.com" companyEmail="info@juce.com">
<MAINGROUP id="vJBLPL" name="DSPDemo">
<GROUP id="{EF78091C-1BFD-651B-9BAA-893A127B90F5}" name="Source">


+ 4
- 0
examples/DSPDemo/JuceLibraryCode/AppConfig.h View File

@@ -201,6 +201,10 @@
//#define JUCE_DSP_USE_STATIC_FFTW 1
#endif
#ifndef JUCE_DSP_ENABLE_SNAP_TO_ZERO
//#define JUCE_DSP_ENABLE_SNAP_TO_ZERO 1
#endif
//==============================================================================
// juce_events flags:


+ 1
- 1
examples/Demo/JuceDemo.jucer View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<JUCERPROJECT id="sBBIzr" name="JuceDemo" projectType="guiapp" version="3.0.0"
bundleIdentifier="com.roli.JuceDemo" jucerVersion="5.1.1" defines="JUCE_UNIT_TESTS=1"
bundleIdentifier="com.roli.JuceDemo" jucerVersion="5.1.2" defines="JUCE_UNIT_TESTS=1"
includeBinaryInAppConfig="1" displaySplashScreen="0" reportAppUsage="0"
splashScreenColour="Dark" companyName="ROLI Ltd." cppLanguageStandard="11">
<EXPORTFORMATS>


+ 1
- 1
examples/HelloWorld/HelloWorld.jucer View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<JUCERPROJECT id="tTAKTK1s" name="HelloWorld" projectType="guiapp" juceFolder="../../../juce"
jucerVersion="5.1.1" version="1.0.0" bundleIdentifier="com.roli.jucehelloworld"
jucerVersion="5.1.2" version="1.0.0" bundleIdentifier="com.roli.jucehelloworld"
companyName="ROLI Ltd." includeBinaryInAppConfig="1" displaySplashScreen="0"
reportAppUsage="0" splashScreenColour="Dark" cppLanguageStandard="11">
<EXPORTFORMATS>


+ 1
- 1
examples/InAppPurchase/InAppPurchase.jucer View File

@@ -3,7 +3,7 @@
<JUCERPROJECT id="bSx0Ct" name="InAppPurchase" displaySplashScreen="0" reportAppUsage="1"
splashScreenColour="Dark" projectType="guiapp" version="0.0.2"
bundleIdentifier="com.roli.juceInAppPurchaseSample" includeBinaryInAppConfig="1"
cppLanguageStandard="11" jucerVersion="5.1.1" companyName="ROLI Ltd."
cppLanguageStandard="11" jucerVersion="5.1.2" companyName="ROLI Ltd."
companyWebsite="www.juce.com" companyEmail="info@juce.com">
<MAINGROUP id="y4sxBT" name="InAppPurchase">
<GROUP id="{D5BB0A26-3258-B6DA-ED7A-A306325E64AE}" name="BinaryData">


+ 1
- 1
examples/MPETest/MPETest.jucer View File

@@ -2,7 +2,7 @@
<JUCERPROJECT id="IilE7R" name="MPETest" projectType="guiapp" version="1.0.0"
bundleIdentifier="com.roli.MPETest" includeBinaryInAppConfig="1"
jucerVersion="5.1.1" displaySplashScreen="0" reportAppUsage="0"
jucerVersion="5.1.2" displaySplashScreen="0" reportAppUsage="0"
splashScreenColour="Dark" companyName="ROLI Ltd." cppLanguageStandard="11">
<MAINGROUP id="VCQQcn" name="MPETest">
<GROUP id="{D43238F0-992F-BC5A-F1AA-31BBBD3D17B0}" name="Source">


+ 1
- 1
examples/MidiTest/MidiTest.jucer View File

@@ -2,7 +2,7 @@
<JUCERPROJECT id="wHE0ay" name="MidiTest" projectType="guiapp" version="1.0.0"
bundleIdentifier="com.roli.MidiTest" includeBinaryInAppConfig="1"
jucerVersion="5.1.1" displaySplashScreen="0" reportAppUsage="0"
jucerVersion="5.1.2" displaySplashScreen="0" reportAppUsage="0"
splashScreenColour="Dark" companyName="ROLI Ltd." cppLanguageStandard="11">
<MAINGROUP id="s3xxCh" name="MidiTest">
<GROUP id="{7D29F5BC-1B05-AE8F-9202-5CF152AB1103}" name="Source">


+ 1
- 1
examples/NetworkGraphicsDemo/NetworkGraphicsDemo.jucer View File

@@ -2,7 +2,7 @@
<JUCERPROJECT id="gWI5Ir" name="JUCE Network Graphics Demo" projectType="guiapp"
version="1.0.0" bundleIdentifier="com.juce.NetworkGraphicsDemo"
includeBinaryInAppConfig="1" jucerVersion="5.1.1" displaySplashScreen="0"
includeBinaryInAppConfig="1" jucerVersion="5.1.2" displaySplashScreen="0"
reportAppUsage="0" splashScreenColour="Dark" companyName="ROLI Ltd."
cppLanguageStandard="11">
<MAINGROUP id="OT9rJ2" name="JUCE Network Graphics Demo">


+ 1
- 1
examples/OSCMonitor/OSCMonitor.jucer View File

@@ -2,7 +2,7 @@
<JUCERPROJECT id="IhmIkj" name="OSCMonitor" projectType="guiapp" version="1.0.0"
bundleIdentifier="com.roli.OSCMonitor" includeBinaryInAppConfig="1"
jucerVersion="5.1.1" displaySplashScreen="0" reportAppUsage="0"
jucerVersion="5.1.2" displaySplashScreen="0" reportAppUsage="0"
splashScreenColour="Dark" companyName="ROLI Ltd." cppLanguageStandard="11">
<MAINGROUP id="N9NMMk" name="OSCMonitor">
<GROUP id="{2B92546C-6B49-72D9-ACD0-0F2FCE9AD0D5}" name="Source">


+ 1
- 1
examples/OSCReceiver/OSCReceiver.jucer View File

@@ -2,7 +2,7 @@
<JUCERPROJECT id="pdocPt" name="OSCReceiver" projectType="guiapp" version="1.0.0"
bundleIdentifier="com.roli.OSCReceiver" includeBinaryInAppConfig="1"
jucerVersion="5.1.1" displaySplashScreen="0" reportAppUsage="0"
jucerVersion="5.1.2" displaySplashScreen="0" reportAppUsage="0"
splashScreenColour="Dark" companyName="ROLI Ltd." cppLanguageStandard="11">
<MAINGROUP id="Y6Q0O9" name="OSCReceiver">
<GROUP id="{9F303ECD-83DE-CA91-97B4-C083DA897F49}" name="Source">


+ 1
- 1
examples/OSCSender/OSCSender.jucer View File

@@ -2,7 +2,7 @@
<JUCERPROJECT id="rysVAr" name="OSCSender" projectType="guiapp" version="1.0.0"
bundleIdentifier="com.roli.OSCSender" includeBinaryInAppConfig="1"
jucerVersion="5.1.1" displaySplashScreen="0" reportAppUsage="0"
jucerVersion="5.1.2" displaySplashScreen="0" reportAppUsage="0"
splashScreenColour="Dark" companyName="ROLI Ltd." cppLanguageStandard="11">
<MAINGROUP id="knnZZJ" name="OSCSender">
<GROUP id="{F2A0007A-4D24-4DD6-DEC8-6428F36CE45D}" name="Source">


+ 1
- 1
examples/OpenGLAppExample/OpenGLAppExample.jucer View File

@@ -2,7 +2,7 @@
<JUCERPROJECT id="c3KrlE" name="OpenGLAppExample" projectType="guiapp" version="1.0.0"
bundleIdentifier="com.roli.OpenGLAppExample" includeBinaryInAppConfig="1"
jucerVersion="5.1.1" displaySplashScreen="0" reportAppUsage="0"
jucerVersion="5.1.2" displaySplashScreen="0" reportAppUsage="0"
splashScreenColour="Dark" companyName="ROLI Ltd." cppLanguageStandard="11">
<MAINGROUP id="amjEXL" name="OpenGLAppExample">
<GROUP id="{28FE2D12-A88D-07E2-72CF-CD04014CF225}" name="Source">


+ 1
- 1
examples/PluckedStringsDemo/PluckedStringsDemo.jucer View File

@@ -2,7 +2,7 @@
<JUCERPROJECT id="jKHEJM" name="PluckedStringsDemo" projectType="guiapp" version="1.0.0"
bundleIdentifier="com.roli.PluckedStringsDemo" includeBinaryInAppConfig="1"
jucerVersion="5.1.1" displaySplashScreen="0" reportAppUsage="0"
jucerVersion="5.1.2" displaySplashScreen="0" reportAppUsage="0"
splashScreenColour="Dark" companyName="ROLI Ltd." cppLanguageStandard="11">
<MAINGROUP id="IWdVf7" name="PluckedStringsDemo">
<GROUP id="{8800CD50-6741-8B75-0305-FAF13427EF5D}" name="Source">


+ 1
- 1
examples/PlugInSamples/Arpeggiator/Arpeggiator.jucer View File

@@ -9,7 +9,7 @@
pluginIsMidiEffectPlugin="1" pluginSilenceInIsSilenceOut="0"
pluginEditorRequiresKeys="0" pluginAUExportPrefix="ArpeggiatorAU"
pluginRTASCategory="" aaxIdentifier="com.roli.Arpeggiator" pluginAAXCategory="AAX_EPlugInCategory_Effect"
jucerVersion="5.1.1" companyName="ROLI Ltd." companyWebsite="www.juce.com"
jucerVersion="5.1.2" companyName="ROLI Ltd." companyWebsite="www.juce.com"
companyEmail="info@juce.com" buildAUv3="0" buildStandalone="0"
enableIAA="0" displaySplashScreen="0" reportAppUsage="0" splashScreenColour="Dark"
cppLanguageStandard="11">


+ 4
- 0
examples/PlugInSamples/Arpeggiator/JuceLibraryCode/AppConfig.h View File

@@ -130,6 +130,10 @@
//#define JUCE_FORCE_USE_LEGACY_PARAM_IDS 1
#endif
#ifndef JUCE_FORCE_LEGACY_PARAMETER_AUTOMATION_TYPE
//#define JUCE_FORCE_LEGACY_PARAMETER_AUTOMATION_TYPE 1
#endif
#ifndef JUCE_USE_STUDIO_ONE_COMPATIBLE_PARAMETERS
//#define JUCE_USE_STUDIO_ONE_COMPATIBLE_PARAMETERS 1
#endif


+ 1
- 1
examples/PlugInSamples/GainPlugIn/GainPlugIn.jucer View File

@@ -8,7 +8,7 @@
pluginIsSynth="0" pluginWantsMidiIn="0" pluginProducesMidiOut="0"
pluginSilenceInIsSilenceOut="1" pluginEditorRequiresKeys="0"
pluginAUExportPrefix="GainPlugInAU" pluginRTASCategory="" aaxIdentifier="com.roli.GainPlugIn"
pluginAAXCategory="AAX_ePlugInCategory_Dynamics" jucerVersion="5.1.1"
pluginAAXCategory="AAX_ePlugInCategory_Dynamics" jucerVersion="5.1.2"
pluginIsMidiEffectPlugin="0" buildAUv3="0" buildStandalone="0"
enableIAA="0" displaySplashScreen="0" reportAppUsage="0" splashScreenColour="Dark"
companyName="ROLI Ltd." cppLanguageStandard="11">


+ 4
- 0
examples/PlugInSamples/GainPlugIn/JuceLibraryCode/AppConfig.h View File

@@ -130,6 +130,10 @@
//#define JUCE_FORCE_USE_LEGACY_PARAM_IDS 1
#endif
#ifndef JUCE_FORCE_LEGACY_PARAMETER_AUTOMATION_TYPE
//#define JUCE_FORCE_LEGACY_PARAMETER_AUTOMATION_TYPE 1
#endif
#ifndef JUCE_USE_STUDIO_ONE_COMPATIBLE_PARAMETERS
//#define JUCE_USE_STUDIO_ONE_COMPATIBLE_PARAMETERS 1
#endif


+ 1
- 1
examples/PlugInSamples/InterAppAudioEffect/InterAppAudioEffect.jucer View File

@@ -9,7 +9,7 @@
pluginIsSynth="0" pluginWantsMidiIn="0" pluginProducesMidiOut="0"
pluginIsMidiEffectPlugin="0" pluginEditorRequiresKeys="0" pluginAUExportPrefix="InterAppAudioEffectAU"
pluginRTASCategory="" aaxIdentifier="com.yourcompany.InterAppAudioEffect"
pluginAAXCategory="AAX_ePlugInCategory_Dynamics" jucerVersion="5.1.1"
pluginAAXCategory="AAX_ePlugInCategory_Dynamics" jucerVersion="5.1.2"
companyName="ROLI Ltd." buildStandalone="1" displaySplashScreen="0"
reportAppUsage="0" splashScreenColour="Dark" cppLanguageStandard="11">
<MAINGROUP id="BhTVmm" name="InterAppAudioEffect">


+ 4
- 0
examples/PlugInSamples/InterAppAudioEffect/JuceLibraryCode/AppConfig.h View File

@@ -128,6 +128,10 @@
//#define JUCE_FORCE_USE_LEGACY_PARAM_IDS 1
#endif
#ifndef JUCE_FORCE_LEGACY_PARAMETER_AUTOMATION_TYPE
//#define JUCE_FORCE_LEGACY_PARAMETER_AUTOMATION_TYPE 1
#endif
#ifndef JUCE_USE_STUDIO_ONE_COMPATIBLE_PARAMETERS
//#define JUCE_USE_STUDIO_ONE_COMPATIBLE_PARAMETERS 1
#endif


+ 4
- 0
examples/PlugInSamples/MultiOutSynth/JuceLibraryCode/AppConfig.h View File

@@ -130,6 +130,10 @@
//#define JUCE_FORCE_USE_LEGACY_PARAM_IDS 1
#endif
#ifndef JUCE_FORCE_LEGACY_PARAMETER_AUTOMATION_TYPE
//#define JUCE_FORCE_LEGACY_PARAMETER_AUTOMATION_TYPE 1
#endif
#ifndef JUCE_USE_STUDIO_ONE_COMPATIBLE_PARAMETERS
//#define JUCE_USE_STUDIO_ONE_COMPATIBLE_PARAMETERS 1
#endif


+ 1
- 1
examples/PlugInSamples/MultiOutSynth/MultiOutSynth.jucer View File

@@ -9,7 +9,7 @@
pluginSilenceInIsSilenceOut="0" pluginEditorRequiresKeys="0"
pluginAUExportPrefix="MultiOutSynthAU" pluginRTASCategory=""
aaxIdentifier="com.roli.MultiOutSynth" pluginAAXCategory="AAX_ePlugInCategory_SWGenerators"
jucerVersion="5.1.1" companyName="ROLI Ltd." companyWebsite="www.roli.com"
jucerVersion="5.1.2" companyName="ROLI Ltd." companyWebsite="www.roli.com"
companyEmail="info@juce.com" pluginIsMidiEffectPlugin="0" buildAUv3="0"
buildStandalone="0" enableIAA="0" displaySplashScreen="0" reportAppUsage="0"
splashScreenColour="Dark" cppLanguageStandard="11">


+ 4
- 0
examples/PlugInSamples/NoiseGate/JuceLibraryCode/AppConfig.h View File

@@ -130,6 +130,10 @@
//#define JUCE_FORCE_USE_LEGACY_PARAM_IDS 1
#endif
#ifndef JUCE_FORCE_LEGACY_PARAMETER_AUTOMATION_TYPE
//#define JUCE_FORCE_LEGACY_PARAMETER_AUTOMATION_TYPE 1
#endif
#ifndef JUCE_USE_STUDIO_ONE_COMPATIBLE_PARAMETERS
//#define JUCE_USE_STUDIO_ONE_COMPATIBLE_PARAMETERS 1
#endif


+ 1
- 1
examples/PlugInSamples/NoiseGate/NoiseGate.jucer View File

@@ -8,7 +8,7 @@
pluginIsSynth="0" pluginWantsMidiIn="0" pluginProducesMidiOut="0"
pluginSilenceInIsSilenceOut="0" pluginEditorRequiresKeys="0"
pluginAUExportPrefix="NoiseGateAU" pluginRTASCategory="" aaxIdentifier="com.roli.NoiseGate"
pluginAAXCategory="AAX_ePlugInCategory_Dynamics" jucerVersion="5.1.1"
pluginAAXCategory="AAX_ePlugInCategory_Dynamics" jucerVersion="5.1.2"
pluginIsMidiEffectPlugin="0" buildAUv3="0" buildStandalone="0"
enableIAA="0" displaySplashScreen="0" reportAppUsage="0" splashScreenColour="Dark"
companyName="ROLI Ltd." cppLanguageStandard="11">


+ 4
- 0
examples/PlugInSamples/Surround/JuceLibraryCode/AppConfig.h View File

@@ -130,6 +130,10 @@
//#define JUCE_FORCE_USE_LEGACY_PARAM_IDS 1
#endif
#ifndef JUCE_FORCE_LEGACY_PARAMETER_AUTOMATION_TYPE
//#define JUCE_FORCE_LEGACY_PARAMETER_AUTOMATION_TYPE 1
#endif
#ifndef JUCE_USE_STUDIO_ONE_COMPATIBLE_PARAMETERS
//#define JUCE_USE_STUDIO_ONE_COMPATIBLE_PARAMETERS 1
#endif


+ 1
- 1
examples/PlugInSamples/Surround/Surround.jucer View File

@@ -9,7 +9,7 @@
pluginIsMidiEffectPlugin="0" pluginSilenceInIsSilenceOut="0"
pluginEditorRequiresKeys="0" pluginAUExportPrefix="SurroundAU"
pluginRTASCategory="" aaxIdentifier="com.roli.Surround" pluginAAXCategory="AAX_ePlugInCategory_Dynamics"
jucerVersion="5.1.1" buildAUv3="0" buildStandalone="0" enableIAA="0"
jucerVersion="5.1.2" buildAUv3="0" buildStandalone="0" enableIAA="0"
displaySplashScreen="0" reportAppUsage="0" splashScreenColour="Dark"
companyName="ROLI Ltd." cppLanguageStandard="11">
<MAINGROUP id="dEAH7t" name="Surround">


+ 4
- 0
examples/SimpleFFTExample/JuceLibraryCode/AppConfig.h View File

@@ -201,6 +201,10 @@
//#define JUCE_DSP_USE_STATIC_FFTW 1
#endif
#ifndef JUCE_DSP_ENABLE_SNAP_TO_ZERO
//#define JUCE_DSP_ENABLE_SNAP_TO_ZERO 1
#endif
//==============================================================================
// juce_events flags:


+ 1
- 1
examples/SimpleFFTExample/SimpleFFTExample.jucer View File

@@ -2,7 +2,7 @@
<JUCERPROJECT id="cgcxPd" name="SimpleFFTExample" projectType="guiapp" version="1.0.0"
bundleIdentifier="com.roli.SimpleFFTExample" includeBinaryInAppConfig="1"
jucerVersion="5.1.1" displaySplashScreen="0" reportAppUsage="0"
jucerVersion="5.1.2" displaySplashScreen="0" reportAppUsage="0"
splashScreenColour="Dark" companyName="ROLI Ltd." cppLanguageStandard="14">
<MAINGROUP id="rZCHr8" name="SimpleFFTExample">
<GROUP id="{8DC23B3F-98AC-AB1C-B26A-E693AF2DF0D2}" name="Source">


+ 2
- 0
examples/audio plugin demo/Builds/iOS/Info-AUv3_AppExtension.plist View File

@@ -5,6 +5,8 @@
<dict>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSMicrophoneUsageDescription</key>
<string>This app requires microphone input.</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>


+ 2
- 0
examples/audio plugin demo/Builds/iOS/Info-Standalone_Plugin.plist View File

@@ -5,6 +5,8 @@
<dict>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSMicrophoneUsageDescription</key>
<string>This app requires microphone input.</string>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>CFBundleExecutable</key>


+ 1
- 1
examples/audio plugin demo/JuceDemoPlugin.jucer View File

@@ -8,7 +8,7 @@
pluginProducesMidiOut="1" pluginSilenceInIsSilenceOut="0" pluginTailLength="0"
pluginEditorRequiresKeys="1" pluginAUExportPrefix="JuceDemoProjectAU"
pluginAUViewClass="JuceDemoProjectAU_V1" pluginRTASCategory=""
bundleIdentifier="com.juce.JuceDemoPlugin" jucerVersion="5.1.1"
bundleIdentifier="com.juce.JuceDemoPlugin" jucerVersion="5.1.2"
companyName="ROLI Ltd." aaxIdentifier="com.yourcompany.JuceDemoPlugin"
buildAAX="0" pluginAAXCategory="AAX_ePlugInCategory_Dynamics"
includeBinaryInAppConfig="1" buildVST3="0" pluginManufacturerEmail="support@yourcompany.com"


+ 4
- 0
examples/audio plugin demo/JuceLibraryCode/AppConfig.h View File

@@ -128,6 +128,10 @@
//#define JUCE_FORCE_USE_LEGACY_PARAM_IDS 1
#endif
#ifndef JUCE_FORCE_LEGACY_PARAMETER_AUTOMATION_TYPE
//#define JUCE_FORCE_LEGACY_PARAMETER_AUTOMATION_TYPE 1
#endif
#ifndef JUCE_USE_STUDIO_ONE_COMPATIBLE_PARAMETERS
//#define JUCE_USE_STUDIO_ONE_COMPATIBLE_PARAMETERS 1
#endif


+ 1
- 1
examples/audio plugin host/Plugin Host.jucer View File

@@ -2,7 +2,7 @@
<JUCERPROJECT id="NTe0XB0ij" name="Plugin Host" projectType="guiapp" version="1.0.0"
juceFolder="../../../juce" vstFolderMac="~/SDKs/vstsdk2.4" vstFolderPC="c:\SDKs\vstsdk2.4"
bundleIdentifier="com.roli.pluginhost" jucerVersion="5.1.1" companyName="ROLI Ltd."
bundleIdentifier="com.roli.pluginhost" jucerVersion="5.1.2" companyName="ROLI Ltd."
includeBinaryInAppConfig="1" displaySplashScreen="0" reportAppUsage="0"
splashScreenColour="Dark" cppLanguageStandard="11">
<EXPORTFORMATS>


+ 1
- 1
extras/AudioPerformanceTest/AudioPerformanceTest.jucer View File

@@ -2,7 +2,7 @@
<JUCERPROJECT id="AKfc5m" name="AudioPerformanceTest" projectType="guiapp"
version="1.0.0" bundleIdentifier="com.juce.AudioPerformanceTest"
includeBinaryInAppConfig="1" jucerVersion="5.1.1" displaySplashScreen="0"
includeBinaryInAppConfig="1" jucerVersion="5.1.2" displaySplashScreen="0"
reportAppUsage="0" splashScreenColour="Dark" companyName="ROLI Ltd."
cppLanguageStandard="11">
<MAINGROUP id="b1eVTe" name="AudioPerformanceTest">


+ 2
- 2
extras/Projucer/Builds/LinuxMakefile/Makefile View File

@@ -33,7 +33,7 @@ ifeq ($(CONFIG),Debug)
TARGET_ARCH := -march=native
endif
JUCE_CPPFLAGS := $(DEPFLAGS) -DLINUX=1 -DDEBUG=1 -D_DEBUG=1 -DJUCER_LINUX_MAKE_6D53C8B4=1 -DJUCE_APP_VERSION=5.1.1 -DJUCE_APP_VERSION_HEX=0x50101 $(shell pkg-config --cflags freetype2 libcurl x11 xext xinerama webkit2gtk-4.0 gtk+-x11-3.0) -pthread -I../../JuceLibraryCode -I../../../../modules $(CPPFLAGS)
JUCE_CPPFLAGS := $(DEPFLAGS) -DLINUX=1 -DDEBUG=1 -D_DEBUG=1 -DJUCER_LINUX_MAKE_6D53C8B4=1 -DJUCE_APP_VERSION=5.1.2 -DJUCE_APP_VERSION_HEX=0x50102 $(shell pkg-config --cflags freetype2 libcurl x11 xext xinerama webkit2gtk-4.0 gtk+-x11-3.0) -pthread -I../../JuceLibraryCode -I../../../../modules $(CPPFLAGS)
JUCE_CPPFLAGS_APP := -DJucePlugin_Build_VST=0 -DJucePlugin_Build_VST3=0 -DJucePlugin_Build_AU=0 -DJucePlugin_Build_AUv3=0 -DJucePlugin_Build_RTAS=0 -DJucePlugin_Build_AAX=0 -DJucePlugin_Build_Standalone=0
JUCE_TARGET_APP := Projucer
@@ -54,7 +54,7 @@ ifeq ($(CONFIG),Release)
TARGET_ARCH := -march=native
endif
JUCE_CPPFLAGS := $(DEPFLAGS) -DLINUX=1 -DNDEBUG=1 -DJUCER_LINUX_MAKE_6D53C8B4=1 -DJUCE_APP_VERSION=5.1.1 -DJUCE_APP_VERSION_HEX=0x50101 $(shell pkg-config --cflags freetype2 libcurl x11 xext xinerama webkit2gtk-4.0 gtk+-x11-3.0) -pthread -I../../JuceLibraryCode -I../../../../modules $(CPPFLAGS)
JUCE_CPPFLAGS := $(DEPFLAGS) -DLINUX=1 -DNDEBUG=1 -DJUCER_LINUX_MAKE_6D53C8B4=1 -DJUCE_APP_VERSION=5.1.2 -DJUCE_APP_VERSION_HEX=0x50102 $(shell pkg-config --cflags freetype2 libcurl x11 xext xinerama webkit2gtk-4.0 gtk+-x11-3.0) -pthread -I../../JuceLibraryCode -I../../../../modules $(CPPFLAGS)
JUCE_CPPFLAGS_APP := -DJucePlugin_Build_VST=0 -DJucePlugin_Build_VST3=0 -DJucePlugin_Build_AU=0 -DJucePlugin_Build_AUv3=0 -DJucePlugin_Build_RTAS=0 -DJucePlugin_Build_AAX=0 -DJucePlugin_Build_Standalone=0
JUCE_TARGET_APP := Projucer


+ 2
- 2
extras/Projucer/Builds/MacOSX/Info-App.plist View File

@@ -33,9 +33,9 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>5.1.1</string>
<string>5.1.2</string>
<key>CFBundleVersion</key>
<string>5.1.1</string>
<string>5.1.2</string>
<key>NSHumanReadableCopyright</key>
<string>ROLI Ltd.</string>
<key>NSHighResolutionCapable</key>


+ 4
- 4
extras/Projucer/Builds/MacOSX/Projucer.xcodeproj/project.pbxproj View File

@@ -738,8 +738,8 @@
"_DEBUG=1",
"DEBUG=1",
"JUCER_XCODE_MAC_F6D2F4CF=1",
"JUCE_APP_VERSION=5.1.1",
"JUCE_APP_VERSION_HEX=0x50101",
"JUCE_APP_VERSION=5.1.2",
"JUCE_APP_VERSION_HEX=0x50102",
"JucePlugin_Build_VST=0",
"JucePlugin_Build_VST3=0",
"JucePlugin_Build_AU=0",
@@ -771,8 +771,8 @@
"_NDEBUG=1",
"NDEBUG=1",
"JUCER_XCODE_MAC_F6D2F4CF=1",
"JUCE_APP_VERSION=5.1.1",
"JUCE_APP_VERSION_HEX=0x50101",
"JUCE_APP_VERSION=5.1.2",
"JUCE_APP_VERSION_HEX=0x50102",
"JucePlugin_Build_VST=0",
"JucePlugin_Build_VST3=0",
"JucePlugin_Build_AU=0",


+ 2
- 2
extras/Projucer/Builds/VisualStudio2013/Projucer_App.vcxproj View File

@@ -73,7 +73,7 @@
<Optimization>Disabled</Optimization>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<AdditionalIncludeDirectories>..\..\JuceLibraryCode;..\..\..\..\modules;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;DEBUG;_DEBUG;JUCER_VS2013_78A5020=1;JUCE_APP_VERSION=5.1.1;JUCE_APP_VERSION_HEX=0x50101;JucePlugin_Build_VST=0;JucePlugin_Build_VST3=0;JucePlugin_Build_AU=0;JucePlugin_Build_AUv3=0;JucePlugin_Build_RTAS=0;JucePlugin_Build_AAX=0;JucePlugin_Build_Standalone=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;DEBUG;_DEBUG;JUCER_VS2013_78A5020=1;JUCE_APP_VERSION=5.1.2;JUCE_APP_VERSION_HEX=0x50102;JucePlugin_Build_VST=0;JucePlugin_Build_VST3=0;JucePlugin_Build_AU=0;JucePlugin_Build_AUv3=0;JucePlugin_Build_RTAS=0;JucePlugin_Build_AAX=0;JucePlugin_Build_Standalone=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<RuntimeTypeInfo>true</RuntimeTypeInfo>
<PrecompiledHeader/>
@@ -113,7 +113,7 @@
<ClCompile>
<Optimization>Full</Optimization>
<AdditionalIncludeDirectories>..\..\JuceLibraryCode;..\..\..\..\modules;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;NDEBUG;JUCER_VS2013_78A5020=1;JUCE_APP_VERSION=5.1.1;JUCE_APP_VERSION_HEX=0x50101;JucePlugin_Build_VST=0;JucePlugin_Build_VST3=0;JucePlugin_Build_AU=0;JucePlugin_Build_AUv3=0;JucePlugin_Build_RTAS=0;JucePlugin_Build_AAX=0;JucePlugin_Build_Standalone=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;NDEBUG;JUCER_VS2013_78A5020=1;JUCE_APP_VERSION=5.1.2;JUCE_APP_VERSION_HEX=0x50102;JucePlugin_Build_VST=0;JucePlugin_Build_VST3=0;JucePlugin_Build_AU=0;JucePlugin_Build_AUv3=0;JucePlugin_Build_RTAS=0;JucePlugin_Build_AAX=0;JucePlugin_Build_Standalone=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<RuntimeTypeInfo>true</RuntimeTypeInfo>
<PrecompiledHeader/>


+ 3
- 3
extras/Projucer/Builds/VisualStudio2013/resources.rc View File

@@ -7,7 +7,7 @@
#include <windows.h>
VS_VERSION_INFO VERSIONINFO
FILEVERSION 5,1,1,0
FILEVERSION 5,1,2,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
@@ -15,9 +15,9 @@ BEGIN
BEGIN
VALUE "CompanyName", "ROLI Ltd.\0"
VALUE "FileDescription", "Projucer\0"
VALUE "FileVersion", "5.1.1\0"
VALUE "FileVersion", "5.1.2\0"
VALUE "ProductName", "Projucer\0"
VALUE "ProductVersion", "5.1.1\0"
VALUE "ProductVersion", "5.1.2\0"
END
END


+ 2
- 2
extras/Projucer/Builds/VisualStudio2015/Projucer_App.vcxproj View File

@@ -73,7 +73,7 @@
<Optimization>Disabled</Optimization>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<AdditionalIncludeDirectories>..\..\JuceLibraryCode;..\..\..\..\modules;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;DEBUG;_DEBUG;JUCER_VS2015_78A5022=1;JUCE_APP_VERSION=5.1.1;JUCE_APP_VERSION_HEX=0x50101;JucePlugin_Build_VST=0;JucePlugin_Build_VST3=0;JucePlugin_Build_AU=0;JucePlugin_Build_AUv3=0;JucePlugin_Build_RTAS=0;JucePlugin_Build_AAX=0;JucePlugin_Build_Standalone=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;DEBUG;_DEBUG;JUCER_VS2015_78A5022=1;JUCE_APP_VERSION=5.1.2;JUCE_APP_VERSION_HEX=0x50102;JucePlugin_Build_VST=0;JucePlugin_Build_VST3=0;JucePlugin_Build_AU=0;JucePlugin_Build_AUv3=0;JucePlugin_Build_RTAS=0;JucePlugin_Build_AAX=0;JucePlugin_Build_Standalone=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<RuntimeTypeInfo>true</RuntimeTypeInfo>
<PrecompiledHeader/>
@@ -113,7 +113,7 @@
<ClCompile>
<Optimization>Full</Optimization>
<AdditionalIncludeDirectories>..\..\JuceLibraryCode;..\..\..\..\modules;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;NDEBUG;JUCER_VS2015_78A5022=1;JUCE_APP_VERSION=5.1.1;JUCE_APP_VERSION_HEX=0x50101;JucePlugin_Build_VST=0;JucePlugin_Build_VST3=0;JucePlugin_Build_AU=0;JucePlugin_Build_AUv3=0;JucePlugin_Build_RTAS=0;JucePlugin_Build_AAX=0;JucePlugin_Build_Standalone=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;NDEBUG;JUCER_VS2015_78A5022=1;JUCE_APP_VERSION=5.1.2;JUCE_APP_VERSION_HEX=0x50102;JucePlugin_Build_VST=0;JucePlugin_Build_VST3=0;JucePlugin_Build_AU=0;JucePlugin_Build_AUv3=0;JucePlugin_Build_RTAS=0;JucePlugin_Build_AAX=0;JucePlugin_Build_Standalone=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<RuntimeTypeInfo>true</RuntimeTypeInfo>
<PrecompiledHeader/>


+ 3
- 3
extras/Projucer/Builds/VisualStudio2015/resources.rc View File

@@ -7,7 +7,7 @@
#include <windows.h>
VS_VERSION_INFO VERSIONINFO
FILEVERSION 5,1,1,0
FILEVERSION 5,1,2,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
@@ -15,9 +15,9 @@ BEGIN
BEGIN
VALUE "CompanyName", "ROLI Ltd.\0"
VALUE "FileDescription", "Projucer\0"
VALUE "FileVersion", "5.1.1\0"
VALUE "FileVersion", "5.1.2\0"
VALUE "ProductName", "Projucer\0"
VALUE "ProductVersion", "5.1.1\0"
VALUE "ProductVersion", "5.1.2\0"
END
END


+ 2
- 2
extras/Projucer/Builds/VisualStudio2017/Projucer_App.vcxproj View File

@@ -73,7 +73,7 @@
<Optimization>Disabled</Optimization>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<AdditionalIncludeDirectories>..\..\JuceLibraryCode;..\..\..\..\modules;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;DEBUG;_DEBUG;JUCER_VS2017_78A5024=1;JUCE_APP_VERSION=5.1.1;JUCE_APP_VERSION_HEX=0x50101;JucePlugin_Build_VST=0;JucePlugin_Build_VST3=0;JucePlugin_Build_AU=0;JucePlugin_Build_AUv3=0;JucePlugin_Build_RTAS=0;JucePlugin_Build_AAX=0;JucePlugin_Build_Standalone=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;DEBUG;_DEBUG;JUCER_VS2017_78A5024=1;JUCE_APP_VERSION=5.1.2;JUCE_APP_VERSION_HEX=0x50102;JucePlugin_Build_VST=0;JucePlugin_Build_VST3=0;JucePlugin_Build_AU=0;JucePlugin_Build_AUv3=0;JucePlugin_Build_RTAS=0;JucePlugin_Build_AAX=0;JucePlugin_Build_Standalone=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<RuntimeTypeInfo>true</RuntimeTypeInfo>
<PrecompiledHeader/>
@@ -113,7 +113,7 @@
<ClCompile>
<Optimization>Full</Optimization>
<AdditionalIncludeDirectories>..\..\JuceLibraryCode;..\..\..\..\modules;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;NDEBUG;JUCER_VS2017_78A5024=1;JUCE_APP_VERSION=5.1.1;JUCE_APP_VERSION_HEX=0x50101;JucePlugin_Build_VST=0;JucePlugin_Build_VST3=0;JucePlugin_Build_AU=0;JucePlugin_Build_AUv3=0;JucePlugin_Build_RTAS=0;JucePlugin_Build_AAX=0;JucePlugin_Build_Standalone=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;NDEBUG;JUCER_VS2017_78A5024=1;JUCE_APP_VERSION=5.1.2;JUCE_APP_VERSION_HEX=0x50102;JucePlugin_Build_VST=0;JucePlugin_Build_VST3=0;JucePlugin_Build_AU=0;JucePlugin_Build_AUv3=0;JucePlugin_Build_RTAS=0;JucePlugin_Build_AAX=0;JucePlugin_Build_Standalone=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<RuntimeTypeInfo>true</RuntimeTypeInfo>
<PrecompiledHeader/>


+ 3
- 3
extras/Projucer/Builds/VisualStudio2017/resources.rc View File

@@ -7,7 +7,7 @@
#include <windows.h>
VS_VERSION_INFO VERSIONINFO
FILEVERSION 5,1,1,0
FILEVERSION 5,1,2,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
@@ -15,9 +15,9 @@ BEGIN
BEGIN
VALUE "CompanyName", "ROLI Ltd.\0"
VALUE "FileDescription", "Projucer\0"
VALUE "FileVersion", "5.1.1\0"
VALUE "FileVersion", "5.1.2\0"
VALUE "ProductName", "Projucer\0"
VALUE "ProductVersion", "5.1.1\0"
VALUE "ProductVersion", "5.1.2\0"
END
END


+ 2
- 2
extras/Projucer/JuceLibraryCode/JuceHeader.h View File

@@ -34,7 +34,7 @@
namespace ProjectInfo
{
const char* const projectName = "Projucer";
const char* const versionString = "5.1.1";
const int versionNumber = 0x50101;
const char* const versionString = "5.1.2";
const int versionNumber = 0x50102;
}
#endif

+ 1
- 1
extras/Projucer/Projucer.jucer View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<JUCERPROJECT id="M70qfTRRk" name="Projucer" projectType="guiapp" juceFolder="../../juce"
jucerVersion="5.1.1" version="5.1.2" bundleIdentifier="com.juce.theprojucer"
jucerVersion="5.1.2" version="5.1.2" bundleIdentifier="com.juce.theprojucer"
defines="" includeBinaryInAppConfig="1" splashScreenColour="Dark"
displaySplashScreen="0" reportAppUsage="0" companyName="ROLI Ltd."
cppLanguageStandard="11">


+ 4
- 0
extras/UnitTestRunner/JuceLibraryCode/AppConfig.h View File

@@ -207,6 +207,10 @@
//#define JUCE_DSP_USE_STATIC_FFTW 1
#endif
#ifndef JUCE_DSP_ENABLE_SNAP_TO_ZERO
//#define JUCE_DSP_ENABLE_SNAP_TO_ZERO 1
#endif
//==============================================================================
// juce_events flags:


+ 1
- 1
extras/UnitTestRunner/UnitTestRunner.jucer View File

@@ -2,7 +2,7 @@
<JUCERPROJECT id="Z2Xzcp" name="UnitTestRunner" projectType="consoleapp" version="1.0.0"
bundleIdentifier="com.roli.UnitTestRunner" includeBinaryInAppConfig="1"
jucerVersion="5.1.1" defines="JUCE_UNIT_TESTS=1" displaySplashScreen="0"
jucerVersion="5.1.2" defines="JUCE_UNIT_TESTS=1" displaySplashScreen="0"
reportAppUsage="0" splashScreenColour="Dark" companyName="ROLI Ltd."
cppLanguageStandard="14">
<MAINGROUP id="GZdWCU" name="UnitTestRunner">


+ 1
- 1
extras/binarybuilder/BinaryBuilder.jucer View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<JUCERPROJECT id="3t6YqETY1" name="BinaryBuilder" projectType="consoleapp"
juceFolder="../../../juce" jucerVersion="5.1.1" bundleIdentifier="com.roli.binarybuilder"
juceFolder="../../../juce" jucerVersion="5.1.2" bundleIdentifier="com.roli.binarybuilder"
includeBinaryInAppConfig="1" version="1.0.0" displaySplashScreen="0"
reportAppUsage="0" splashScreenColour="Dark" companyName="ROLI Ltd."
cppLanguageStandard="11">


+ 1
- 1
extras/windows dll/jucedll.jucer View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<JUCERPROJECT id="IvabE4" name="juce_dll" projectType="library" version="1.0.0"
juceLinkage="none" bundleIdentifier="com.roli.jucedll" jucerVersion="5.1.1"
juceLinkage="none" bundleIdentifier="com.roli.jucedll" jucerVersion="5.1.2"
defines="JUCE_DLL_BUILD=1" includeBinaryInAppConfig="1" displaySplashScreen="0"
reportAppUsage="0" splashScreenColour="Dark" companyName="ROLI Ltd."
cppLanguageStandard="11">


Loading…
Cancel
Save