4723 Commits (433a82edee901b472b673d5318394a2c1fad0d8c)

Author SHA1 Message Date
  hogliux 934aa72d6f Fixed an issue where the Projucer would not detect OpenGL ESv3 support correctly on Android 8 years ago
  tpoole 0b3e192567 Restricted sample rate changes for composite audio devices to common sample rates only 8 years ago
  hogliux 938830e77f Fixed a bug in the AAX wrapper where the code would access uninitialised values in the known stem formats array when compiling with newer AAX SDK versions 8 years ago
  tpoole bd73eec326 Broadcast external OS X sample rate changes to audio device change listeners 8 years ago
  hogliux 1326846705 Only add DllMain to dll targets and remove from plugin utilities 8 years ago
  Felipe F. Tonello c2100022cc Added several linux improvements to the event loop, MIDI and X11 (see commit messsage) 8 years ago
  hogliux 12b9c01ad6 Attempt to fix RTAS builds on Windows 8 years ago
  ed 6f9d07abdb Fixed a bug where modal components in a Viewport with setScrollOnDrag enabled hit jassert (numTouches >= 0) when dismissed 8 years ago
  ed 5b811922fd Fixed bug in AnimatedPosition where range minimum was set to std::numeric_limits<double>min() instead of -std::numeric_limits<double>max() 8 years ago
  hogliux eba76a8487 Changed the way the unique AAX plug-in id is generated to future proof it for any future channel formats Avid decide to add to AAX 8 years ago
  ed 01aedca76d Fixed bug where inertial mouse wheel events had screen position (0, 0) 8 years ago
  hogliux 7d28d7dec2 Added a fix to generate the AAX plug-in ID from the channel configuration (and not an arbitrary order in which JUCE probes configurations) 8 years ago
  jules efac121466 Increased accuracy of frame rate constants in the plugin wrappers 8 years ago
  jules f184ed1710 Clarified a few comments in the Image class 8 years ago
  tpoole e1f941e6c3 Whitespace cleanup 8 years ago
  hogliux e5f2c7037b Added support for static VST libraries on Android 8 years ago
  hogliux c1f7b6dc16 Fixed a possible nullptr dereference in the Android runtime permission code 8 years ago
  hogliux ebbba641a4 Fixed a bug where the bluetooth LE scanner would continue to scan even if the bluetooth selector window was closed 8 years ago
  hogliux 376b83986a Fixed a bug that would cause asserts to be ignored on some android platforms 8 years ago
  jules 84da06214d Fix for MovieComponent on older OSX SDKs. Updated video page in big demo app. 8 years ago
  tpoole 4666c3dec9 Return AudioProcessorParameterWithID from AudioProcessorValueTreeState methods 8 years ago
  hogliux dd2d64c363 Added missing call to JuceAU's base class' SetBusCount method 8 years ago
  hogliux 7e39b58b31 Re-wrote android OpenSL backend adding support for native floating point buffers, unprocessed audio input and lock-free input/output audio syncing 8 years ago
  hogliux 6559b3e185 Fixed multiple harmless warnings in Android builds 8 years ago
  hogliux 5cdd316934 Fixed a compiler error when building for Android in recently added IPv6 address support 8 years ago
  jules d094fc2f52 Added begin/end iterators to MemoryBlock 8 years ago
  tpoole 57ecf44d13 Added SADiE host detection 8 years ago
  ed e7ebd069e3 tidied up String::replaceFirstOccurrenceOf() method 8 years ago
  hogliux 3cef6dcbdf Fixed an obscure iOS deadlock when loading custom type-faces 8 years ago
  ed fbda56f168 Fixed bug where ListBox mouse listener wasn't being removed when ListBoxMouseMoveSelector was destroyed 8 years ago
  hogliux d0b628f0a6 Added a workaround to avoid a crash in broken JUCE 4.1 synth plug-ins 8 years ago
  ed e09c2b65a1 Added IPv6 support to the IPAddress class 8 years ago
  tpoole 242b934163 Fixed crash when PhysicalTopologySource fails to open a MIDI device 8 years ago
  tpoole 0ab5244623 Fixed multiple file drag and drop on OS X 8 years ago
  tpoole 4eadfad7dc Fixed a leak of OnScreenKeyboard 8 years ago
  tpoole a6cf3c7c3c Removed duplicated check for JucePlugin_Build_RTAS 8 years ago
  ed 67931e4465 Added String::replaceFirstOccurrenceOf() method 8 years ago
  jules cd5604c071 Another OSX 32-bit build fix in MovieComponent 8 years ago
  jules 511fe482e8 Fix for a 32-bit build problem in MovieComponent 8 years ago
  hogliux 67600e98fd Added missing overrides to android windowing code 8 years ago
  hogliux 57f12e5063 Fixed some merge noise in the AAX wrapper 8 years ago
  hogliux b6b7abc76a Fixed a warning in MovieComponent 8 years ago
  hogliux 95d0d50d85 Added a missing guard to avoid including movie components on iOS 8 years ago
  hogliux 2da1bc5f41 Replace include guards with "#pragma once" 8 years ago
  hogliux dda135a9eb Updated the JUCE demo plugin to support standalone targets on all platforms 8 years ago
  hogliux 9f3fb1c0a6 Added a compiler error if your compiler is too old and removed numerous code checks for old compilers which are now deprecated 8 years ago
  hogliux ec0485388d Reworked and modernised Android exporter and removed old deprecated Android ant exporter 8 years ago
  hogliux 1c0b935bf6 Replaced QuickTimeMovieComponent with MovieComponent, using AVFoundation on OSX 8 years ago
  tpoole f91401612a Fixed Visual Studio VST2 compiler error 8 years ago
  tpoole a2a270406a Allow VST vendor specific calls to be handled by an AudioProcessor 8 years ago