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

10778 commits

Author SHA1 Message Date
ed
8b4ba1ff25 Fixed an issue in 9fda031 2020-02-14 10:39:23 +00:00
ed
0ff16ddadb Windows: Fixed a potential crash when closing and re-opening WASAPI audio devices 2020-02-13 17:05:27 +00:00
ed
9fda031414 Check input as well as output devices names when checking if current audio device is still available in AudioDeviceManager::audioDeviceListChanged() 2020-02-13 17:04:35 +00:00
ed
8209053244 Check if zone is active in MPEInstrument::updateNoteTotalPitchbend() to fix a zone mismatch bug 2020-02-13 11:58:41 +00:00
Tom Poole
2650458e1f Projucer: Changed the Xcode subproject paths to be relative to the build directory rather than the project directory 2020-02-11 18:45:49 +00:00
ed
1c3128fc50 Projucer: Add push notifications entitlement to audio plug-in projects if exporter setting is enabled 2020-02-11 16:37:16 +00:00
ed
c8532775e5 Send broadcast message to all local addresses in NetworkServiceDiscovery::Advertiser::sendBroadcast() 2020-02-10 16:42:16 +00:00
reuk
68b02efea1 AudioProcessorGraph: Immediately rebuild the graph if topology changes on the message thread 2020-02-10 16:41:49 +00:00
reuk
f9532f609e DocumentWindow: Made macOS windows respect constrainer minSize when in split screen 2020-02-10 16:25:59 +00:00
ed
46aa467303 Removed const qualifier from dsp::Bias::processSample() 2020-02-10 16:17:07 +00:00
ed
1e71c07a49 JUCE version 5.4.7 2020-02-10 14:35:00 +00:00
ed
542e661374 Re-saved all projects 2020-02-10 14:33:21 +00:00
ed
e1e58b9c6d macOS: Fixed an NSWindow focus bug introduced in 8ce79e2 2020-02-10 14:22:21 +00:00
ed
08d0a12f03 Bump version number to 5.4.7 2020-02-10 14:16:54 +00:00
ed
6561e5c040 Windows: Fixed a few more JUCE_WINDOWS == JUCE_MSVC assumptions 2020-02-10 11:48:02 +00:00
ed
ab12d7e406 Android: Fixed a potential NullPointerException in the BillingClient code 2020-02-10 11:47:03 +00:00
ed
f530adf19e Projucer: Always add entitlements file for targets with hardened runtime enabled 2020-02-10 10:52:18 +00:00
ed
e4d10979ae macOS: Fixed an NSWindow focus bug introduced in 8ce79e2 2020-02-07 16:21:09 +00:00
Tom Poole
99786cf7fd DemoRunner: Changed the default setting for reporting app usage 2020-02-07 15:37:08 +00:00
ed
79385cc1e3 VST2: Send audioMasterUpdateDisplay opcode on the message thread to fix some hosts not updating 2020-02-07 13:29:20 +00:00
Tom Poole
0fa4738cc1 Re-saved all projects 2020-02-07 09:11:34 +00:00
Tom Poole
b44de11856 Projucer: Removed some unrequired custom plist entries 2020-02-07 09:04:32 +00:00
ed
c73c5512d5 Projucer: Refactored the module handling code 2020-02-06 15:41:45 +00:00
ed
5bda9de977 Windows: Fixed some build errors and warnings when using Clang in Visual Studio 2020-02-06 14:07:42 +00:00
ed
4446764fa9 Added a missing JUCE_API to OSCBundle::Element class 2020-02-06 09:41:58 +00:00
Tom Poole
b452662ae7 Projucer: Changed the default architecture specified in Linux Makefiles 2020-02-05 14:12:29 +00:00
ed
efdccd8f1d macOS: Don't play alert sound if NSWindow is blocked by modal component in canBecomeKeyWindow() and canBecomeMainWindow() 2020-02-05 13:55:06 +00:00
Tom Poole
7c031b0318 DemoRunner: Changed the default setting for reporting app usage 2020-02-05 12:42:53 +00:00
ed
b40496f568 Fixed a bug when selecting the first row in a ListBox after a key down event 2020-02-05 11:08:32 +00:00
ed
442478680b macOS: Fixed another spurious dynamic_cast warning in CoreGraphicsPixelData 2020-02-05 10:49:25 +00:00
Tom Poole
bcaa8cbdde JUCE version 5.4.6 2020-02-04 11:37:59 +00:00
Tom Poole
c7838d4ca3 Re-saved all projects 2020-02-04 11:35:34 +00:00
Tom Poole
ef1eacccd3 Bump version number to 5.4.6 2020-02-04 11:26:48 +00:00
Tom Poole
fadd578b60 Projucer: Updated the autoupdater 2020-02-04 11:26:48 +00:00
Tom Poole
0831c718a2 macOS: Fixed some Projucer live-build issues on Catalina 2020-02-04 11:26:48 +00:00
ed
631f1fae75 Projucer: Fixed an incorrect key when adding app sandbox entitlements in the Xcode exporter 2020-02-04 10:48:44 +00:00
ed
90d08cb58b Re-saved all projects 2020-02-03 09:54:46 +00:00
ed
3a2480b3a7 Projucer: Only add Xcode entitlements file to targets which require it 2020-02-03 09:54:46 +00:00
ed
fdc9831e60 Projucer: Only add plug-in properties to plug-in projects 2020-02-03 09:54:46 +00:00
ed
c8da037147 Projucer: Replace Unix line endings with Windows in the Visual Studio exporter pre- and post-build steps 2020-01-31 10:21:40 +00:00
ed
306e793895 Windows: Avoid logging ASIO errors to the console twice 2020-01-30 10:17:20 +00:00
ed
da2cd2e619 Windows: Catch and report exception when releasing dodgy ASIO drivers 2020-01-30 10:17:20 +00:00
ed
b45ce09235 Standardised the licensing whitespace in module headers 2020-01-30 09:48:16 +00:00
ed
90f9af3e2f Fixed a positioning bug in SidePanel::calculateBoundsInParent() 2020-01-30 08:52:22 +00:00
ed
c8adff3675 Removed an unused config flag from the AudioPluginHost jucer file 2020-01-29 17:16:33 +00:00
ed
a901eb96aa Projucer: Add JuceLibraryCode folder to live-build engine system include paths 2020-01-28 11:55:56 +00:00
ed
dde8f4b68c Re-attach ResizableCornerComponent when calling AudioProcessorEditor::setContrainer() so the new constrainer is respected 2020-01-28 11:11:31 +00:00
Tom Poole
9798f672c4 macOS: Renamed the CoreGraphicsImage class to avoid a symbol resolution issue in Pro Tools 2020-01-27 10:23:59 +00:00
ed
5623dcda09 Projucer: Added an option to enable app sandbox inheritance in the Xcode exporter 2020-01-24 14:54:56 +00:00
ed
c8c14516d5 Scale mouse position when calculating parent area for PopupMenu window 2020-01-23 09:41:26 +00:00