1334 Commits (e6509fcb51eaa92b1c7a2c7918caced2eefd00b4)

Author SHA1 Message Date
  reuk 2d31153d99
VST3 Client: Implement IPluginCompatibility 2 years ago
  reuk 9a22a1b749
VST3 Client: Tidy up factory 2 years ago
  reuk 3fee576b47
VST3: Update VST3 SDK 2 years ago
  reuk f0b7c3aa13
Unity: Fix failures due to excess exported symbols when building with MinGW 2 years ago
  Tom Poole 7cdb641a14 Fix float equality warnings in the ARA SDK 2 years ago
  reuk 28414a6af8
Global: Avoid floating-point equality checks where possible 2 years ago
  Anthony Nicholls 05d5c94990
Native: Rename all native files for improved consistency 2 years ago
  reuk 4fbc4da29a
Windows: Always define RunningInUnity flag in juce_gui_basics TU 2 years ago
  reuk 9dfaab24e0
AAX Client: Avoid float comparisons when determining ambisonic layouts 2 years ago
  reuk 8c97b09d83
AUv3: Avoid calling setFullState: on the superclass during state restoration 2 years ago
  attila 39cd0ef532 Add support for AAX SDK 2.5.0 2 years ago
  reuk 33ef4a86f4
Plugin Client: Remove unnecessary wrapper files 2 years ago
  reuk 22c8f0fe7e
VSTWindowUtilities: Remove unused JUCE_32BIT checks in VSTWindowUtilities 2 years ago
  reuk 0f174d5818
Plugin Client: Refactor WindowsHooks to avoid static objects at namespace scope 2 years ago
  reuk 10bd8235e7
Plugin Client: Move all private helper functions into detail namespace 2 years ago
  reuk a760307d0f Plugin Client: Rename utility folder to detail, for consistency with namespace naming 2 years ago
  reuk 0e9b482d87 VST Client: Reorganise helper functions to avoid duplicate function declarations 2 years ago
  reuk c5ddf64d16 Plugin Client: Respect requested layer-backedness of editor 2 years ago
  reuk 3b2c6a545e Plugin Client: Normalise includes 2 years ago
  reuk 7da615a7a3
Objective-C: Tidy up block usages, and document block helpers 2 years ago
  reuk 6df7e46e26
VST Client: Fix redefined macro when building with MinGW 8.3.0 2 years ago
  reuk 39a731de46
ScopedMessageBox: Replace old AlertWindow uses with new API 2 years ago
  reuk efe8830bb6
AAX Client: Use new GetHDTimeCodeInfo API 2 years ago
  reuk 53238e3cc7
AAX Client: Fix unused function warnings 2 years ago
  reuk d5ad26a162
AUv2 Client: Add support for new MIDIEventList APIs on supported platforms 2 years ago
  attila d037d45e3b AAX: Use unity build style for the AAX_SDK 2 years ago
  Tom Poole 29a90a0231
BSD: Fix some compiler warnings 2 years ago
  reuk 13d27987f4
VST3 Client: Enforce that process and setActive are not called simultaneously in FL Studio 2 years ago
  martin@ncore.li f7a28a6d62
VST3: Fix bad value returned from setBusArrangements() (false == kResultTrue) when in/out bus counts are mismatching 2 years ago
  reuk 4b222427f9
VST3: Avoid requesting channel layouts that cannot be represented as SpeakerArrangements 2 years ago
  Tom Poole 78f1baae08 Bump version number to 7.0.5 2 years ago
  reuk 42bd861d70
AUv3 Client: Notify host when parameter info changes 2 years ago
  Tom Poole 715fa7e8dc Bump version number to 7.0.4 2 years ago
  reuk b46edc31ce
Optional: Make operator bool() explicit 2 years ago
  reuk ba604f4ced
LV2 Client: Use unicode consistently for filepaths on Windows 2 years ago
  reuk ec13f4b744
AU Client: Use stored timestamp when host transport is unavailable 2 years ago
  attila b997e72b62 MacOS: Fix sprintf related warning in XCode 14.1 2 years ago
  Tom Poole bcefe7e892 Add some missing JUCE_BSD guards 2 years ago
  reuk 1fffffde04 VST Client: Clean up VstSpeakerArrangement offset calcuation 2 years ago
  reuk f47041eefd
LV2 Client: Avoid assertion when invoking manifest writer with a relative path 2 years ago
  reuk d6f30304f0
AudioProcessor: Return unique_ptr from createPluginFilterOfType 2 years ago
  reuk 403ba3007f
PluginHostType: Automatically set jucePlugInClientCurrentWrapperType during createPluginFilterOfType 2 years ago
  reuk b70ab79173
LV2 Client: Sanitise parameter IDs to ensure validity of generated ttl files 2 years ago
  reuk f4bcb11ccb
AAX Client: Add support for AudioPlayHead PPQ bar-start position 2 years ago
  reuk 3b2f7163d7
AAX Client: Add support for reporting recording state 2 years ago
  reuk 46fafd7d1a
AAX Client: Ensure that prepareToPlay is always called with the max buffer size, rather than the previous buffer size 2 years ago
  reuk a78194c9e3
AUv3 Client: Notify host when latency changes 2 years ago
  reuk a8162d124b
LV2 Client: Ensure AudioBuffer size matches numSteps during run 2 years ago
  reuk 78a0fc6fa5
VST3 Client: Allow setBusArrangements to succeed if called during setActive 2 years ago
  reuk 28f2157912
Convert ignoreUnused to [[maybe_unused]] 2 years ago