mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-13 20:09:59 +02:00
Add logging for IMidiLearn
This commit is contained in:
@@ -400,6 +400,17 @@ bool Vst3Logger::log_request(
|
||||
});
|
||||
}
|
||||
|
||||
bool Vst3Logger::log_request(
|
||||
bool is_host_vst,
|
||||
const YaMidiLearn::OnLiveMIDIControllerInput& request) {
|
||||
return log_request_base(is_host_vst, [&](auto& message) {
|
||||
message << request.instance_id
|
||||
<< ": IMidiLearn::onLiveMIDIControllerInput(busIndex = "
|
||||
<< request.bus_index << ", channel = " << request.channel
|
||||
<< ", midiCC = " << request.midi_cc << ")";
|
||||
});
|
||||
}
|
||||
|
||||
bool Vst3Logger::log_request(
|
||||
bool is_host_vst,
|
||||
const YaMidiMapping::GetMidiControllerAssignment& request) {
|
||||
|
||||
Reference in New Issue
Block a user