View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009988 | ardour | bugs | public | 2025-08-26 12:14 | 2025-08-26 12:14 |
Reporter | pgrond | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | Apple Macintosh | OS | MacOS | OS Version | 10.12 or later |
Product Version | 8.12 | ||||
Summary | 0009988: checkSizeContraints(size) not called when resizing plugin windows | ||||
Description | The VST3 spec says that checkSizeContraints(size) should be called when a user is resizing a window by dragging. This is not the case, which results in an issue for FabFilter plugins. These plugins store the width and height in settings on disk. Those settings are read on startup and used for minimum size of the plugin window. | ||||
Steps To Reproduce | - Download for example Pro-DS on the FabFilter site https://www.fabfilter.com/download#download-pro-ds-de-esser-plug-in and install - Open Ardour and put Pro-DS on a track - Resize the plugin to be larger than the default - Close Ardour - Open Ardour - Open Pro-DS - The plugin window can not be resized to any size smaller than the previous size, which is stored on disk. | ||||
Tags | VST3 | ||||