1196 Commits (bb724761f22a2b51a17205c07ed2343e56e67298)

Author SHA1 Message Date
  ed aacca9b23c VST3 Host: Fix some issues with FabFilter plug-ins in DPI-aware Windows hosts 3 years ago
  reuk 3a1be39cb6
VSTMidiEventList: Avoid UB Sanitizer warnings about out-of-bounds VLA access 3 years ago
  reuk afa6465098
UB Sanitizer: Avoid warnings in third party code, with clang 3 years ago
  reuk ea250b3655
VST3 Client: Change VST3 native menu so that its position is specified in logical pixels 3 years ago
  reuk ab966fb499
PopupMenu: Add withMousePosition helper function to Options 3 years ago
  reuk 07ca7ae13b
GenericAudioProcessorEditor: Update parameter names when AudioProcessor changes 3 years ago
  reuk cfec0b5356
GenericAudioProcessorEditor: Add support for grouped parameters 3 years ago
  reuk 3d1d060317
AudioPluginInstance: Add API to retrieve parameter IDs from hosted plugins 3 years ago
  ed 300f573163 PluginHostType: Add Ableton Live 11 detection 3 years ago
  ed d589f65b36 AUv3: Fall back to view size if AUViewControllerBase preferredContentSize property has a zero size when opening plug-in editor 3 years ago
  ed ada1b2d693 AU: Reset plug-in host callbacks in prepareToPlay() in case they were removed when uninitialising or resetting the audio unit 3 years ago
  Tom Poole bc75010116 Bump version number to 6.1.2 3 years ago
  Tom Poole f1fecfdc88 Add some missing Doxygen tags 3 years ago
  reuk 0a288fc71e
AU Host: Fix bug where modifying parameters from a custom editor would sometimes update incorrect parameters in the host 3 years ago
  ed 24910cc4b4 Fix GCC Wshadow warnings 3 years ago
  ed 1d55452b78 VST3 Host: Ensure that plug-ins without IPlugViewContentScaleSupport support are resized correctly when the native scale factor changes 3 years ago
  ed f17425c880 VST3 Host: Be more forgiving of internal parameter IDs in beginEdit/performEdit/endEdit methods 3 years ago
  ed 3f699f5b14 VST3 Host: Only call onSize() in resizeView() if the size has changed 3 years ago
  ed 598748c825 VST3 Host: Call updateMidiMapping() after enabling plug-in MIDI busses in setupIO() 3 years ago
  Tom Poole 5109e30c6f Bump version number to 6.1.1 3 years ago
  reuk 4f5c559ce2
VST3 Host: Ensure that program parameter is updated in response to program change requests 3 years ago
  reuk 5dfae8b58b
VST3 Host: Update parameter values after plugin requests restart with kParamValuesChanged 3 years ago
  Tom Poole 46fe3789fc Bump version number to 6.1.0 3 years ago
  Tom Poole 9ac96840aa Fix some Doxygen warnings 3 years ago
  reuk 5ea5afbd2a
VST Host: Avoid resizing plugin views directly on Windows 3 years ago
  reuk e7d608aa48 VST3 Host: Ensure that editors open correctly on monitors with non-unity scaling 3 years ago
  reuk 8f29b2cb83
VST3: Allow plugins to designate the first input bus as Aux rather than Main 3 years ago
  ed cffb544941 UMP: Remove juce_audio_devices dependency 3 years ago
  reuk 4980788516
AudioProcessor: Add checks to ensure AAX parameter ID compatibility 3 years ago
  ed 551d7b9c5b Add MessageBoxOptions class for specifying a set of AlertWindow and NativeMessageBox options 3 years ago
  Tom Poole 3ebd548aac VST3: Ignore VS2015 static analysis warning in VST3 SDK 3 years ago
  ed a2d03d2266 Fixed some warnings flagged by Clang's static analyzer 3 years ago
  reuk aba8c8c1d3
VST Host: Allow specifying the host name for VST hosts which do not have an Application instance 3 years ago
  ed a5c3b81f82 Use C++14 lambda capture initialisers for initialising deletion checkers 3 years ago
  Tom Poole d53388097b AudioProcessorGraph: Improve performance when building large graphs 3 years ago
  reuk 750cb92770
AU Client: Fix AU plugins misreporting their supported channel configurations 3 years ago
  Tom Poole 78be43888e Update the minimum C++ standard to C++14 3 years ago
  reuk 2c1081d2a8
VST Host: Fix graphical artefacts when resizing editor views on Windows 4 years ago
  reuk 3f914b667e VST Host: Respect the editor size requested by plugin 4 years ago
  reuk a37f5f23c1
VST3 Host: Avoid re-sending parameter values after loading a preset 4 years ago
  reuk bfb521b610
AudioProcessorEditor: Allow showing a host-provided parameter menu in VST3 plugins 4 years ago
  reuk 63a40188d9
AudioProcessor: Add extensions API for VST3 clients 4 years ago
  reuk 442369bd6b
AudioPluginInstance: Add new API to query properties of hosted plugins 4 years ago
  reuk 7ac6911ccc
Windows: Fix clang/gnu compiler warnings 4 years ago
  reuk 31a7c62baf
Windows: Fix and suppress some analysis warnings 4 years ago
  ed b9ae71ae8f AudioProcessorEditor: Fixed a bug introduced in 5a59c92b causing editors to always be marked as resizable by the host when using the default ComponentBoundsConstrainer 4 years ago
  reuk 1124ec146d VSTPluginFormat: Fix rare crash where plugins may attempt to read uninitialised pointers 4 years ago
  reuk 972c45a76e
VST3: Remove noisy warnings from VST3 SDK 4 years ago
  reuk 900282ccf3
MinGW: Fix warnings and errors emitted when building VST3 plugins 4 years ago
  reuk 52e6c4f727
VST3: Update VST3 SDK files 4 years ago