mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-14 12:30:00 +02:00
Print the tempo part of VstTimeInfo
At debug level 2. This was needed to debug an issue with Renoise.
This commit is contained in:
@@ -504,7 +504,8 @@ void Vst2Logger::log_event_response(
|
||||
},
|
||||
[&](const VstTimeInfo& info) {
|
||||
message << ", <"
|
||||
<< "quarter_notes = " << info.ppqPos
|
||||
<< "tempo = " << info.tempo << " bpm"
|
||||
<< ", quarter_notes = " << info.ppqPos
|
||||
<< ", samples = " << info.samplePos << ">";
|
||||
}},
|
||||
payload);
|
||||
|
||||
Reference in New Issue
Block a user