Log cached audioMasterGetTime() calls

Just like we log cached VST3 function calls.
This commit is contained in:
Robbert van der Helm
2021-04-29 00:38:10 +02:00
parent 1deb4cf664
commit b8f8dd7236
3 changed files with 17 additions and 4 deletions
+2 -1
View File
@@ -74,7 +74,8 @@ class Vst2Logger {
int opcode,
intptr_t return_value,
const EventResultPayload& payload,
const std::optional<EventResultPayload>& value_payload);
const std::optional<EventResultPayload>& value_payload,
bool from_cache = false);
/**
* The underlying logger instance we're wrapping.