mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 20:10:13 +02:00
Print ignored opcodes
This commit is contained in:
@@ -203,6 +203,11 @@ class HostCallbackDataConverter : DefaultDataConverter {
|
||||
// be needed? `audioMasterWantMidi` is deprecated though.
|
||||
case audioMasterWantMidi:
|
||||
case audioMasterUpdateDisplay:
|
||||
std::cerr << "Got opcode "
|
||||
<< opcode_to_string(false, opcode)
|
||||
.value_or(std::to_string(opcode))
|
||||
<< "), ignoring..." << std::endl;
|
||||
|
||||
return std::nullopt;
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user