20 Commits (4fd3dfb51b05e3d8b77d9dd30182c202a370ba62)

Author SHA1 Message Date
  ed f0c90e4c12 Removed some unnecessary isOnTouchDevice() checks in the AudioPluginHost 4 years ago
  reuk 394c4fd475 Clang: Fix warnings when building with clang 10 4 years ago
  ed 009d685179 Updated all license headers 4 years ago
  reuk 4292a38327 Cleanup: Add some missing explicit constructors 5 years ago
  Tom Poole 894e7d2bd2 Updated all license headers 5 years ago
  Tom Poole 2d16374b14 Updated all license headers 5 years ago
  reuk 327f817b9b Copyrights: Update commercial/gpl headers to be gpl-only 5 years ago
  ed 7d330ab782 Always #include JuceHeader.h from the include search path 5 years ago
  ed 4b118bb45b Added a MIDI output node to the AudioPluginHost 5 years ago
  ed 7041be0520 Save and restore plug-in DPI awareness in AudioPluginHost 5 years ago
  jules 18bb120179 Did some long-overdue renaming of "filter" -> "plugin" in the AudioPluginHost demo 5 years ago
  ed b2a4aaa338 Updated some deprecated AudioDeviceManager methods in the AudioPluginHost 6 years ago
  ed 92a9c37bac Deprecated some thread unsafe methods in KnownPluginList and modernised the interface a bit 6 years ago
  ed 32bc00871d Windows: Fixed some compilation errors and warnings when building the AudioPluginHost in VS2013 6 years ago
  Tom Poole d475b17a81 Fixed some compiler warnings 6 years ago
  Tom Poole cbdf5e6d21 Fixed some compiler warnings 6 years ago
  Tom Poole ab68b98dae AudioPluginHost: Added a plug-in debugging window showing parameter value and gesture changes 6 years ago
  ed 90a692a58c Enable DPI aware plug-in hosting in the AudioPluginHost 6 years ago
  jules bc37767edb Updated the AudioPluginHost app 6 years ago
  Tom Poole ab863a6dc2 Replaced all usage of ScopedPointer with std::unique_ptr 7 years ago
  Tom Poole 4229dc0a4f Made a lot of ScopedPointer usage conform to the std::unique_ptr interface 7 years ago
  ed 5527cd8ca1 Add Android and iOS support to AudioPluginHost 7 years ago
  hogliux 0db9415de6 Add bypass support to both hosting and plug-in client code 7 years ago
  hogliux e05a1549f2 Re-worked plug-in wrappers to all use new parameter system via LegacyAudioParameter wrapper class 7 years ago
  ed 44f9a5c256 Move AudioPluginHost and NetworkGraphicsDemo projects from examples to extras 7 years ago
  ed 66ee9d6d6d Rename plugin host and network graphics demo examples 7 years ago
  jules d727f2a35a Added MathConstants::halfPi to improve readability 7 years ago
  jules d0111a4f96 Began phasing out double_Pi and float_Pi in favour of MathConstants::pi. Also added MathConstants::twoPi 7 years ago
  jules f990723d6f Added a Visual Studio compiler bug workaround 7 years ago
  jules d0514c7924 Cleanup and refactoring work on the AudioProcessorGraph and the audio plugin host demo 7 years ago
  hogliux 39ce151636 Plugin Host: Fixed a potential crash when creating a new document 7 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 7 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 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 4fa0516f40 Revised multibus API and added support for multibus hosting 8 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. 8 years ago
  hogliux 59cc979cfe Deallocate all nodes in the graph before calling JUCEApplication::quit in the audio demo host 8 years ago
  hogliux b936786f80 Remove the recently added shouldReleaseFocusOnMainMenuBarAccess flag and replace with something less intrusive 8 years ago
  jules 8343f3468c Found a few missing 'override' specifiers 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 9 years ago
  jules 02492b36b9 Lots of small whitespace tweaks. 9 years ago
  jules 9d29fd4c9d Avoided a few pedantic warnings in the plugin host demo 9 years ago
  jules 0eac373893 Sorted out a few pedantic warnings thrown up in the audio host demo 9 years ago