mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-15 07:53:55 +02:00
Work around resizing bug in Surge XT/CJE
This commit is contained in:
@@ -219,6 +219,12 @@ class ClapBridge : public HostBridge {
|
||||
uint16_t width,
|
||||
uint16_t height);
|
||||
|
||||
/**
|
||||
* Get the plugin instance's current editor size, if it has an active
|
||||
* editor.
|
||||
*/
|
||||
std::optional<Size> editor_size(size_t instance_id);
|
||||
|
||||
protected:
|
||||
void close_sockets() override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user