1354 Commits (76589ee8005dd76c9628429440363d086d1ca8cf)

Author SHA1 Message Date
  reuk d073a7e8ca
VST3 Host: Avoid reading from non-existent buses 2 years ago
  reuk 3d09a98826
AudioProcessorGraph: Avoid data race when setting parent on AudioGraphIOProcessor 2 years ago
  reuk 39a731de46
ScopedMessageBox: Replace old AlertWindow uses with new API 2 years ago
  reuk d5ad26a162
AUv2 Client: Add support for new MIDIEventList APIs on supported platforms 2 years ago
  reuk d4dd149b64 VST Host: Avoid re-adding VST window to list of active windows after destruction has started 2 years ago
  Tom Poole 29a90a0231
BSD: Fix some compiler warnings 2 years ago
  reuk 0889588ae4
VST3: Avoid copy in channel mapper 2 years ago
  reuk 543b001e9c FileSearchPath: Allow working with paths that are not necessarily absolute 2 years ago
  reuk ff534baf5f GenericAudioProcessorEditor: Fix issue where the ChoiceParameterComponent would re-set the parameter value in response to a parameter value change 2 years ago
  reuk 39ba1c8383
VST3: Remove unhelpful assertion 2 years ago
  reuk 621e5e3de4
AudioProcessorGraph: Add basic benchmark test 2 years ago
  reuk cd6939c073
AudioProcessorGraph: Improve lookup speed in isBufferNeedLater 2 years ago
  reuk 4211a2a0fd
AudioProcessorGraph: Only prepare a render sequence for the current processing precision 2 years ago
  reuk eaa6dfc3ee
AudioProcessorGraph: Allow triggering manual rebuild, and avoid rebuilding if nothing has changed 2 years ago
  reuk 4b222427f9
VST3: Avoid requesting channel layouts that cannot be represented as SpeakerArrangements 2 years ago
  reuk 6bd31bab35
VST3 Client: Allow mismatched channel counts in safe cases 2 years ago
  Tom Poole 78f1baae08 Bump version number to 7.0.5 2 years ago
  reuk 210ed82ca2
VST3 Host: Send parameter changes to IEditController, even when process is not being called 2 years ago
  reuk 1bc268de70
AudioProcessorGraph: Cache render buffer pointers for improved performance 2 years ago
  Tom Poole 715fa7e8dc Bump version number to 7.0.4 2 years ago
  attila 4ef83305e2 Windows DLL: Fix FloatVectorOperations related warnings 2 years ago
  attila 6e96ad1f68 Windows DLL: Fix warning 2 years ago
  attila 9da424a663 Fix Windows DLL build 2 years ago
  Aga Janowicz 83ba03a7de VST: Fix some unused variable warnings on iOS/Android 2 years ago
  Tom Poole bcefe7e892 Add some missing JUCE_BSD guards 2 years ago
  reuk 76adebee13
AudioProcessorGraph: Fix an issue where IO nodes sometimes failed to update their channel counts 2 years ago
  reuk b70ab79173
LV2 Client: Sanitise parameter IDs to ensure validity of generated ttl files 2 years ago
  reuk 54f5077eff
VST3 Host: Avoid rebuilding parameter tree in refreshParameterList 2 years ago
  reuk 8d4b3774b2
VST3: Add missing warning for clang 15 on Windows 2 years ago
  reuk 755e25cb5b
PluginHostType: Add checks for auvaltool and com.apple.audio.InfoHelper 3 years ago
  reuk 28f2157912
Convert ignoreUnused to [[maybe_unused]] 2 years ago
  Tom Poole 306ed633c6 Bump version number to 7.0.3 2 years ago
  attila 23445ebd92 ARAPluginDemo: Add more features to demo host integration 2 years ago
  reuk cbf59e185f
APVTS: Add missing qualification to std::move 2 years ago
  reuk 5ad617edc0
LV2 Host: By default, search in lib64 directories on multilib systems when host is 64-bit 2 years ago
  hogliux 11bd36b3ce AudioProcessorGraph: Ensured that nodes are deleted soon after being removed from the graph 2 years ago
  reuk 08b737e095
VST3 Host: Fix argument forwarding 2 years ago
  reuk 9b1b518998
VST Host: Fix warnings when compiling with mingw on Linux 2 years ago
  hogliux f370edcb5d VST3: Fix an issue with sidechain configurations in Cubase 2 years ago
  hogliux 447c760be3 VST2 Host: Fix an incorrect assertion in the VST2 hosting code's handling of channel pointers 2 years ago
  reuk 7c14c1fcd7
Use more concise stdlib type aliases 2 years ago
  attila f075de78fa AudioIODeviceCallback, AudioBuffer, AudioFormatReader: Use const T* const* for multi-channel data 2 years ago
  reuk 8b8ae10059
Build: Replace JUCE_NODISCARD with [[nodiscard]] 2 years ago
  reuk 045214c986
Build: Allow building with llvm-mingw headers 2 years ago
  reuk b3a4d54a72
Build: Update the minimum C++ standard to C++17 2 years ago
  reuk 98d81bf87a
VST3 Client: Allow channel size mismatches on inactive buses 2 years ago
  reuk 6feeb7dcdd
VST3 Host: Avoid updating bus layout and activation of activated plug-ins 2 years ago
  reuk b663c36c97
AU Host: Refactor PositionInfo usage 2 years ago
  reuk 34341bc597
APVTS: Avoid calling null function when unspecified 2 years ago
  reuk ac6a455229 VST Host: Fix iOS/Android build issue 2 years ago