30 Commits (2ec861d99e3ead4053577ed382f1272000cb13a2)

Author SHA1 Message Date
  Tom Poole 2ec861d99e Update licensing banners to JUCE 7 3 years ago
  attila f36949c1b2 ARA Host: Add support for scanning and hosting ARA plugins 3 years ago
  Tom Poole dea3fe60e4 Update copyright banners 3 years ago
  reuk 420167f3ec
AudioPluginHost: Add support for loading and saving plugin state directly 3 years ago
  reuk 36e35aef3b
AudioPluginHost: Display format of loaded plugins in graph view 3 years ago
  reuk 12fd1479a8
AudioPluginHost: Only add editor menu item for plugins with editors 3 years ago
  reuk b30d6b0714
AudioPluginHost: Avoid calling repaint inside parameter change callbacks 3 years ago
  reuk 9549f8c95e
AudioPluginHost: Try to find matching plugins by uniqueId if loading initially fails 4 years ago
  reuk 432cd793d7
AudioPluginHost: Avoid drawing in unsafe areas of the screen on mobile 4 years ago
  ed 3a0af69eff AudioPluginHost: Added an application-level setting for scaling plug-ins on Windows 4 years ago
  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