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

10616 commits

Author SHA1 Message Date
ed
ecf97e2a08 Projucer: Removed some unused code from the FilePathPropertyComponent 2019-11-14 09:20:51 +00:00
Mike Toon
966f5f09ec BLOCKS: Only update ping sent time when pings are sent 2019-11-13 12:19:18 +00:00
ed
d316ae3a31 Projucer: Fixed some warnings in the autogenerated code 2019-11-13 11:39:26 +00:00
Mike Toon
9a51fed425 BLOCKS: Update 5D config group name to Sensitivity 2019-11-13 09:57:04 +00:00
ed
f9781d810e macOS: Added a method for per-window disabling of asynchronous layer-backed views when JUCE_COREGRAPHICS_DRAW_ASYNC is set 2019-11-12 18:54:54 +00:00
Tom Poole
8b8c3b3280 DSP: Fixed a bug oversampling an AudioBlock referencing const data 2019-11-12 16:09:55 +00:00
ed
eddd239d3a Increase the GenericAudioProcessorEditor minimum height 2019-11-12 14:54:08 +00:00
ed
e951b39801 Windows: Fixed some repainting issues when using a non-integer scale factor 2019-11-12 10:28:27 +00:00
Tom Waldron
eca664715a BLOCKS: Adjusted LUMI pressure mode default to match firmware 2019-11-11 17:40:06 +00:00
Tom Waldron
d0c9a4a3bc BLOCKS: Added specialisation for LUMI pressure modes. 2019-11-11 17:02:42 +00:00
ed
dcd2ee6ef8 Fixed a couple of typos in the FileChooser docs 2019-11-11 09:12:33 +00:00
ed
7cd71487e6 Whitespace 2019-11-08 18:56:48 +00:00
ed
889cb627d5 Added ColourSelector::ColourSelectorOptions::editableColour flag to enable the colour preview box at the top of the component to be editable 2019-11-08 18:25:48 +00:00
ed
ce9bb8b605 Windows: Added an overflow buffer to the event loop to catch messages posted after hitting the PostMessage() limit 2019-11-08 18:11:27 +00:00
ed
1fe5e49980 VST3: Additional thread-safety improvements 2019-11-06 14:47:57 +00:00
ed
77529d94f3 VST3: Thread-safety improvements for parameter queue 2019-11-06 12:22:22 +00:00
ed
621f6cb6a2 Guard against NaN errors in Component::internalRepaintUnchecked() 2019-11-06 12:22:22 +00:00
ed
74b19b94b0 Projucer: Replaced a use of String::formatted() that was causing issues in the Android exporter 2019-11-06 08:53:58 +00:00
ed
7b43ac0cfe VST3: Added a nullptr check before dereferencing juceVST3EditController in processParameterChanges() to fix a crash in Live 2019-11-05 17:02:09 +00:00
ed
36187fb170 Android: Fixed a crash in PushNotifications 2019-11-05 15:54:17 +00:00
ed
54ad9fca56 Updated some incorrect documentation for KeyPress 2019-11-05 14:59:47 +00:00
ed
b6eec9611d Android: Fixed a typo in the PushNotifications code 2019-11-05 14:30:27 +00:00
Tom Poole
76cafd10d0 macOS: Fixed some issues targeting older operating systems 2019-11-05 12:34:12 +00:00
ed
b7c8ac3f3b Windows: Restored MinGW compatibility 2019-11-05 11:48:50 +00:00
ed
91513f579d Removed a workaround in ADSR 2019-11-01 18:09:03 +00:00
ed
8d75cc8064 iOS: Fixed a screen rotation bug on iOS 13 2019-11-01 16:00:40 +00:00
ed
256b88142e Made AudioSourcePlayer::setGain() thread-safe 2019-10-31 08:45:08 +00:00
cesare
ff358fac27 Write errors to stderr 2019-10-30 13:11:55 +00:00
Mike Toon
138ef9ff1f BLOCKS: Add LUMI 2019-10-29 10:54:57 +00:00
Tom Poole
0b8beb7f93 Reduced the number of duplicate parameter ID check messages 2019-10-28 15:06:16 +00:00
reuk
6a01077646 Colours: Fixed a static init order issue with predefined Colours 2019-10-28 13:13:23 +00:00
ed
0d37bd8088 iOS: Support option and cmd keys in KeyPress::getTextDescription() and ::getTextDescriptionWithIcons() 2019-10-25 16:00:07 +01:00
Mike Toon
58a4b94414 BLOCKS: Update default config and allow block model specific defaults 2019-10-25 14:53:27 +01:00
Tom Poole
8b88fd7594 Projucer: Fixed an issue setting MacOS base SDKs and deployment targets 2019-10-24 17:32:13 +01:00
ed
65be5bc9c5 macOS: Removed an SDK version guard for setting transparent window colours in the native peer code 2019-10-24 17:20:59 +01:00
ed
288f2accc7 Projucer: Added VS2013 to the list of old exporters to be removed 2019-10-24 16:48:16 +01:00
ed
a2772569ec macOS: Added JUCE_COREGRAPHICS_DRAW_ASYNC flag to enable asynchronous drawing 2019-10-24 15:51:03 +01:00
Tom Poole
85f76d2546 AudioBlock: Fixed an issue preventing usage with SIMDRegister 2019-10-24 09:36:46 +01:00
ed
1237b8c831 Fixed an issue causing ComponentAnimator ProxyComponent to be blurry when transformed 2019-10-23 11:41:03 +01:00
ed
c74c9394e0 iOS: Support ModifierKeys::commandModifier flag 2019-10-23 11:40:52 +01:00
ed
d498575976 Fixed some SVG parsing bugs 2019-10-23 11:40:39 +01:00
ed
1b001e7a76 macOS: Removed call to deprecated NSWorkspace openFile method 2019-10-23 10:10:27 +01:00
ed
671196f13a Windows: Added fallbacks for rare occasions when the WinRTWrapper singleton has been deleted before the MidiService singleton 2019-10-22 12:17:53 +01:00
Tom Poole
e5210ae6f7 macOS: Fixed a complier warning 2019-10-21 17:24:00 +01:00
ed
9c23f34c74 Revert "AU: Call refreshParameterList() when kAudioUnitProperty_ParameterList event is received"
This reverts commit 0da9ed11dc.
2019-10-21 17:20:45 +01:00
ed
2b53ff6c54 Added comments to clarify a24341d 2019-10-21 16:56:24 +01:00
ed
4baf519700 Removed inconsistent asserts from Process::raisePrivilege() and ::lowerPrivilege() on macOS and Windows 2019-10-21 16:56:24 +01:00
ed
4635e91603 AU: Support getting component description without a 'thng' resource in getComponentDescFromFile() 2019-10-21 15:28:02 +01:00
ed
989d860428 Windows: Fixed a double-deletion when calling WebBrowserComponent::goToURL() with POST data 2019-10-21 15:28:02 +01:00
ed
e5c3837f05 Linux: Use plug-in name as preferred fallback if no JACK client name is defined 2019-10-21 15:28:02 +01:00