44 Commits (6e44578a512a352fc5725dcf3845f2a3e283669b)

Author SHA1 Message Date
  jules d727f2a35a Added MathConstants::halfPi to improve readability 8 years ago
  jules d0111a4f96 Began phasing out double_Pi and float_Pi in favour of MathConstants::pi. Also added MathConstants::twoPi 8 years ago
  jules f990723d6f Added a Visual Studio compiler bug workaround 8 years ago
  jules d0514c7924 Cleanup and refactoring work on the AudioProcessorGraph and the audio plugin host demo 8 years ago
  tpoole af6b81fbc5 Fixed some VS2013 compiler warnings 8 years ago
  jules 27a6903cac Changed the way isPositiveAndBelow is written to avoid needing to cast the second parameter to an int 8 years ago
  jules a4f5663fce Added an option for Viewport subclasses to create custom scrollbars. Also modified Viewport::getVerticalScrollBar() and ListBox::getVerticalScrollBar() to return references instead of pointers 8 years ago
  tpoole 3cd4a9d917 Made the demo host compatible with OS X 10.6 8 years ago
  hogliux 39ce151636 Plugin Host: Fixed a potential crash when creating a new document 8 years ago
  jules 4e5f005421 Added a method Component::getChildren() to allow them to be iterated with a range-based for loop, and used this in appropriate places around the codebase 8 years ago
  jules 38ba6e9884 Added a better shutdown procedure for the plugin host demo 8 years ago
  jules ebe5916c49 Misc code cleanups 8 years ago
  hogliux a6b8ad0c75 Audio Plugin Host: Double-clicking on Audio/Midi Input/Output Node now opens the audio settings window 8 years ago
  jules c6da067ac3 Scraped a layer of crusty old code from some audio plugin host files 8 years ago
  hogliux f735a28708 Plugin Host: fixed background colour of channel configuration window 8 years ago
  jules 377a73a122 Tweaked the audio hosting demo to prevent multiple instances of the built-in filters being added 8 years ago
  hogliux b5afccc37c Updated file headers and the README with the JUCE 5 license 8 years ago
  hogliux ef2c63e4e3 Added a new LookAndFeel (V4) and re-skinned the JUCE Demo and examples. Improved the JUCE Demo on mobile devices. 8 years ago
  tpoole 00673ec3bc Fixed some MacOS compiler warnings in the JUCE demo host 8 years ago
  hogliux de723216b5 Fixed an issue where the bus enabled radio button in the audio demo host would not update properly 8 years ago
  tpoole e33abbc6fe Replaced Projucer-generated header guards with #pragma once and updated the examples 8 years ago
  hogliux 83a4f74b1f Added support saving/restoring plugin bus layouts in the audio host demo 8 years ago
  tpoole af0791552a Fixed Linux message thread assertion in AudioProcessorValueTreeState 8 years ago
  hogliux 4fa0516f40 Revised multibus API and added support for multibus hosting 9 years ago
  jules 9fa0d49be7 Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc. 9 years ago
  hogliux 913a868d8d Fixed a crash on exit error in the plug-in host on windows/linux 9 years ago
  hogliux 59cc979cfe Deallocate all nodes in the graph before calling JUCEApplication::quit in the audio demo host 9 years ago
  hogliux b936786f80 Remove the recently added shouldReleaseFocusOnMainMenuBarAccess flag and replace with something less intrusive 9 years ago
  jules 8343f3468c Found a few missing 'override' specifiers 9 years ago
  Timur Doumler 70949aa0c6 Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects. 9 years ago
  jules db152f618b Added a workaround to the host demo app to avoid subtle event-loop problems with certain plugins on OSX. 9 years ago
  jules 5835bbc363 Avoided a warning in the plugin host build 9 years ago
  jules 674c833c84 Added method MouseEvent::mouseWasDraggedSinceMouseDown() 9 years ago
  jules d406cacc5f Avoided some deprecation warnings when building hosts on Windows 9 years ago
  jules edec7b34b2 Replaced some uses of AffineTransform::identity with a default-constructed object 9 years ago
  hogliux 4fef661ada Added multi-bus support for audio plug-in clients 10 years ago
  jules 02492b36b9 Lots of small whitespace tweaks. 10 years ago
  jules 9d29fd4c9d Avoided a few pedantic warnings in the plugin host demo 10 years ago
  jules 0eac373893 Sorted out a few pedantic warnings thrown up in the audio host demo 10 years ago
  jules c562cfc3cc Converted AudioSampleBuffer into a templated class that can use either float or double types. Used this to implement 64-bit audio plugin support in VST and AU 10 years ago
  jules 6f880b1364 Refactored the plugin host demo command line code to work with paths containing escapes 10 years ago
  jules 4a951f2136 Added some new window-handling features to the plugin host demo. 10 years ago
  hogliux c7b8e77031 Update copyright notice 10 years ago
  Felix Faire b01383e8d0 Restructured folder and Updated Readme 11 years ago