mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-15 21:15:51 +02:00
Add logging for IAutomationState
This commit is contained in:
@@ -69,6 +69,8 @@ class Vst3Logger {
|
||||
bool log_request(
|
||||
bool is_host_vst,
|
||||
const YaAudioPresentationLatency::SetAudioPresentationLatencySamples&);
|
||||
bool log_request(bool is_host_vst,
|
||||
const YaAutomationState::SetAutomationState&);
|
||||
bool log_request(bool is_host_vst, const YaConnectionPoint::Connect&);
|
||||
bool log_request(bool is_host_vst, const YaConnectionPoint::Disconnect&);
|
||||
bool log_request(bool is_host_vst, const YaConnectionPoint::Notify&);
|
||||
|
||||
Reference in New Issue
Block a user