1196 Commits (bb724761f22a2b51a17205c07ed2343e56e67298)

Author SHA1 Message Date
  reuk 43280c3f7f
AU: Tidy up ChannelRemapper 3 years ago
  Tom Poole 8a6e1980d0 Bump version number to 6.1.4 3 years ago
  reuk 44404508fe Bump version number to 6.1.3 3 years ago
  reuk 3581e2aa7e Documentation: Add doxygen guards to Steinberg namespace 3 years ago
  reuk d26945f476
ObjC Helpers: Ensure that all methods accept mandatory "self" and "selector" arguments 3 years ago
  ed 3e542f3465 VST: Fix incorrect upper bound of jlimit() in getProgramName() 3 years ago
  ed 7c609484e8 AU: Set plug-in host callbacks immediately after calling releaseResources() in prepareToPlay() in case the audio unit relies on them during initialisation 3 years ago
  reuk ed1bc944fd
AudioChannelSet: Add 7.1.6 speaker layout 3 years ago
  reuk 8a95fb1c82
SliderParameterAttachment: Allow right-click to change parameter value 3 years ago
  reuk 7828cad753
VST2 Host: Fix window titlebar repainting when editor sizes change 3 years ago
  reuk 2884610d01
VST2 Host: Respect high DPI plugin sizes on Linux 3 years ago
  reuk 6de3af3566
AU: Make channel/bus handling more robust 3 years ago
  reuk 81fa777ff7
ObjC Helpers: Automatically derive appropriate signature for function 3 years ago
  reuk b13bbbefb3
AudioChannelSet: Add atmos layouts 3 years ago
  reuk 718307b516
AudioPlayHead: Use more descriptive FrameRate type 3 years ago
  reuk 555408be40
VST3 Host: Avoid resusing IMessage and IAttributeList instances 3 years ago
  attila 63ac579c1b VST3 Client: Fix build when JUCE_VST3_CAN_REPLACE_VST2 is enabled 3 years ago
  reuk 7da8b73a96
AudioPluginHost: Add subprocess plugin scanning feature 3 years ago
  reuk 1f15f59db6
AudioUnitPluginFormat: Fix result of hasEditor on Mac 3 years ago
  reuk b5064f361f
HostedAudioProcessorParameter: Extract from AudioPluginInstance 3 years ago
  reuk d59230aecc
AudioPluginFormat: Remove canScanOnBackgroundThread(), as it is not generally useful 3 years ago
  ed 7d1918b385 macOS/iOS: Replace compile-time deployment target checks with runtime checks using the available keyword 3 years ago
  Attila Szarvas 50f3415885 ExtensionsVisitor: use forward declared types instead of void* for format-specific pointers 3 years ago
  reuk d286e690b2
PluginListComponent: Disallow scanning VST3 plugins on background threads 3 years ago
  reuk 96612b12d8
VST Host: Ensure parent window is showing before attempting to open an editor 3 years ago
  reuk 294caba2b5
VST3: Add dirty-state set/get 3 years ago
  reuk 832bbed8c3
VST3: Fix error when building VST3 plugins 3 years ago
  reuk 462c3a8dd4
VST Host: Ensure editor windows open at correct size 3 years ago
  reuk 8f1ba916ff
VST3 Host: Set content scale before opening plugin window for the first time 3 years ago
  reuk 61cdcff2e9
VST3 Host: Ensure requested size is applied, even when plugin does not support scaling 3 years ago
  reuk ebf86b5f35
VST3 Host: Correctly size unscalable editors when DPI changes 3 years ago
  reuk 9bec8e633a
VST3 Host: Ensure that plugins open with their top left corner in the right position 3 years ago
  ed b9542ccc4c Update code to use C++14 [[deprecated]] attribute 3 years ago
  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