4413 Commits (9caa91b166fc33cc039ee154abd8fdf3764eeed2)

Author SHA1 Message Date
  tpoole 9caa91b166 Fixed uninitialised variables warning 9 years ago
  tpoole 4c59a920b4 Added Inter-App Audio capabilities to standalone plug-ins 9 years ago
  hogliux 0edd0e4632 Fixed a few Android warnings when building for ARM 64-bit 9 years ago
  jules 2bea97e24e Small extra deletion safeguard in ComponentAnimator 9 years ago
  tpoole cc524bf626 Minor documentation fix 9 years ago
  hogliux d496a77462 Fixed a crash when loading/restoring a VST3's plug-in state in Cubase 9 9 years ago
  jules c8f9fdc023 Added some safety checks to ComponentAnimator to avoid problems when cancelling animations during resize callbacks 9 years ago
  hogliux 2bec815bb3 Added an option to execute JUCEApplication's suspend() method on an iOS background task to give you extra time to save your app's state 9 years ago
  hogliux a839fa24b3 Modified AudioChannelSet::getDescription() to return more commonly used names for surround formats (without the "+LFE" part) 9 years ago
  jules 6a629f985f Added method SystemStats::getCpuModel() and implemented a couple of missing Android CPU info functions 9 years ago
  tpoole 17bc5740a5 Fixed a bug opening MIDI devices from a Windows plug-in 9 years ago
  hogliux bc79f43175 Added getSystemService method to JNI helper android activity methods 9 years ago
  jules 6eb56c4c0b Minor documentation fix 9 years ago
  jules bf02c6e182 Minor documentation fix 9 years ago
  tpoole 059ce35559 Fixed a bug in an Objective-C drag and drop helper class 9 years ago
  jules c04c9ee56e Added a sanity check on the value returned by DirectoryIterator::getEstimatedProgress() 9 years ago
  jules 69297d6790 Added an assertion to MidiMessage to help catch float/int parameter confusion 9 years ago
  jules 8011ce4209 Added a couple of missing JUCE_API declarations 9 years ago
  hogliux d390e41768 Fixed an infinite VST3 re-sizing loop in Samplitude Pro X3 9 years ago
  hogliux 3bb8dbe3ac Fixed a bug where ComboBoxes with no itmes wouldn't show the "no choices" entry 9 years ago
  jules e6ea21d1ae Whitespace fix 9 years ago
  ed 05c6901403 Fixed typo in DrawableButton 9 years ago
  jules 297675c5cb Workaround for a compile error in MSVC DLL builds 9 years ago
  jules aa2598ffff Added method JavascriptEngine::stop() 9 years ago
  jules 91d4ba9891 Added method NormalisableRange::setSkewForCentre() 9 years ago
  ed 08707ec85c Fixed bug in ThreeValueVertical Slider where initial mouse down/drag wouldn't get correct thumb index 9 years ago
  hogliux 327f61eacf Fixed a dead-lock which could occur if an OpenGLContext was created and immedietely deleted before it had a chance to render 9 years ago
  hogliux d933b4af84 Fixed RTAS compilation on Windows and OS X 9 years ago
  tpoole 9a38505dad Added experimental WinRT MIDI support, enabling BLE MIDI on machines with Windows 10 Anniversary Update installed 9 years ago
  tpoole 78bbe49616 Added some missing license banners 9 years ago
  tpoole e33abbc6fe Replaced Projucer-generated header guards with #pragma once and updated the examples 9 years ago
  tpoole 1e2f6fec5c Restored module header #defines 9 years ago
  tpoole 9593557aa7 Made KnownPluginList sorting case sensitive and binning case insensitive 9 years ago
  hogliux 6af68f7831 Added missing precision specifier in translateFragmentShaderToV3 9 years ago
  tpoole 73ca34d7b6 Added an overload to allow AudioBuffer reference data to contain an offset 9 years ago
  ed 61ae28b060 Fixed bug in ColourSelector::HueSelectorComp where the colour gradient was pink at the bottom 9 years ago
  hogliux 42305de6da Added method OpenGLContext::executeOnGLThread to help executing gl house-keeping tasks on the gl thread even when the message manager is locked 9 years ago
  hogliux 934aa72d6f Fixed an issue where the Projucer would not detect OpenGL ESv3 support correctly on Android 9 years ago
  tpoole 0b3e192567 Restricted sample rate changes for composite audio devices to common sample rates only 9 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 9 years ago
  tpoole bd73eec326 Broadcast external OS X sample rate changes to audio device change listeners 9 years ago
  hogliux 1326846705 Only add DllMain to dll targets and remove from plugin utilities 9 years ago
  Felipe F. Tonello c2100022cc Added several linux improvements to the event loop, MIDI and X11 (see commit messsage) 9 years ago
  hogliux 12b9c01ad6 Attempt to fix RTAS builds on Windows 9 years ago
  ed 6f9d07abdb Fixed a bug where modal components in a Viewport with setScrollOnDrag enabled hit jassert (numTouches >= 0) when dismissed 9 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() 9 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 9 years ago
  ed 01aedca76d Fixed bug where inertial mouse wheel events had screen position (0, 0) 9 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) 9 years ago
  jules efac121466 Increased accuracy of frame rate constants in the plugin wrappers 9 years ago