mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-17 00:43:56 +02:00
Mention that WantsVstRect can return nothing
This commit is contained in:
@@ -303,7 +303,9 @@ struct WantsChunkBuffer {};
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Marker struct to indicate that the event handler will write a pointer to a
|
* Marker struct to indicate that the event handler will write a pointer to a
|
||||||
* `VstRect` struct into the void pointer.
|
* `VstRect` struct into the void pointer. It's also possible that the plugin
|
||||||
|
* doesn't do anything. In that case we'll serialize the response as a null
|
||||||
|
* pointer.
|
||||||
*/
|
*/
|
||||||
struct WantsVstRect {};
|
struct WantsVstRect {};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user