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 |
|
Tom Poole
|
4048a5feef
|
AudioBlock: Fixed an issue preventing usage with SIMDRegister
|
2019-11-04 14:56:19 +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 |
|
ed
|
dab4741eb3
|
Tidied up a few bits of graphics code with Graphics::ScopedSaveState
|
2019-10-21 15:28:02 +01:00 |
|
ed
|
022e2e2bea
|
Linux: Check for PointerRoot return in isFocused()
|
2019-10-21 15:28:02 +01:00 |
|
ed
|
a24341d2a7
|
Fixed clang -Wreturn-std-move-in-c++11 warnings
|
2019-10-21 15:28:02 +01:00 |
|
ed
|
0da9ed11dc
|
AU: Call refreshParameterList() when kAudioUnitProperty_ParameterList event is received
|
2019-10-21 15:28:02 +01:00 |
|
ed
|
e7dbf60fed
|
VST2: Always set wantsMidiMessages to true for synth plug-ins
|
2019-10-21 15:28:02 +01:00 |
|
ed
|
a47dc92f51
|
VST3: Return kResultFalse from getMidiControllerAssignment() when JUCE_VST3_EMULATE_MIDI_CC_WITH_PARAMETERS=0
|
2019-10-21 15:28:02 +01:00 |
|
ed
|
2b542dc701
|
AU: Don't set kAudioUnitProperty_AudioChannelLayout property on plug-ins that don't support it
|
2019-10-21 15:28:01 +01:00 |
|
ed
|
e86b1a8818
|
VST3: Don't add PluginDescription to results array if loadFrom() or initialize() fails
|
2019-10-21 15:28:01 +01:00 |
|
ed
|
608001811f
|
Fixed a typo in WinRT MIDI DeviceEnumerationThread
|
2019-10-21 13:51:16 +01:00 |
|
Tom Poole
|
ee4ec266e6
|
URL: Fixed an issue closing completed download tasks
|
2019-10-21 12:22:27 +01:00 |
|
Tom Poole
|
dff555b23a
|
WAV: Fixed an issue parsing RF64 headers
|
2019-10-21 11:54:03 +01:00 |
|
Tom Poole
|
41a2c97ff3
|
A minor documentation update
|
2019-10-20 20:01:20 +01:00 |
|
ed
|
724ae27c71
|
JUCE version 5.4.5
|
2019-10-16 10:09:54 +01:00 |
|
ed
|
b824c07ae4
|
Re-saved all projects
|
2019-10-16 10:08:56 +01:00 |
|
ed
|
4583baf277
|
Bump version number to 5.4.5
|
2019-10-16 10:01:09 +01:00 |
|
ed
|
558ca3e5e6
|
OpenGL: Update native context window position when viewport size or scale changes in OpenGLContext::CachedImage::updateViewportSize()
|
2019-10-15 14:06:12 +01:00 |
|
ed
|
c07c9f89fe
|
Linux: Fixed an issue in LinuxComponentPeer::getScreenPosition() with embedded windows
|
2019-10-15 11:57:21 +01:00 |
|
ed
|
388e42214c
|
Mute audio input by default in standalone plug-in
|
2019-10-15 09:31:44 +01:00 |
|