Mention that WantsVstRect can return nothing

This commit is contained in:
Robbert van der Helm
2020-05-12 13:07:05 +02:00
parent 52e07a4736
commit 4351b03e18
+3 -1
View File
@@ -303,7 +303,9 @@ struct WantsChunkBuffer {};
/**
* 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 {};