32 Commits (26596fbfad8d9603338ed83d61d8738a3e3a70c3)

Author SHA1 Message Date
  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 10 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