1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_audio_processors
reuk 983cbdc441
VST Host: Use a "wrapper" window on Linux so that the client does not have to be responsible for window position
Previously, on Linux, client plugin editors were embedded directly into the peer
displaying the client's AudioProcessorEditor.

Although this approach is simple and lightweight, it means that plugin
editors are able to reposition themselves over controls in the parent
window just by calling XMoveResizeWindow or similar on their own widget.

It's more desirable that the client editor should be clipped if it
attempts to draw outside the area of the AudioProcessorEditor.
2025-12-16 12:23:59 +00:00
..
format juce_audio_processors: Exclusively use JUCE_INTERNAL_HAS_* macros in place of JUCE_PLUGINHOST_* macros 2025-09-25 18:38:27 +01:00
format_types VST Host: Use a "wrapper" window on Linux so that the client does not have to be responsible for window position 2025-12-16 12:23:59 +00:00
processors Formatting: Remove double-dots from comments and other strings 2025-11-18 15:47:42 +00:00
scanning Formatting: Remove double-dots from comments and other strings 2025-11-18 15:47:42 +00:00
utilities Plugin Host: Update reported DAW name from FruityLoops to FL Studio 2025-09-29 15:29:39 +01:00
juce_audio_processors.cpp juce_audio_processors: Exclusively use JUCE_INTERNAL_HAS_* macros in place of JUCE_PLUGINHOST_* macros 2025-09-25 18:38:27 +01:00
juce_audio_processors.h Bump version number to 8.0.12 2025-12-16 08:48:49 +00:00
juce_audio_processors.mm Update licensing information 2024-04-16 11:39:35 +01:00