mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-17 08:53:56 +02:00
Move EventPayload to Vst2Event::Payload
This commit is contained in:
@@ -66,9 +66,9 @@ class Vst2Logger {
|
||||
int opcode,
|
||||
int index,
|
||||
intptr_t value,
|
||||
const EventPayload& payload,
|
||||
const Vst2Event::Payload& payload,
|
||||
float option,
|
||||
const std::optional<EventPayload>& value_payload);
|
||||
const std::optional<Vst2Event::Payload>& value_payload);
|
||||
void log_event_response(
|
||||
bool is_dispatch,
|
||||
int opcode,
|
||||
|
||||
Reference in New Issue
Block a user