ed
|
74b6673e42
|
Improved the documentation of some methods in juce_Thread.h
|
2018-12-18 11:14:12 +00:00 |
|
ed
|
3ba771507d
|
Avoid unnecessary zeros when writing double values to XML or JSON
|
2018-12-17 16:32:57 +00:00 |
|
ed
|
27258ed6dd
|
BLOCKS: Replaced an old BlockImpl name with BlockImplementation
|
2018-12-17 14:10:21 +00:00 |
|
ed
|
6d4fa280c6
|
Linux: Fix Process::openDocument() return value in previous commit
|
2018-12-14 16:09:03 +00:00 |
|
ed
|
6cd0ebd832
|
Linux: Don't quote space-escaped paths in Process::openDocument() as it causes xdg-open to fail
|
2018-12-14 15:58:59 +00:00 |
|
ed
|
5c03d13f0d
|
Revert previous commit and instead call ComponentHelpers::releaseAllCachedImageResources() from Component::removeFromDesktop()
|
2018-12-14 12:13:39 +00:00 |
|
ed
|
af098a1985
|
VST3: Call setVisible (false) on the editor content component before removing it from the desktop on Windows to avoid an OpenGLTexture leak
|
2018-12-14 10:07:10 +00:00 |
|
ed
|
81f162a43d
|
iOS: Set the audio session category to AVAudioSessionCategoryPlayback when no input channels have been requested and add the AVAudioSessionCategoryOptionAllowBluetoothA2DP option to the session to get the best available sample rate when bluetooth headphones are connected
|
2018-12-13 14:37:32 +00:00 |
|
ed
|
166e1d1185
|
macOS: Ensure that the global CoreMIDI client is initialised when calling MIDI I/O methods
|
2018-12-11 18:15:11 +00:00 |
|
ed
|
9bad19151b
|
Android: Create URL object without checking the filepath in Process::openDocument() to avoid hitting an assertion when opening URLs
|
2018-12-10 11:36:26 +00:00 |
|
reuk
|
167a3a86b1
|
APVTS: Fixed a bug where parameter values are not initially flushed to the ValueTree
|
2018-12-09 18:16:46 +00:00 |
|
Tom Poole
|
721d732b40
|
Reverted the numberOfDecimalPlaces behaviour of the String constructor
|
2018-12-07 13:52:54 +00:00 |
|
Tom Poole
|
6b7a870f0b
|
Windows: Restricted the thread safe Studio One hang fix to only non-realtime cases
|
2018-12-07 11:02:15 +00:00 |
|
Tom Poole
|
b7fbdd7009
|
Windows: Added a more thread safe fix for the Studio One hang
|
2018-12-07 09:43:29 +00:00 |
|
Tom Poole
|
d19c410713
|
Windows: Fixed a hang in AudioProcessorGraph when doing non-realtime processing in Studio One
|
2018-12-06 18:00:06 +00:00 |
|
Tom Poole
|
63b833855e
|
Updated the embedded VST3 SDK to version 3.6.12
|
2018-12-06 14:03:17 +00:00 |
|
Tom Poole
|
d06a2b8c13
|
Fixed compatibility with GCC 4.8
|
2018-12-06 10:45:23 +00:00 |
|
Tom Poole
|
a968c9dd6b
|
Moved the UUID hashing template to the header file
|
2018-12-05 15:30:35 +00:00 |
|
Tom Poole
|
d81ce3ce03
|
Fixed an issue falling back to an incompatible audio device configuration after a disconnection
|
2018-12-05 08:38:02 +00:00 |
|
Tom Poole
|
cdff2c7f45
|
macOS: Fixed an issue rendering memory based fonts
|
2018-12-04 14:55:25 +00:00 |
|
Tom Poole
|
faf7fb1960
|
Fixed a bug in the AudioDeviceSelectorComponent when selecting zero channels
|
2018-12-04 14:47:25 +00:00 |
|
ed
|
3b8686aa97
|
Windows: Add the FILE_SHARE_DELETE when opening file handles to allow them to be renamed and deleted
|
2018-12-04 12:44:37 +00:00 |
|
Tom Poole
|
578022d011
|
Allowed the AudioDeviceManager to fall back to the default device on device disconnection
|
2018-12-04 11:26:20 +00:00 |
|
ed
|
ba68fb0212
|
Windows: Fixed an OpenGL bug in non-DPI aware windows with a global scale factor != 1.0
|
2018-12-03 17:15:58 +00:00 |
|
ed
|
77c8a873f3
|
BLOCKS: Split PhysicalTopologySource internal classes into separate files
|
2018-12-03 17:05:09 +00:00 |
|
ed
|
f4c67f6fa7
|
Whitespace
|
2018-12-03 17:02:26 +00:00 |
|
ed
|
fdc77e645d
|
Windows: Fixed a focus ping-pong issue in the native file chooser when using a custom component
|
2018-12-03 14:21:51 +00:00 |
|
Tom Poole
|
6d2e17ed85
|
APVTS: Fixed an issue displaying slider value suffixes
|
2018-11-30 18:18:07 +00:00 |
|
ed
|
1526d9fa09
|
Windows: Tidied up some of the native file chooser code
|
2018-11-30 17:17:39 +00:00 |
|
Tom Poole
|
415dc54820
|
Protected the system Random from having its seed reset
|
2018-11-30 15:49:03 +00:00 |
|
ed
|
e5d1e0008e
|
Allow mouse events to pass to FilePreviewComponent in native file choosers
|
2018-11-30 14:28:06 +00:00 |
|
ed
|
aee19ad963
|
Windows: Fixed a leak in the win32 file chooser when using a custom FilePreviewComponent
|
2018-11-30 14:25:33 +00:00 |
|
ed
|
78d90fafba
|
Windows: Scale the target bounds of the native file chooser's FilePreviewComponent so it is displayed correctly
|
2018-11-30 12:52:58 +00:00 |
|
Tom Poole
|
64c898d027
|
VST3: Fixed a hosting issue retrieving the parameters of plug-ins that need their IO configured first
|
2018-11-30 12:10:47 +00:00 |
|
Tom Poole
|
6ee4117fed
|
Minor formatting improvements
|
2018-11-30 11:09:58 +00:00 |
|
Tom Poole
|
5a0d409879
|
VST3: Added a workaround to host some plug-ins with suspect behaviour
|
2018-11-29 16:59:31 +00:00 |
|
ed
|
1e1bb841a0
|
macOS: Apply light appearance to NSViewComponentPeer on 10.14 to fix a bug when hosting Apple AUs
|
2018-11-29 11:22:13 +00:00 |
|
ed
|
5c6313157b
|
Added an isActive() method to ADSR
|
2018-11-29 08:55:50 +00:00 |
|
ed
|
eaf0f990d4
|
Replaced all uses of static_cast<Type&&> with std::move
|
2018-11-28 17:29:20 +00:00 |
|
ed
|
c723e56952
|
Defaulted some constructors and copy assignment operators in AttributedString
|
2018-11-28 17:01:45 +00:00 |
|
ed
|
9de863a272
|
Fix a typo
|
2018-11-28 16:39:46 +00:00 |
|
ed
|
e64c0365bf
|
macOS: Always call NSViewComponentPeer::redirectMovedOrResized() when a window is de-minimised
|
2018-11-28 16:16:42 +00:00 |
|
ed
|
7a41d53409
|
Fix some potential issues with using auto in a backwards loop in the previous commit
|
2018-11-28 15:49:08 +00:00 |
|
ed
|
f1d5e5c9cc
|
Avoid hitting an assertion in the splitAttributeRanges() method of AttributedString due to inserting a reference to an Array member into the Array + some misc clean up in the class
|
2018-11-28 15:39:18 +00:00 |
|
reuk
|
8bb4bef24a
|
APVTS: Performance enhancements
|
2018-11-28 10:08:17 +00:00 |
|
Tom Poole
|
23f9cff73e
|
Moved <map> into the set of standard headers
|
2018-11-28 08:19:41 +00:00 |
|
ed
|
5a4e004fea
|
VST2: Fixed a scaling issue causing some non-DPI aware plug-ins to open with incorrect editor bounds
|
2018-11-27 15:49:41 +00:00 |
|
Tom Poole
|
71224fa990
|
VST3: Serialise parameter changes when hosting plug-ins
|
2018-11-27 13:30:40 +00:00 |
|
ed
|
1bea6b517d
|
macOS: Always resize embedded NSView asynchronously in AutoResizingNSViewComponent to fix a bug with some AU plug-ins reporting the incorrect size
|
2018-11-27 11:24:39 +00:00 |
|
Tom Poole
|
ceec72457d
|
DSP: Added some const processor accessors
|
2018-11-27 10:23:10 +00:00 |
|