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

9155 commits

Author SHA1 Message Date
Noah Dayan
613f40d0c2 Demorunner: Fixed device manager bug in BlocksSynthDemo.h 2018-05-25 11:42:00 +01:00
hogliux
f574b9d962 VS2013: Fixed a VS2013 compiler error in the AudioPluginHost 2018-05-25 08:53:48 +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
ed
848ab56465 Projucer: Don't overwrite newer global settings file when migrating Introjucer settings 2018-05-23 09:07:51 +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
ed
eed45b7462 Projucer: Mark modified files with an asterisk in the file tree panel 2018-05-21 17:03:46 +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
ed
783b6b7baf Projucer: Fixed a bug in the GUI builder's relative #include path when adding Viewport content 2018-05-21 09:04:10 +01:00
jules
a4c51494bf Made the Direct2D validate after painting 2018-05-19 11:42:48 +01:00
ed
c5be8e0722 Projucer: Save all open documents when saving a project via the GUI 2018-05-18 09:07:35 +01:00
Lukasz Kozakiewicz
70ad10155f Projucer: add option to Xcode exporter to embed a framework in an app bundle. 2018-05-17 15:40:16 +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
Tom Poole
a99cac4af4 Fixed some MIDI message descriptions in the MIDI example code 2018-05-17 12:02:37 +01:00
hogliux
5b9a07ec2e PluginHost: Fixed a bug where the PluginHost would always ask to save the file even if it wasn't changed 2018-05-17 11:43:16 +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
afd28b2c57 Re-save all projects. 2018-05-16 10:12:43 +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
6a1d6f9cb8 Projucer: Fixed a crash when opening the editor colour scheme window 2018-05-14 17:01:54 +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
0f94dbbf96 Projucer: Added a missing .get() to LabelHandler 2018-05-11 10:51:29 +01:00
ed
4e484b2c42 Re-saved all projects 2018-05-10 17:02:05 +01:00
ed
92e5631968 Fixed a bug in the DemoRunner on Mac causing the demo code to not be displayed 2018-05-10 16:59:34 +01:00
ed
527625b699 Added support for building Unity native audio plugins on desktop platforms 2018-05-10 16:32:30 +01:00