mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-15 13:00:02 +02:00
Move EventPayload to Vst2Event::Payload
This commit is contained in:
@@ -360,9 +360,9 @@ void Vst2Logger::log_event(bool is_dispatch,
|
||||
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) {
|
||||
if (BOOST_UNLIKELY(logger.verbosity >= Logger::Verbosity::most_events)) {
|
||||
if (should_filter_event(is_dispatch, opcode)) {
|
||||
return;
|
||||
|
||||
@@ -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