Tom Poole
3b6c05ec10
iOS: Fix a compiler warning
2022-04-26 15:37:38 +01:00
Tom Poole
1a6e39e97e
FloatVectorOperations: Add method docstrings
2022-04-26 15:37:30 +01:00
Tom Poole
409a00e01e
FloatVectorOperations: Add methods to Doxygen
2022-04-26 15:37:24 +01:00
Tom Poole
db3c6e6216
macOS/iOS: Fix unguarded availability warnings
2022-04-26 15:37:03 +01:00
Tom Poole
e984395b1d
GCC: Fix some compiler warnings in GCC 11
2022-04-26 15:30:54 +01:00
Tom Poole
f69fe7be0f
Resave projects
2022-04-26 15:30:29 +01:00
reuk
0c5b617f98
Projucer: Use preprocessor definitions and include paths when building rc files
...
This more closely matches the behaviour of CMake when adding rc files to
targets.
2022-04-26 15:27:58 +01:00
reuk
118682f030
StandardHeader: Include <utility> for GCC 12 compatibility
2022-04-26 15:27:45 +01:00
Tom Poole
a77936ecda
VST3: Fix a compiler warning in the VST3 SDK
2022-04-26 11:38:19 +01:00
Tom Poole
b6a3020dc6
LiveConstantDemo: Improve the documentation
2022-04-26 11:04:55 +01:00
reuk
e02561c958
ListBox: Add checks to ensure that the ListBoxModel remains valid
2022-04-25 17:03:29 +01:00
Oli
1abb704ce0
WavAudioFormat: Add ASWG metadata support
2022-04-25 12:49:49 +01:00
reuk
61f3c1dd98
LV2: Add initial client support
2022-04-22 14:18:52 +01:00
reuk
1182024fc4
LV2: Add initial hosting support
2022-04-22 14:18:51 +01:00
reuk
1d04669410
LV2: Add turtle-writer program
2022-04-22 14:18:51 +01:00
reuk
6fffbdae92
LV2: Add generated resources
2022-04-22 14:18:51 +01:00
reuk
e4b3eda5ef
LV2: Add supporting library files
2022-04-22 14:18:51 +01:00
reuk
77090bb499
AudioProcessorGraph: Fix processing of plugins with no inputs or outputs
2022-04-22 14:18:51 +01:00
reuk
de1e387a7a
Windows: Initialise variable
2022-04-22 14:18:51 +01:00
reuk
40d6a063af
AudioPluginHost: Speed up out-of-process scanning
2022-04-22 14:18:50 +01:00
reuk
4bfcb78809
PopupMenu: Use DPI awareness of target component when creating new windows
...
Also updates the drop shadower so that the DPI-awareness of the shadows
matches the DPI-awareness of the shadowed component.
2022-04-22 14:18:50 +01:00
reuk
858aab823a
ComponentBoundsConstrainer: Properly constrain secondary windows in plugins
2022-04-22 14:18:50 +01:00
reuk
3e0fa4489a
LinuxComponentPeer: Properly transform coordinates into peer space when collision testing
2022-04-22 14:18:50 +01:00
reuk
092314deac
VST2 Host: Avoid bad window errors when editor peer is deleted
2022-04-22 14:18:50 +01:00
reuk
fe744f8112
VST2 Client: Flush command buffer after attaching plugin window on Linux
2022-04-22 14:18:50 +01:00
reuk
fcd6752d4f
VST2 Client: Fix popupmenu window location in VST2 plugins under the AudioPluginHost
2022-04-22 14:18:50 +01:00
reuk
8ba09acc59
VST2 Client: Avoid potential deadlocks on stateInformationLock
2022-04-22 14:18:50 +01:00
reuk
e6efdaae0e
VST2 Client: Hook onto host event loop when editor is open
2022-04-22 14:18:50 +01:00
reuk
c91514f57f
VST3 Client: Properly notify host about added/removed event loop FDs
2022-04-22 14:18:49 +01:00
reuk
7815d2007b
OpenGL: Set OpenGL view position correctly after adjusting the global scale factor
2022-04-22 14:18:49 +01:00
reuk
c30b3a1a31
Plugin Hosting: Take custom scaling into account when computing editor sizes
2022-04-22 14:18:49 +01:00
reuk
5f5cb5e885
Examples: Add host plugin demo
2022-04-22 14:18:49 +01:00
reuk
e9b376ce14
XEmbed: Add function to force window bounds update
2022-04-22 14:18:49 +01:00
reuk
5fcb718ac9
String: Avoid using refcount to detect empty strings
2022-04-22 14:18:49 +01:00
reuk
5705a83065
ListenerList: Remove deprecation warning
2022-04-22 14:18:49 +01:00
reuk
cfa289d943
AudioProcessor: Allow querying of the host timestamp in processBlock
2022-04-22 14:18:49 +01:00
reuk
5d096b46d7
Add simple Optional type
2022-04-22 14:18:48 +01:00
Tom Poole
833c1e590f
macOS/iOS: Add a Metal layer renderer
...
This restores the functionality of JUCE_COREGRAPHICS_RENDER_WITH_MULTIPLE_PAINT_CALLS.
Using this preprocessor flag may avoid Core Graphics rendering much larger regions than
necessary, but the small regions that are rendered will likely be rendered slower.
Whether using this flag improves or degrades the performance of your rendering overall
will be specific to each application.
Previously enabling JUCE_COREGRAPHICS_RENDER_WITH_MULTIPLE_PAINT_CALLS was ineffective
from versions of macOS around 10.13, but enabling it didn't have any negative impact on
performance. Now enabling JUCE_COREGRAPHICS_RENDER_WITH_MULTIPLE_PAINT_CALLS may result
in slower rendering.
2022-04-22 14:18:48 +01:00
Tom Poole
570bcb666a
Resave projects
2022-04-22 14:18:48 +01:00
reuk
19ddbe2368
Warnings: Fix missing-prototypes warnings
2022-04-22 14:18:48 +01:00
reuk
3bf635e004
Warnings: Always supply all field initialisers
...
This also fixes an issue where the requested font style could be
incorrectly overwritten.
2022-04-22 14:18:48 +01:00
reuk
6de457f932
Linux Fonts: Add extra default font path
2022-04-22 14:07:46 +01:00
reuk
b720b0f746
Build: Avoid checking in CMake user preset files
2022-04-22 14:07:46 +01:00
reuk
f9c0c626fe
Linux: Avoid picking a bold/oblique version of Bitstream Vera Sans by default
2022-04-22 13:55:47 +01:00
Tom Poole
a946ad64ba
DirectoryContentsList: Fix a bug in isStillLoading
2022-04-21 12:05:41 +01:00
Tom Poole
b4223154b6
Fix a compilation error in Xcode 9.4
2022-04-21 11:30:24 +01:00
Tom Poole
2f389c9d42
iOS: Fix a compiler warning
2022-04-20 09:44:53 +01:00
Tom Poole
16eae47fde
FloatVectorOperations: Add method docstrings
2022-04-19 17:13:34 +01:00
Tom Poole
1fa18a1b43
FloatVectorOperations: Add methods to Doxygen
2022-04-19 11:54:55 +01:00
Tom Poole
eda5c696e5
macOS/iOS: Fix unguarded availability warnings
2022-04-19 11:54:55 +01:00