ed
|
257bfd4348
|
Updated an AudioParameterFloat unit test for the previous commit
|
6 years ago |
ed
|
57421a9041
|
APVTS: Made AudioParameterFloat's stringFromValueFunction fully backwards compatible
|
6 years ago |
ed
|
0b539f5330
|
Cancel any pending async updates in the WASAPIAudioIODevice destructor
|
6 years ago |
dimitri
|
32a89090f6
|
BLOCKS: Fix potential race conditions in Topology
|
6 years ago |
dimitri
|
4f7137cc08
|
BLOCKS: Request version number from old firmware
|
6 years ago |
dimitri
|
77993724df
|
BLOCKS: Fix issue identifying master block
|
6 years ago |
dimitri
|
0ae5e233cd
|
MIDI: Do not treat sysex final byte as an initial byte
|
6 years ago |
ed
|
133429721e
|
APVTS: Made the stringFromValueFunction of AudioParameterFloat backwards compatible with old behaviour when using a NormalisableRange with an integer interval
|
6 years ago |
ed
|
b0e2495eac
|
Android: Updated the code in PushNotifications and InAppPurchases to the recent low-level API changes
|
6 years ago |
ed
|
a1042a6e24
|
Added Cakewalk by Bandlab to the PluginHostType enum
|
6 years ago |
ed
|
954663b8bb
|
VST3: Added a workaround for Cubase 10 resizing the host window after the plug-in on macOS
|
6 years ago |
ed
|
51fed8f8bf
|
Added Cubase 9.5 and Cubase 10 to the PluginHostType enum
|
6 years ago |
ed
|
8346b578b5
|
Removed a stray logging statement from the WASAPI code
|
6 years ago |
ed
|
e5204bafe9
|
Fixed some incorrect documentation in ValueWithDefault and added some unit tests to the class
|
6 years ago |
ed
|
c29eea44e3
|
Added a getUndoManager() method to CachedValue and ValueWithDefault and made CachedValue weak referenceable
|
6 years ago |
ed
|
f67d2e01be
|
Projucer: Ensure that additional Java libs specified in the Android exporter are copied to the app folder
|
6 years ago |
ed
|
74b6673e42
|
Improved the documentation of some methods in juce_Thread.h
|
6 years ago |
ed
|
3ba771507d
|
Avoid unnecessary zeros when writing double values to XML or JSON
|
6 years ago |
ed
|
27258ed6dd
|
BLOCKS: Replaced an old BlockImpl name with BlockImplementation
|
6 years ago |
ed
|
18571feb61
|
Avoid calling Graphics::fillEllipse() with negative bounds in AudioAppDemo
|
6 years ago |
ed
|
31025ae3e6
|
Projucer: Initialise the legacy VST dependency in the Makefile exporter so that the path is correctly added to the build
|
6 years ago |
ed
|
6d4fa280c6
|
Linux: Fix Process::openDocument() return value in previous commit
|
6 years ago |
ed
|
6cd0ebd832
|
Linux: Don't quote space-escaped paths in Process::openDocument() as it causes xdg-open to fail
|
6 years ago |
ed
|
5c03d13f0d
|
Revert previous commit and instead call ComponentHelpers::releaseAllCachedImageResources() from Component::removeFromDesktop()
|
6 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
|
6 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
|
6 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
|
6 years ago |
ed
|
166e1d1185
|
macOS: Ensure that the global CoreMIDI client is initialised when calling MIDI I/O methods
|
6 years ago |
ed
|
9bad19151b
|
Android: Create URL object without checking the filepath in Process::openDocument() to avoid hitting an assertion when opening URLs
|
6 years ago |
ed
|
2e3a41cbb1
|
Re-saved all projects
|
6 years ago |
ed
|
203b50a189
|
Projucer: Use the legacy build system for Xcode projects to work around some issues with Xcode 10
|
6 years ago |
reuk
|
167a3a86b1
|
APVTS: Fixed a bug where parameter values are not initially flushed to the ValueTree
|
6 years ago |
Tom Poole
|
721d732b40
|
Reverted the numberOfDecimalPlaces behaviour of the String constructor
|
6 years ago |
Tom Poole
|
6b7a870f0b
|
Windows: Restricted the thread safe Studio One hang fix to only non-realtime cases
|
6 years ago |
Tom Poole
|
b7fbdd7009
|
Windows: Added a more thread safe fix for the Studio One hang
|
6 years ago |
Tom Poole
|
d19c410713
|
Windows: Fixed a hang in AudioProcessorGraph when doing non-realtime processing in Studio One
|
6 years ago |
Tom Poole
|
e79941ca57
|
Changed the manufacturer name of the internal plug-in host nodes
|
6 years ago |
Tom Poole
|
f86045e952
|
Re-saved all projects
|
6 years ago |
Tom Poole
|
63b833855e
|
Updated the embedded VST3 SDK to version 3.6.12
|
6 years ago |
Tom Poole
|
d06a2b8c13
|
Fixed compatibility with GCC 4.8
|
6 years ago |
ed
|
ec46ad4891
|
Projucer: Only add example assets path to projects generated from JUCE example PIPs
|
6 years ago |
Tom Poole
|
a968c9dd6b
|
Moved the UUID hashing template to the header file
|
6 years ago |
Tom Poole
|
d81ce3ce03
|
Fixed an issue falling back to an incompatible audio device configuration after a disconnection
|
6 years ago |
ed
|
717cc49382
|
Added the JUCE_DECLARE_WEAK_REFERENCEABLE macro to ValueWithDefault and fixed some places which were potentially accessing a deleted ValueWithDefault object
|
6 years ago |
Tom Poole
|
cdff2c7f45
|
macOS: Fixed an issue rendering memory based fonts
|
6 years ago |
Tom Poole
|
faf7fb1960
|
Fixed a bug in the AudioDeviceSelectorComponent when selecting zero channels
|
6 years ago |
ed
|
3b8686aa97
|
Windows: Add the FILE_SHARE_DELETE when opening file handles to allow them to be renamed and deleted
|
6 years ago |
Tom Poole
|
578022d011
|
Allowed the AudioDeviceManager to fall back to the default device on device disconnection
|
6 years ago |
ed
|
ba68fb0212
|
Windows: Fixed an OpenGL bug in non-DPI aware windows with a global scale factor != 1.0
|
6 years ago |
ed
|
77c8a873f3
|
BLOCKS: Split PhysicalTopologySource internal classes into separate files
|
6 years ago |