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

5909 commits

Author SHA1 Message Date
hogliux
d77f56bace Android Oboe: Updated oboe code to match latest Oboe repo version 2018-06-06 12:11:52 +01:00
hogliux
6fd9b12be1 Fixed a compiler error in android push notifications 2018-06-06 11:44:08 +01:00
jules
e11bd2494b Whitespace 2018-06-05 10:14:39 +01:00
jules
d1571a19aa Added a few missing in-place operators to the javascript parser 2018-06-05 10:14:22 +01:00
ed
3372000a6e Fixed some implicit conversion warnings in the Unity plugin wrapper 2018-06-05 09:32:09 +01:00
hogliux
9b81643aa9 Plug-In wrappers and hosting code now support infinite tail times 2018-06-04 15:13:28 +01:00
hogliux
9fee13ba82 Slider: Added missing ComponentPeer flags to the popup display of a slider 2018-05-30 17:33:04 +01:00
hogliux
3e327a5390 Ensured that any top-level component transforms are not applied twice 2018-05-30 17:29:56 +01:00
hogliux
b85726a646 BubbleComponent: Correctly convert screen coordinates for BubbleComponents that have a custom AffineTransforms 2018-05-30 17:28:24 +01:00
jules
ea43a1f57d Provided a public field MouseEvent::mouseDownPosition, to provide a floating point version of the mouse-down pos 2018-05-30 14:49:29 +01:00
Lukasz Kozakiewicz
8fd1740ad8 Camera: fix broken CameraDevice listener on Mac that would trigger only once always. 2018-05-29 17:51:33 +02:00
hogliux
8377a6406b Scaling: Ensured that the Slider's PopupDisplayComponent will have the same transform applied as the Slider itself 2018-05-29 11:43:30 +01:00
hogliux
b632360518 Fixed missing position update in MemoryAudioSource 2018-05-29 10:49:56 +01:00
ed
1d4555fd58 Add Magix Sequoia to PluginHostType 2018-05-25 11:56:15 +01:00
Noah Dayan
f2824e96ef Fixed typos in the DSP module 2018-05-24 10:08:39 +01:00
hogliux
cfb071d52f PlugIns: Ensured that the midi buffer is allocated with a reasonable size before the plugin starts processing 2018-05-24 09:44:50 +01:00
jules
aba7a80ffb Added missing juce namespace to JUCE_DECLARE_WEAK_REFERENCEABLE macro 2018-05-22 17:33:55 +01:00
ed
5beddce629 BLOCKS: Fix an issue where firmware ACK messages could be read out of order 2018-05-22 16:52:17 +01:00
hogliux
d37187c959 Re-named AudioProcessor in previous commit to not be plug-in format specific 2018-05-22 14:40:14 +01:00
hogliux
4d0b1167f0 AAX: Added support for EQ curve graphs via a new AudioProcessor callback AudioProcessor::getAAXCurve 2018-05-22 12:51:57 +01:00
Tom Poole
009eb887ef APVTS: Fixed an inconsistency between ComboBoxAttachment IDs and parameter values 2018-05-21 18:12:15 +01:00
hogliux
c967a398fb Linux Midi: Fixed a typo which prevented virtual midi outputs from working 2018-05-21 15:25:27 +01:00
jules
271f519234 Tidied up some broken use of std::unique_ptr for holding linux handles 2018-05-21 14:47:21 +01:00
Tom Poole
0469fde310 Fixed a data race when iterating directory contents 2018-05-21 13:17:16 +01:00
Tom Poole
1fd3df6278 macOS: Fixed a data race in URL connections 2018-05-21 13:13:30 +01:00
jules
a4c51494bf Made the Direct2D validate after painting 2018-05-19 11:42:48 +01:00
jules
2733b4c9a6 Made the error message text in OnlineUnlockStatus customisable 2018-05-17 15:24:38 +01:00
ed
6f65cf0f7b Fixed a bug when parsing IP address strings 2018-05-17 14:36:28 +01:00
hogliux
876aaf49e7 Allow multiple TooltipWindows as long as they do not share the same parent component 2018-05-17 12:49:19 +01:00
ed
c154024641 Added a missing call to zeroUnusedBytes() in the String constructor of IPAddress 2018-05-17 12:48:26 +01:00
hogliux
aec8c367fe macOS: Only apply recent gl fix to shared windows and not to all of them 2018-05-16 11:59:27 +01:00
Lukasz Kozakiewicz
5862d832e6 Android: fix crash when accessing system clipboard. 2018-05-16 10:12:36 +01:00
Noah Dayan
f737fc0882 Fixed a documentation warning in juce_MidiFile.h 2018-05-15 17:34:08 +01:00
ed
8e463b4051 Various improvements and bug-fixes to the IPAddress class - added more comparison operators and support for IPv4-mapped IPv6 addresses 2018-05-15 17:28:00 +01:00
hogliux
2362ca9125 macOS: Fixed a crash in a recent commit when an on-desktop component is deleted 2018-05-15 15:42:21 +01:00
hogliux
e91def7fae OpenGL: Fixed an issue where components using OpenGL would not be restarted correctly when used in the FX docker window in Reaper 2018-05-15 12:03:20 +01:00
ed
f70a450bd4 Ensure that ComboBox::menuActive flag is set when calling showPopup() 2018-05-15 11:00:02 +01:00
hogliux
4ecd7eb8e8 Do not assert in ScopedPointer::reset if you are resetting to a nullptr 2018-05-15 10:37:57 +01:00
ed
516f053006 Removed the default bool argument from static IPAddress::any() method 2018-05-15 10:27:45 +01:00
Lukasz Kozakiewicz
315326477d Add video playback support for Android and iOS. Update VideoComponent API to support building custom UIs. 2018-05-14 18:15:06 +01:00
hogliux
dc7217fbbb DSP: Fixed a bug in AudioBlock::multiply where the linear smoothed value would not be applied 2018-05-14 18:02:06 +01:00
hogliux
7d056e2670 Tidied up some macOS ObjC conversion methods 2018-05-14 17:11:58 +01:00
ed
ddc2f9cc4c Added an assertion to ScopedPointer to catch people resetting it to itself 2018-05-14 17:08:48 +01:00
ed
657afd8652 Removed a default bool constructor from IPAddress 2018-05-14 16:48:56 +01:00
hogliux
b856e38d46 Midi: Adding matching note-offs for note-ons is now optional and be disabled via a parameter of MidiFile::readFrom 2018-05-14 10:22:11 +01:00
jules
32a745d9f9 Avoided a possible null pointer when opening non-functional linux midi devices 2018-05-14 08:56:48 +01:00
jules
87042769b6 Tidied up some more old typedefs 2018-05-11 14:44:51 +01:00
jules
f3e1e52c88 Cleaned up some audio plugin creation function prototypes 2018-05-11 12:46:30 +01:00
jules
dee78f29f6 Misc cleanups and modernisation 2018-05-11 12:46:30 +01:00
ed
527625b699 Added support for building Unity native audio plugins on desktop platforms 2018-05-10 16:32:30 +01:00