mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
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. |
||
|---|---|---|
| .. | ||
| format | ||
| format_types | ||
| processors | ||
| scanning | ||
| utilities | ||
| juce_audio_processors.cpp | ||
| juce_audio_processors.h | ||
| juce_audio_processors.mm | ||