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 |
ed
|
f4c67f6fa7
|
Whitespace
|
6 years ago |
ed
|
4710fd7b1f
|
Projucer: Copy the Unity GUI script to the bundle resources folder on macOS to fix a code signing issue
|
6 years ago |
ed
|
fdc77e645d
|
Windows: Fixed a focus ping-pong issue in the native file chooser when using a custom component
|
6 years ago |
Tom Poole
|
6d2e17ed85
|
APVTS: Fixed an issue displaying slider value suffixes
|
6 years ago |
ed
|
1526d9fa09
|
Windows: Tidied up some of the native file chooser code
|
6 years ago |
Tom Poole
|
415dc54820
|
Protected the system Random from having its seed reset
|
6 years ago |
ed
|
e5d1e0008e
|
Allow mouse events to pass to FilePreviewComponent in native file choosers
|
6 years ago |
ed
|
aee19ad963
|
Windows: Fixed a leak in the win32 file chooser when using a custom FilePreviewComponent
|
6 years ago |
ed
|
78d90fafba
|
Windows: Scale the target bounds of the native file chooser's FilePreviewComponent so it is displayed correctly
|
6 years ago |
Tom Poole
|
64c898d027
|
VST3: Fixed a hosting issue retrieving the parameters of plug-ins that need their IO configured first
|
6 years ago |
Tom Poole
|
6ee4117fed
|
Minor formatting improvements
|
6 years ago |
Tom Poole
|
5a0d409879
|
VST3: Added a workaround to host some plug-ins with suspect behaviour
|
6 years ago |
Tom Poole
|
b206729988
|
Code::Blocks: Fixed a bug linking curl more often than required
|
6 years ago |
Tom Poole
|
f547c13dcb
|
Projucer: Removed the juce_video module from the list of defaults
|
6 years ago |
Tom Poole
|
81634a788b
|
Code::Blocks: Fixed an issue building plug-ins with spaces in their name
|
6 years ago |
ed
|
1e1bb841a0
|
macOS: Apply light appearance to NSViewComponentPeer on 10.14 to fix a bug when hosting Apple AUs
|
6 years ago |
ed
|
5c6313157b
|
Added an isActive() method to ADSR
|
6 years ago |
ed
|
eaf0f990d4
|
Replaced all uses of static_cast<Type&&> with std::move
|
6 years ago |
ed
|
c723e56952
|
Defaulted some constructors and copy assignment operators in AttributedString
|
6 years ago |
ed
|
9de863a272
|
Fix a typo
|
6 years ago |
ed
|
e64c0365bf
|
macOS: Always call NSViewComponentPeer::redirectMovedOrResized() when a window is de-minimised
|
6 years ago |
ed
|
7a41d53409
|
Fix some potential issues with using auto in a backwards loop in the previous commit
|
6 years ago |
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
|
6 years ago |
ed
|
a02b37a68d
|
Re-saved all projects
|
6 years ago |
ed
|
1f40a7b10e
|
Projucer: Use the project line ending setting for auto-generated JUCE files and write the IDE project files using the native line endings
|
6 years ago |
ed
|
3948e56486
|
Re-saved all projects
|
6 years ago |
reuk
|
8bb4bef24a
|
APVTS: Performance enhancements
|
6 years ago |
Tom Poole
|
23f9cff73e
|
Moved <map> into the set of standard headers
|
6 years ago |
ed
|
b8a4e00cb4
|
Projucer: Make the source code editor respect line endings when loading and saving a file and add an option to set the preferred line feed for a project
|
6 years ago |
ed
|
7b09d14695
|
Projucer: Use relative paths for PIP includes and modules if project isn't temporary
|
6 years ago |
ed
|
5b9f834fb3
|
Projucer: Display relative exporter specific SDK paths correctly
|
6 years ago |
ed
|
5a4e004fea
|
VST2: Fixed a scaling issue causing some non-DPI aware plug-ins to open with incorrect editor bounds
|
6 years ago |
ed
|
725079f6bc
|
Projucer: Add VST2 and VST3 SDK path options to project exporters if hosting is enabled
|
6 years ago |
Tom Poole
|
71224fa990
|
VST3: Serialise parameter changes when hosting plug-ins
|
6 years ago |
ed
|
1bea6b517d
|
macOS: Always resize embedded NSView asynchronously in AutoResizingNSViewComponent to fix a bug with some AU plug-ins reporting the incorrect size
|
6 years ago |
Tom Poole
|
ceec72457d
|
DSP: Added some const processor accessors
|
6 years ago |
Tom Poole
|
5df169fe5d
|
VST3: Fixed a bug with JUCE_FORCE_USE_LEGACY_PARAM_IDS and the bypass parameter
|
6 years ago |