956 Commits (ebf76194b9bcd741b4862915a6c9d3d2116ea35d)

Author SHA1 Message Date
  ed ebf76194b9 macOS: Fixed an issue in FakeMouseMoveGenerator when a global scale factor is applied 5 years ago
  ed 2c46150f0c AAX: Resize host window correctly when global scale != 1 5 years ago
  ed 2ea34c7e52 AU: Resize host window correctly when global scale != 1 5 years ago
  ed 293be30356 VST3: Fixed some alignment warnings when loading VST2-compatible state data 5 years ago
  ed 3a0f7cd59a AU: Ignore implicit fallthrough warning when including AU headers 5 years ago
  ed d9093c87d6 Removed some cross-module relative includes 5 years ago
  ed 72a4719c17 VST: Query host window scale factor when opening editor window 5 years ago
  ed 76910b0ebd VST: Resize host window when global scale factor is changed 5 years ago
  ed 9f9d4de77d AAX: Fixed some warnings in the AAX wrapper 5 years ago
  Tom Poole 2d16374b14 Updated all license headers 5 years ago
  ed 26c9468dc5 Deprecated AffineTransform::getScaleFactor() as it was producing incorrect values for transforms containing rotations. Added getDeterminant() method for getting the determinant of the transform 5 years ago
  reuk dddeb1ad68 Build: Fix Xcode 11.4 compatibility issues 5 years ago
  reuk bbd2184e3b Demos: Fix some build issues in demos with more warnings enabled 5 years ago
  reuk 3520f6c4f6 Standalone: Put CreatePluginFilter in a common header 5 years ago
  reuk 1915fc7a37 Standalone: Fixed build issue with createPluginFilterOfType 5 years ago
  ed 0ae768d0d1 macOS: Fixed some unused variable warnings in the VST3 wrapper 5 years ago
  ed 59a058fdc6 Fixed some warnings flagged up when enabling -Wswitch-enum, -Wswitch-default, -Wredundant-decls, and -Wimplicit-fallthrough 5 years ago
  ed 9c83b28e4a Fixed a shadowing warning in the VST3 wrapper 5 years ago
  ed 18523101be Windows: Refactored DPI handling in the VST wrapper and hosting code 5 years ago
  ed 08d0a12f03 Bump version number to 5.4.7 5 years ago
  ed 6561e5c040 Windows: Fixed a few more JUCE_WINDOWS == JUCE_MSVC assumptions 5 years ago
  ed 79385cc1e3 VST2: Send audioMasterUpdateDisplay opcode on the message thread to fix some hosts not updating 5 years ago
  Tom Poole ef1eacccd3 Bump version number to 5.4.6 5 years ago
  ed b45ce09235 Standardised the licensing whitespace in module headers 5 years ago
  ed 133b068dcb Added support for selecting fewer input/output channels than the max supported by the plug-in in the standalone plug-in audio settings 5 years ago
  Tom Poole 379e8410fb AAX: Fixed a ppqPosition bug 5 years ago
  ed a54da0b832 Fixed some more typos 5 years ago
  Tom Poole b1aaff50e1 CLion: Fixed a Rez error 5 years ago
  ed 57d3cc6166 Added Vienna Ensemble Pro detection to PluginHostType 5 years ago
  Tom Poole fd60158af1 macOS: Fixed some compiler warnings 5 years ago
  ed 978faaca83 Added Reason detection to PluginHostType 5 years ago
  Tom Poole d00d23139c VST3: Added the ability to change parameter names at runtime 6 years ago
  Tom Poole 1adcc26ca6 VST3: Fixed an issue with non-contiguous IO buses 6 years ago
  ed e095248d6d Added Cubase 10.5 detection to PluginHostType 6 years ago
  Tom Poole 7ebaac9827 Added a JUCE_AU_WRAPPERS_SAVE_PROGRAM_STATES option to the juce_audio_plugin_client module 6 years ago
  Tom Poole 0ceadf510b Fixed compatibility with JUCE_FORCE_LEGACY_PARAMETER_AUTOMATION_TYPE 6 years ago
  ed 49180f1461 VST3: Check Windows scale factor is correct in attached() 6 years ago
  Tom Poole 8c535e8fdd Fixed an issue saving state in the AU and AUv3 backends 6 years ago
  ed 6b17905940 Added #if JucePlugin_Build_Standalone guard to juce_audio_plugin_client_Standalone.cpp 6 years ago
  ed f86b33d4f7 Added #if JucePlugin_Build_AU guard to juce_audio_plugin_client_AU_2.mm 6 years ago
  ed f51c6790bf Fixed Ableton Live detection in PluginHostType 6 years ago
  ed 7b43ac0cfe VST3: Added a nullptr check before dereferencing juceVST3EditController in processParameterChanges() to fix a crash in Live 6 years ago
  ed a47dc92f51 VST3: Return kResultFalse from getMidiControllerAssignment() when JUCE_VST3_EMULATE_MIDI_CC_WITH_PARAMETERS=0 6 years ago
  ed 4583baf277 Bump version number to 5.4.5 6 years ago
  ed 388e42214c Mute audio input by default in standalone plug-in 6 years ago
  ed 3cbc4ec0ae VST3: Fixed an issue in checkSizeConstraint() when the editor has a scale factor applied 6 years ago
  Tom Poole 22aa9bc682 Standalone plug-in: Fixed a mute button race condition 6 years ago
  Tom Poole 1003579c5a VST2: Avoided a race condition 6 years ago
  Tom Poole 3403617f77 VST: Fixed a race condition 6 years ago
  Tom Poole 414183eaf8 VST3: Fixed a compiler warning 6 years ago