1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-16 00:34:19 +00:00
Commit graph

6305 commits

Author SHA1 Message Date
Tom Poole
415dc54820 Protected the system Random from having its seed reset 2018-11-30 15:49:03 +00:00
ed
e5d1e0008e Allow mouse events to pass to FilePreviewComponent in native file choosers 2018-11-30 14:28:06 +00:00
ed
aee19ad963 Windows: Fixed a leak in the win32 file chooser when using a custom FilePreviewComponent 2018-11-30 14:25:33 +00:00
ed
78d90fafba Windows: Scale the target bounds of the native file chooser's FilePreviewComponent so it is displayed correctly 2018-11-30 12:52:58 +00:00
Tom Poole
64c898d027 VST3: Fixed a hosting issue retrieving the parameters of plug-ins that need their IO configured first 2018-11-30 12:10:47 +00:00
Tom Poole
6ee4117fed Minor formatting improvements 2018-11-30 11:09:58 +00:00
Tom Poole
5a0d409879 VST3: Added a workaround to host some plug-ins with suspect behaviour 2018-11-29 16:59:31 +00:00
ed
1e1bb841a0 macOS: Apply light appearance to NSViewComponentPeer on 10.14 to fix a bug when hosting Apple AUs 2018-11-29 11:22:13 +00:00
ed
5c6313157b Added an isActive() method to ADSR 2018-11-29 08:55:50 +00:00
ed
eaf0f990d4 Replaced all uses of static_cast<Type&&> with std::move 2018-11-28 17:29:20 +00:00
ed
c723e56952 Defaulted some constructors and copy assignment operators in AttributedString 2018-11-28 17:01:45 +00:00
ed
9de863a272 Fix a typo 2018-11-28 16:39:46 +00:00
ed
e64c0365bf macOS: Always call NSViewComponentPeer::redirectMovedOrResized() when a window is de-minimised 2018-11-28 16:16:42 +00:00
ed
7a41d53409 Fix some potential issues with using auto in a backwards loop in the previous commit 2018-11-28 15:49:08 +00:00
ed
f1d5e5c9cc Avoid hitting an assertion in the splitAttributeRanges() method of AttributedString due to inserting a reference to an Array member into the Array + some misc clean up in the class 2018-11-28 15:39:18 +00:00
reuk
8bb4bef24a APVTS: Performance enhancements 2018-11-28 10:08:17 +00:00
Tom Poole
23f9cff73e Moved <map> into the set of standard headers 2018-11-28 08:19:41 +00:00
ed
5a4e004fea VST2: Fixed a scaling issue causing some non-DPI aware plug-ins to open with incorrect editor bounds 2018-11-27 15:49:41 +00:00
Tom Poole
71224fa990 VST3: Serialise parameter changes when hosting plug-ins 2018-11-27 13:30:40 +00:00
ed
1bea6b517d macOS: Always resize embedded NSView asynchronously in AutoResizingNSViewComponent to fix a bug with some AU plug-ins reporting the incorrect size 2018-11-27 11:24:39 +00:00
Tom Poole
ceec72457d DSP: Added some const processor accessors 2018-11-27 10:23:10 +00:00
Tom Poole
5df169fe5d VST3: Fixed a bug with JUCE_FORCE_USE_LEGACY_PARAM_IDS and the bypass parameter 2018-11-26 20:35:55 +00:00
ed
03fd0b9c83 AUv3: Fixed a bug in the AU hosting code causing sample rate changes to be ignored 2018-11-26 16:10:38 +00:00
Tom Poole
1c8d648444 Fixed a bug in the JUCE_FORCE_USE_LEGACY_PARAM_IDS compatibility flag 2018-11-26 14:37:09 +00:00
ed
de181762d2 IAA: Call AudioIODeviceCallback::audioDeviceStopped() when IAA is disconnected 2018-11-26 11:14:23 +00:00
ed
6275af3588 Add audio/mpeg to the MIME type table for .mp3 files to ensure they show up correctly in the native Android file chooser 2018-11-26 11:03:20 +00:00
cesare
ca3f1167fb Fix Xcode warnings 2018-11-26 10:15:36 +00:00
ed
20f6e65d35 Unity: Fix some compiler errors when building for Win32 2018-11-26 09:25:15 +00:00
ed
b6bebb313f Fixed a documentation error in ListenerList 2018-11-23 17:35:42 +00:00
ed
b3a09e8e96 Windows: Use raw pixel location when forwarding touch events to fix an issue with non-DPI aware plug-ins 2018-11-23 13:58:28 +00:00
ed
68cac0c587 macOS: Fixed a compiler error in juce_video when using the 10.11 SDK 2018-11-23 09:53:42 +00:00
ed
35890478a3 Added the JUCE_DECLARE_WEAK_REFERENCEABLE macro to ValueWithDefault and fixed some places which were potentially accessing a deleted ValueWithDefault object 2018-11-16 15:53:29 +00:00
ed
5d3854732b Fixed a bug in the ADSR class when transitioning to the decay stage 2018-11-14 17:30:55 +00:00
ed
c68f5b2d28 Fixed a typo in the ADSR documentation 2018-11-14 15:01:21 +00:00
ed
bba6fa6e4c Updated the sampler synthesiser classes to use the new ADSR class 2018-11-14 14:07:05 +00:00
ed
a457eb8ad1 Added a simple ADSR envelope class to juce_audio_basics 2018-11-14 14:06:57 +00:00
ed
67ff43f1f0 Renamed juce_audio_basics/effects to juce_audio_basics/utilities 2018-11-14 14:06:25 +00:00
hogliux
85ec71d6e4 Fixed an issue where file URIs on Windows would not be parsed correctly 2018-11-14 08:30:25 +00:00
hogliux
008b7a9ab2 Re-structured the low-level Android native code
Please see the forum post "Re-structuring of JUCE’s low-level Android code" and the BREAKING-CHANGES.txt for more information.
2018-11-13 12:33:40 +00:00
ed
6d39f01793 Bump version number to 5.4.1 2018-11-12 11:26:11 +00:00
Tom Poole
82f16e82ec Windows: Fixed a VST2 compilation error in VS2013 2018-11-12 10:09:16 +00:00
Tom Poole
aa40ea1eb8 Fixed a live build error compiling the numeric header 2018-11-10 15:16:50 +00:00
ed
3ccbd29b39 Fixed some uninitialised ValueWithDefault pointers in the ChoicePropertyComponents 2018-11-10 13:57:03 +00:00
Tom Poole
32aa676f01 Projucer: Fixed a Windows live build error in the video module 2018-11-10 11:38:32 +00:00
ed
7f08842864 Unity: Only display normalised range for default parameter sliders and expose choice parameters 2018-11-09 14:56:11 +00:00
Tom Poole
f0a4b67915 Android: Fixed some compiler warnings 2018-11-09 14:04:46 +00:00
ed
4b92a04e27 Fixed a couple of narrowing cast bugs in AudioFormatReaders 2018-11-09 11:39:45 +00:00
Tom Poole
55ebd17dfc Fixed a bug in the Oversampling class 2018-11-09 10:24:15 +00:00
ed
070a459db0 MPE: Made MPESynthesiserVoice::noteOnTime public 2018-11-09 09:55:50 +00:00
ed
4363e8cd0d Unity: Use setValueNotifyingHost() when parameters are changed in the Unity editor to ensure that parameter listeners are called 2018-11-09 09:46:23 +00:00