4723 Commits (433a82edee901b472b673d5318394a2c1fad0d8c)

Author SHA1 Message Date
  jules f207ebb6d8 BLOCKS SDK: New and updated version of juce_blocks_basics, adding functionality and compatibility with latest Dashboard-compatible firmware 8 years ago
  ed beab10fca7 Added a check in ImagePreviewComponent to avoid reading directories 8 years ago
  hogliux f506cc7f5d Doubled the default number of Android OpenSL buffers to avoid glitches on a wider range of devices by default 8 years ago
  hogliux 89a53dbf89 Fixed uninitialised variables in Android OpenSL which may have resulted in OpenSL using the slow audio path 8 years ago
  tpoole 7094b04a9b Changed some text to Title Case in AudioDeviceSelectorComponent 8 years ago
  tpoole 2398f4c1d3 Used AsyncUpdater for iOS stream format changes 8 years ago
  hogliux 23b6450e62 Fixed a typo in recent commit to address an armeabi internal compiler bug 8 years ago
  jules a96163df2a Fixed a couple more unused variables in iOS audio 8 years ago
  hogliux 80a226204a Added workarounds for an internal compiler error bug on armeabi Android 8 years ago
  jules 279c4bc4db Fix for some unused variables in iOS audio 8 years ago
  tpoole d8504a6090 Moved iOS stream format changes to the message thread 8 years ago
  jules 9c75f13a4f Added a method JavascriptEngine::callFunctionObject() for invoking javascript methods in DynamicObject native methods 8 years ago
  hogliux 85900377b9 Fixed a typo in the documentation of the NativeMessageBox::showYesNoBox method 8 years ago
  jules e16554abb3 Added packing when WaveAudioFormat writes SMPL chunks with zero loops 8 years ago
  jules 39284e1d0f Added static method Timer::callAfterDelay() to invoke a one-shot lambda function 8 years ago
  jules d3bb833f0e Made File::getRelativePathFrom() return '.' if comparing two identical folders. 8 years ago
  hogliux 51d5572220 Added showYesNoBox to NativeMessageBox class 8 years ago
  ed 0fa188ab5b Reverted #6d356423 as it broke centring for child components 8 years ago
  tpoole 607b09ab7b Fixed graphics dependent header includes for IAA 8 years ago
  hogliux 2963805a27 Ensured that RTAS plug-in ids match AAX plug-in ids 8 years ago
  hogliux 1b5d7f36db Added missing JUCE_CALLTYPE specifier to AudioChannelSet 8 years ago
  hogliux fa6929cb3c Added a workaround to not call Android's bringToFront method for every touch 8 years ago
  ed 6d356423e2 Fix for transformed Components not being centred correctly 8 years ago
  ed 182b0e4cb0 Added isProgressBarOpaque() method to ProgressBar::LookAndFeelMethods 8 years ago
  hogliux f312721cf9 Fixed a bug where a MidiMessage constructor could read beyond the end of the passed-in midi buffer if the midi message is non-standard 8 years ago
  hogliux 66365d55e2 Fixed a nullptr dereference when OpenSL fails unexpectedly and added a workaround for broken audio input support in recent versions of the android emulator 8 years ago
  hogliux 5fe3289256 Fixed several Android text rendering bugs 8 years ago
  tpoole 9caa91b166 Fixed uninitialised variables warning 8 years ago
  tpoole 4c59a920b4 Added Inter-App Audio capabilities to standalone plug-ins 8 years ago
  hogliux 0edd0e4632 Fixed a few Android warnings when building for ARM 64-bit 8 years ago
  jules 2bea97e24e Small extra deletion safeguard in ComponentAnimator 8 years ago
  tpoole cc524bf626 Minor documentation fix 8 years ago
  hogliux d496a77462 Fixed a crash when loading/restoring a VST3's plug-in state in Cubase 9 8 years ago
  jules c8f9fdc023 Added some safety checks to ComponentAnimator to avoid problems when cancelling animations during resize callbacks 8 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 8 years ago
  hogliux a839fa24b3 Modified AudioChannelSet::getDescription() to return more commonly used names for surround formats (without the "+LFE" part) 8 years ago
  jules 6a629f985f Added method SystemStats::getCpuModel() and implemented a couple of missing Android CPU info functions 8 years ago
  tpoole 17bc5740a5 Fixed a bug opening MIDI devices from a Windows plug-in 8 years ago
  hogliux bc79f43175 Added getSystemService method to JNI helper android activity methods 8 years ago
  jules 6eb56c4c0b Minor documentation fix 8 years ago
  jules bf02c6e182 Minor documentation fix 8 years ago
  tpoole 059ce35559 Fixed a bug in an Objective-C drag and drop helper class 8 years ago
  jules c04c9ee56e Added a sanity check on the value returned by DirectoryIterator::getEstimatedProgress() 8 years ago
  jules 69297d6790 Added an assertion to MidiMessage to help catch float/int parameter confusion 8 years ago
  jules 8011ce4209 Added a couple of missing JUCE_API declarations 8 years ago
  hogliux d390e41768 Fixed an infinite VST3 re-sizing loop in Samplitude Pro X3 8 years ago
  hogliux 3bb8dbe3ac Fixed a bug where ComboBoxes with no itmes wouldn't show the "no choices" entry 8 years ago
  jules e6ea21d1ae Whitespace fix 8 years ago
  ed 05c6901403 Fixed typo in DrawableButton 8 years ago
  jules 297675c5cb Workaround for a compile error in MSVC DLL builds 8 years ago