Commit Graph

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • | *
  • | *
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • | *
  • * |
  • * |
  • | *
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • | *
  • | *
  • | *
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • | *
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • | *
  • * |
  • | *
  • | *
  • * |
  • | *
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • | *
  • * |
  • * |
  • * |
  • * |
  • | *
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • 1507ceb941 Ensure that the ContentSharer singleton is cleaned up on shutdown by ed 2020-05-20 18:08:11 +0100
  • 281ae0b067 macOS: Render OpenGL frames on ThreadPoolJob instead of directly on the CVDisplayLink thread to avoid a deadlock by ed 2020-05-19 12:53:09 +0100
  • 6688bbf08c CMake: Stop automatically linking juce_audio_plugin_client to plugin targets by reuk 2020-05-18 22:19:58 +0100
  • 7ee2af23fc Projucer: Fixed live-build when app config is disabled by ed 2020-05-19 16:27:22 +0100
  • 71fa877454 MPESynthesiserBase: Fix and add tests for renderNextBlock by reuk 2020-05-15 16:27:20 +0100
  • 4b6be143cf Fixed some doxygen warnings by ed 2020-05-18 14:43:50 +0100
  • a8b6066187 Linux: Use host scaling for VST plug-ins on hiDPI screens by ed 2020-05-18 12:25:21 +0100
  • c85f67f21d DSP: Avoid audio-thread free in ConvolutionDemo by reuk 2020-05-18 11:35:43 +0100
  • fca3429e6e DSP: Update convolution by reuk 2020-04-24 10:50:46 +0100
  • 83b1436c6a Added iOS and Android minimum deployment target info to the README by ed 2020-05-15 17:45:13 +0100
  • 89bd0e808c Projucer: Removed some older, unsupported iOS version deployment targets by ed 2020-05-15 17:35:16 +0100
  • 2c81da73f9 Projucer: Removed some older, unsupported iOS version deployment targets by ed 2020-05-15 17:35:16 +0100
  • 9f03f30ad4 Docs: Add new top-level docs folder by reuk 2020-05-14 18:22:11 +0100
  • 15ff62f384 CMake: Add default vst/vst3 copy locations on Linux by reuk 2020-05-14 18:39:31 +0100
  • 5e5ac203b9 CMake: Link necessary libraries for hosting plugins by reuk 2020-05-14 16:44:48 +0100
  • 36a37c36bb CMake: Avoid GLOB_RECURSE when adding PIPs by reuk 2020-05-14 12:46:45 +0100
  • 0e9fb915fa CMake: Add Wpedantic as a recommended warning flag by reuk 2020-05-14 12:15:06 +0100
  • 1d39710144 CMake: Add -Wl,--no-undefined to linker flags on Linux by reuk 2020-05-14 11:40:09 +0100
  • 04b6d1c1cf CMake: Add diagnostic output while building juceaide by reuk 2020-05-14 10:13:50 +0100
  • 29c8b2358d DSP: Added documentation for DryWetMixingRule and PannerRule enum classes by Ivan Cohen 2020-05-11 17:11:58 +0200
  • 43d5e03a84 Projucer: Minor layout fix by ed 2020-05-13 12:18:13 +0100
  • 270237be9b macOS: Disable CVDisplayLink driver when continuous repainting is false by ed 2020-05-12 16:46:06 +0100
  • c9849e6710 MinGW: Disable VST3 builds under MinGW by reuk 2020-05-06 19:08:16 +0100
  • 092bc44413 MinGW: Fix windows/gcc warnings by reuk 2020-05-06 17:14:31 +0100
  • 688581ff39 CMake: Make binary data targets depend on their inputs by reuk 2020-05-05 21:47:18 +0100
  • 407ac52fe4 DSP: Fix argument order in BallisticsFilter by reuk 2020-05-05 10:10:25 +0100
  • 76910b0ebd VST: Resize host window when global scale factor is changed by ed 2020-05-07 11:09:18 +0100
  • fb030ade16 VST: Resize host window when global scale factor is changed by ed 2020-05-07 11:09:18 +0100
  • 7372531964 Projucer: Fixed a typo in the iOS orientation settings by ed 2020-05-07 08:52:07 +0100
  • 331df42233 MP3: Fixed a global buffer overflow and constexpr'd a few things by ed 2020-05-02 11:33:38 +0100
  • c357a32226 Projucer: Avoid dynamic initialization warning by reuk 2020-05-04 20:42:51 +0100
  • 51e8450026 Zlib: Make declarations match when including zlib code by reuk 2020-05-04 20:29:15 +0100
  • f49b3733ec Warnings: Silence some GCC warnings by reuk 2020-05-04 18:49:18 +0100
  • f0642979f9 CMake: Fix issue with VST, VST3, and Unity targets by reuk 2020-05-04 16:12:27 +0100
  • 56100600b8 CMake: Add docs about preprocessor definitions by reuk 2020-05-04 13:17:09 +0100
  • bf51d2c076 CMake: Use juce_add_modules to import modules from install tree by reuk 2020-05-04 12:29:25 +0100
  • 6f016aa03b CMake: Move helper targets to dedicated file by reuk 2020-05-04 12:09:46 +0100
  • 05d0560c5b CMake: Fix AudioUnit link error by reuk 2020-05-04 09:56:23 +0100
  • 51b07dc038 VST3: Always destroy plug-in instances on the message thread by ed 2020-05-01 14:15:59 +0100
  • b0f261c5e3 MP3: Fixed a global buffer overflow and constexpr'd a few things by ed 2020-05-02 11:33:38 +0100
  • 2a58bf980f Projucer: Fixed some issues flagged by tsan by ed 2020-05-04 10:20:48 +0100
  • 17622e9139 Projucer: Fixed a bug recalling iOS orientation settings by ed 2020-05-04 08:50:57 +0100
  • 5816958001 Squashed some deprecation warnings on the latest iOS and macOS versions by ed 2020-05-04 09:59:23 +0100
  • 946657d5c1 Re-saved all projects by ed 2020-05-01 10:23:10 +0100
  • 5bd8acd567 Fixed hue wrap-around for negative values in HSV/HSL colours by ed 2020-04-30 08:45:44 +0100
  • 0bf1866b92 Whitespace by ed 2020-04-30 16:50:06 +0100
  • 15b0db5f01 Projucer: Made the --tidy-whitespace command a bit more robust by ed 2020-04-30 16:49:00 +0100
  • 38c784221e Projucer: Create unique dependency nodes for each plug-in target by ed 2020-04-30 16:44:19 +0100
  • 00d8910cc5 Fixed hue wrap-around for negative values in HSV/HSL colours by ed 2020-04-30 08:45:44 +0100
  • 720801219a Projucer: Ensure that app is fully initialised before opening windows by ed 2020-04-30 09:36:36 +0100
  • f60ca1fb8d Whitespace by ed 2020-04-30 13:01:30 +0100
  • c3825b5aa1 Projucer: Made the --tidy-whitespace command a bit more robust by ed 2020-04-30 16:49:00 +0100
  • 5355448507 CMake: Fix VST3 naming on Linux by reuk 2020-04-29 15:19:12 +0100
  • 9a4ec01053 Fixed hue wrap-around in HSV/HSL colours, added some more unit tests and added methods to distinguish between HSV and HSL saturation by ed 2020-04-29 09:42:11 +0100
  • eeff1e6174 Fixed hue wrap-around in HSV/HSL colours, added some more unit tests and added methods to distinguish between HSV and HSL saturation by ed 2020-04-29 09:42:11 +0100
  • 3bca5221ff VST3: Check if plugFrame is still valid in Linux fd callback to fix issue with hosts deleting plugFrame before calling removed() by ed 2020-04-28 16:48:35 +0100
  • 2eb14258c7 Projucer: Create plug-in binary destination directory before copying by ed 2020-04-28 15:22:30 +0100
  • 440a9690b4 CMake: Add support for windowLibs, OSXLibs, and iOSLibs when using modules with CMake by reuk 2020-04-27 22:08:34 +0100
  • e19b724ec8 CMake: Add missing targets to install set by reuk 2020-04-27 21:54:40 +0100
  • 35e8be4dfe Projucer: Ignore examples/CMake directory when building examples menu by ed 2020-04-28 12:41:49 +0100
  • 11c2ca10fd iOS: Fixed a crash due to a dangling JuceUIViewController when updating screen bounds by ed 2020-04-27 18:18:46 +0100
  • 6f70982783 iOS: Fixed a crash due to a dangling JuceUIViewController when updating screen bounds by ed 2020-04-27 18:18:46 +0100
  • 9f9d4de77d AAX: Fixed some warnings in the AAX wrapper by ed 2020-04-27 18:38:38 +0100
  • 11cf10689d iOS: Fixed some build warnings by ed 2020-04-27 18:20:59 +0100
  • 428a7caf55 AAX: Fixed some warnings in the AAX wrapper by ed 2020-04-27 18:38:38 +0100
  • 48acdf58ef Added HSL support to Colour and use Colour::fromHSL() when parsing SVG HSL colours by ed 2020-04-27 11:31:59 +0100
  • dd2395800e Re-saved all projects by ed 2020-04-27 16:37:20 +0100
  • 021034a401 iOS: Fixed some build warnings by ed 2020-04-27 16:33:54 +0100
  • 7553b8dc1b Added HSL support to Colour and use Colour::fromHSL() when parsing SVG HSL colours by ed 2020-04-27 11:31:59 +0100
  • 69469068a9 CMake: Reexport DEBUG/NDEBUG from shared code target by reuk 2020-04-26 22:45:24 +0100
  • b7e4099cd5 Cleanup: Fix some warnings by reuk 2020-04-26 20:22:30 +0100
  • 702940301c CMake: Fix install mechanism on linux by reuk 2020-04-26 20:14:48 +0100
  • bfea6c6cd8 CMake: Fix 3.12 compatibility issues by reuk 2020-04-26 18:32:39 +0100
  • 4292a38327 Cleanup: Add some missing explicit constructors by reuk 2020-04-26 18:21:44 +0100
  • 4cf66d6522 Cleanup: Remove redundant inlines by reuk 2020-04-26 17:23:53 +0100
  • 2f45814bfc Examles: Fix some more warnings by reuk 2020-04-26 15:04:28 +0100
  • a1401037f0 CMake: Allow module headers with a .hpp extension by reuk 2020-04-26 14:49:44 +0100
  • 6ed49ff74f VST3: Fix issue where MIDI Logger example VST3 refused to load in Live by reuk 2020-04-26 14:25:38 +0100
  • d141799a57 AudioProcessors: Silence unused function warning by reuk 2020-04-26 13:46:36 +0100
  • e13901d912 ClangCl: Silence code which warns when building on Windows with Clang by reuk 2020-04-25 22:31:22 +0100
  • aa139f8b07 Unity: Fix unused variable warning by reuk 2020-04-25 14:42:35 +0100
  • 0a2e4191b3 CMake: Allow custom header names for BinaryData targets by reuk 2020-04-25 16:54:31 +0100
  • d817519f39 CMake: Fail configuration if copy is requested but destination is not set by reuk 2020-04-25 15:58:19 +0100
  • 6c71d96188 CMake: Add useful defaults for iphone/ipad screen orientations by reuk 2020-04-24 21:16:20 +0100
  • eb01832c48 CMake: Add targets for recommended flags by reuk 2020-04-24 21:13:21 +0100
  • ec4cbdca1e CMake: Always bundle resources into DemoRunner on macOS by reuk 2020-04-24 19:48:40 +0100
  • 4c2c0874da VST: Fixed a potential crash when resizing host window asynchronously by ed 2020-04-24 17:04:38 +0100
  • 77aff4658b Fixed an edge case in Random::nextFloat() for dividends approaching std::numeric_limits<uint32>::max() by ed 2020-04-27 09:28:51 +0100
  • d663ded1f5 Added support for hex string arguments for the UnitTestRunner seed by ed 2020-04-26 12:53:48 +0100
  • 133dc99b51 VST: Fixed a potential crash when resizing host window asynchronously by ed 2020-04-24 17:04:38 +0100
  • d5e8c4e104 VST: Fixed a deadlock in the SharedMessageThread by ed 2020-04-24 17:38:45 +0100
  • 26901c6106 SVG: Added support for RGBA, HSL and HSLA colours by ed 2020-04-20 15:28:12 +0100
  • c138bf91b4 DSP: Revamp DSP module by Ivan Cohen 2020-04-24 10:51:26 +0100
  • c419bc516d Fix for Parallelogram::transformedBy() by ed 2020-04-20 19:16:09 +0100
  • 49361b4775 SVG: Added support for RGBA, HSL and HSLA colours by ed 2020-04-20 15:28:12 +0100
  • 6cb75d9d2c Replaced all references to ROLI with Raw Material Software and regenerated all bytecode by Tom Poole 2020-04-23 14:28:44 +0100
  • 894e7d2bd2 Updated all license headers by Tom Poole 2020-04-23 13:33:54 +0100
  • 40b2271b64 Fixed a typo in the documentation for JUCEApplication::moreThanOneInstanceAllowed() by ed 2020-04-20 11:31:07 +0100
  • c2e3dcd8bf Updated the documentation of some methods which now return std::unique_ptr instead of raw pointers to remove references to deleting the returned object by ed 2020-04-20 11:08:22 +0100
  • 09bf952820 iOS: Removed a workaround for a bug when using MIDI in an iOS 13 simulator by ed 2020-04-20 11:49:54 +0100