534 Commits (cdbefa3b51e2084b51e7ec506984f263708f8537)

Author SHA1 Message Date
  ed 7d1918b385 macOS/iOS: Replace compile-time deployment target checks with runtime checks using the available keyword 3 years ago
  ed 69d4e0186f Update code to use new AudioData interleaving/deinterleaving API 3 years ago
  ed 3e606cc378 Update code to use new AudioData interleaving/deinterleaving helper methods 3 years ago
  ed 291f88abb2 macOS/iOS: Suppress and fix unguarded availability warnings 3 years ago
  reuk 22f0f2b433
AudioDeviceManager: Refactor to avoid repetition 3 years ago
  reuk b0bd1c4f63
SingleThreadedAbstractFifo: Move into juce_core 3 years ago
  reuk 9199fa3c51
Warnings: Avoid triggering missing-prototypes warnings on macOS/iOS 3 years ago
  reuk fd87195941
iOS Audio: Allow specifying a fixed set of preferred sample rates 3 years ago
  reuk 3f5862cf17
WASAPI: Tidy up internal buffering mechanism 3 years ago
  ed a6df818255 Android: Update to Oboe release 1.6.1 3 years ago
  ed cffb544941 UMP: Remove juce_audio_devices dependency 3 years ago
  reuk 3c68581567
Use jassertquiet where possible 3 years ago
  reuk 48659d6e9b
MIDI: Avoid data races in Linux MidiInput 3 years ago
  ed 0c89469ab6 CoreAudio: Call AudioDeviceStop() on IO thread when stopping audio devices 3 years ago
  reuk a70488e38e MacOS: Fix API deprecations in macOS 12.0 and iOS 15.0 3 years ago
  ed 7d349fd68f CoreAudio: Pass AudioDeviceIOProcID to AudioDeviceStart()/AudioDeviceStop() functions 3 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
  reuk 900282ccf3
MinGW: Fix warnings and errors emitted when building VST3 plugins 4 years ago
  ed d6ac6b543b Removed some unnecessary angled brackets 4 years ago
  ed 8aa84abd7c Oboe: Updated to release 1.5.1 4 years ago
  ed 0fc1ede50f Used MemoryBlock::isEmpty() in a few places 4 years ago
  ed b5c0c75a5b ASIO: Read buffer size after setting device sample rate 4 years ago
  ed 27af34af8b ASIO: Support larger buffer sizes 4 years ago
  ed d30c0502bf ASIO: Update buffer size list when opening a device 4 years ago
  Tom Poole 765eafb1eb Fixed some file permissions 4 years ago
  ed 52fbaa6042 Linux: Stop MidiInputThread before freeing handle in AlsaClient destructor 4 years ago
  ed d8004e2e2b Docs: Fixed a few switched "namespace juce" comments 4 years ago
  Tom Poole a9ad07a945 Use RAII for CFTypes 4 years ago
  reuk 69b630a2c0 CoreMidi: Use RAII to avoid potential leaks of MIDI ports/endpoints 4 years ago
  ed 46f5b126d5 Tidied up some template statement whitespace 4 years ago
  ed af69be5346 Windows: Tidied up the usage of the JUCE_COMCALL, JUCE_COMCLASS, and JUCE_IUNKNOWNCLASS macros 4 years ago
  ed 3754cadf55 Windows: Removed WinRT::ComSmartPtr and use existing class instead 4 years ago
  ed f2df19f4fe Android: Integrated Oboe fix from google/oboe@893feef 4 years ago
  ed 1000c4ce2e Android: Fixed a warning in the Oboe code with -Wswitch-enum enabled 4 years ago
  ed 757417a47a Android: Updated to Oboe 1.5 4 years ago
  reuk 9032f589eb
CoreMIDI: Enable support for new API 4 years ago
  ed 4de5726775 Android: Don't assert on device type 25 which seems to be valid when debugging from Android Studio (although undocumented) 4 years ago
  ed 270e056e40 CoreAudio: Fixed a data race on isWaitingForInput in DeviceWrapper 4 years ago
  ed 99bce8a3a8 Android: Fixed large buffer sizes on some devices 4 years ago
  ed 32b9b1e9db CoreAudio: Prevent audio glitches before microphone permission granted 4 years ago
  ed 22f0e26451 Android: Use performance mode from stream directly when logging Oboe stream details 4 years ago
  ed 7e58ace377 WASAPI: Find a supported format before querying for supported sample rates when opening an exclusive mode stream 4 years ago
  reuk 0fe90b8d3f ALSA: Fix an issue where the MidiInput/Output Pimpl classes would be undefined when JUCE_ALSA=0 4 years ago
  ed e28e22989e WASAPI: Find a supported format before querying for supported sample rates when opening an exclusive mode stream 4 years ago
  reuk c3849041ae Midi: Use proper PImpl idiom in MidiInput and MidiOutput 4 years ago
  reuk c897a4f2cb Linux: Fix some clang 10 warnings 4 years ago
  reuk a32b3e7f23 ASIO: Fix unused data member warning 4 years ago
  ed 54164fac3f Windows: Added ComSmartPtr::getInterface() and used it in a few places to simplify some COM code 4 years ago
  ed 99b3d85fcc Windows: Always use requested sample rate when opening a WASAPI device with sample rate conversion enabled 4 years ago