ed
|
18571feb61
|
Avoid calling Graphics::fillEllipse() with negative bounds in AudioAppDemo
|
7 years ago |
ed
|
31025ae3e6
|
Projucer: Initialise the legacy VST dependency in the Makefile exporter so that the path is correctly added to the build
|
7 years ago |
ed
|
6d4fa280c6
|
Linux: Fix Process::openDocument() return value in previous commit
|
7 years ago |
ed
|
6cd0ebd832
|
Linux: Don't quote space-escaped paths in Process::openDocument() as it causes xdg-open to fail
|
7 years ago |
ed
|
5c03d13f0d
|
Revert previous commit and instead call ComponentHelpers::releaseAllCachedImageResources() from Component::removeFromDesktop()
|
7 years ago |
ed
|
af098a1985
|
VST3: Call setVisible (false) on the editor content component before removing it from the desktop on Windows to avoid an OpenGLTexture leak
|
7 years ago |
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
|
7 years ago |
ed
|
7f4b094018
|
Projucer: Check if component position is relative to any other components when filling out the setBounds() code in the GUI builder
|
7 years ago |
ed
|
166e1d1185
|
macOS: Ensure that the global CoreMIDI client is initialised when calling MIDI I/O methods
|
7 years ago |
ed
|
9bad19151b
|
Android: Create URL object without checking the filepath in Process::openDocument() to avoid hitting an assertion when opening URLs
|
7 years ago |
ed
|
2e3a41cbb1
|
Re-saved all projects
|
7 years ago |
ed
|
203b50a189
|
Projucer: Use the legacy build system for Xcode projects to work around some issues with Xcode 10
|
7 years ago |
reuk
|
167a3a86b1
|
APVTS: Fixed a bug where parameter values are not initially flushed to the ValueTree
|
7 years ago |
Tom Poole
|
721d732b40
|
Reverted the numberOfDecimalPlaces behaviour of the String constructor
|
7 years ago |
Tom Poole
|
6b7a870f0b
|
Windows: Restricted the thread safe Studio One hang fix to only non-realtime cases
|
7 years ago |
Tom Poole
|
b7fbdd7009
|
Windows: Added a more thread safe fix for the Studio One hang
|
7 years ago |
Tom Poole
|
d19c410713
|
Windows: Fixed a hang in AudioProcessorGraph when doing non-realtime processing in Studio One
|
7 years ago |
Tom Poole
|
e79941ca57
|
Changed the manufacturer name of the internal plug-in host nodes
|
7 years ago |
Tom Poole
|
f86045e952
|
Re-saved all projects
|
7 years ago |
Tom Poole
|
63b833855e
|
Updated the embedded VST3 SDK to version 3.6.12
|
7 years ago |
Tom Poole
|
d06a2b8c13
|
Fixed compatibility with GCC 4.8
|
7 years ago |
ed
|
ec46ad4891
|
Projucer: Only add example assets path to projects generated from JUCE example PIPs
|
7 years ago |
Tom Poole
|
a968c9dd6b
|
Moved the UUID hashing template to the header file
|
7 years ago |
Tom Poole
|
d81ce3ce03
|
Fixed an issue falling back to an incompatible audio device configuration after a disconnection
|
7 years ago |
Tom Poole
|
cdff2c7f45
|
macOS: Fixed an issue rendering memory based fonts
|
7 years ago |
Tom Poole
|
faf7fb1960
|
Fixed a bug in the AudioDeviceSelectorComponent when selecting zero channels
|
7 years ago |
ed
|
3b8686aa97
|
Windows: Add the FILE_SHARE_DELETE when opening file handles to allow them to be renamed and deleted
|
7 years ago |
Tom Poole
|
578022d011
|
Allowed the AudioDeviceManager to fall back to the default device on device disconnection
|
7 years ago |
ed
|
ba68fb0212
|
Windows: Fixed an OpenGL bug in non-DPI aware windows with a global scale factor != 1.0
|
7 years ago |
ed
|
77c8a873f3
|
BLOCKS: Split PhysicalTopologySource internal classes into separate files
|
7 years ago |
ed
|
f4c67f6fa7
|
Whitespace
|
7 years ago |
ed
|
4710fd7b1f
|
Projucer: Copy the Unity GUI script to the bundle resources folder on macOS to fix a code signing issue
|
7 years ago |
ed
|
fdc77e645d
|
Windows: Fixed a focus ping-pong issue in the native file chooser when using a custom component
|
7 years ago |
Tom Poole
|
6d2e17ed85
|
APVTS: Fixed an issue displaying slider value suffixes
|
7 years ago |
ed
|
1526d9fa09
|
Windows: Tidied up some of the native file chooser code
|
7 years ago |
Tom Poole
|
415dc54820
|
Protected the system Random from having its seed reset
|
7 years ago |
ed
|
e5d1e0008e
|
Allow mouse events to pass to FilePreviewComponent in native file choosers
|
7 years ago |
ed
|
aee19ad963
|
Windows: Fixed a leak in the win32 file chooser when using a custom FilePreviewComponent
|
7 years ago |
ed
|
78d90fafba
|
Windows: Scale the target bounds of the native file chooser's FilePreviewComponent so it is displayed correctly
|
7 years ago |
Tom Poole
|
64c898d027
|
VST3: Fixed a hosting issue retrieving the parameters of plug-ins that need their IO configured first
|
7 years ago |
Tom Poole
|
6ee4117fed
|
Minor formatting improvements
|
7 years ago |
Tom Poole
|
5a0d409879
|
VST3: Added a workaround to host some plug-ins with suspect behaviour
|
7 years ago |
Tom Poole
|
b206729988
|
Code::Blocks: Fixed a bug linking curl more often than required
|
7 years ago |
Tom Poole
|
f547c13dcb
|
Projucer: Removed the juce_video module from the list of defaults
|
7 years ago |
Tom Poole
|
81634a788b
|
Code::Blocks: Fixed an issue building plug-ins with spaces in their name
|
7 years ago |
ed
|
1e1bb841a0
|
macOS: Apply light appearance to NSViewComponentPeer on 10.14 to fix a bug when hosting Apple AUs
|
7 years ago |
ed
|
5c6313157b
|
Added an isActive() method to ADSR
|
7 years ago |
ed
|
eaf0f990d4
|
Replaced all uses of static_cast<Type&&> with std::move
|
7 years ago |
ed
|
c723e56952
|
Defaulted some constructors and copy assignment operators in AttributedString
|
7 years ago |
ed
|
9de863a272
|
Fix a typo
|
7 years ago |