Print the tempo part of VstTimeInfo

At debug level 2. This was needed to debug an issue with Renoise.
This commit is contained in:
Robbert van der Helm
2021-01-21 20:04:35 +01:00
parent e9210a1100
commit f8ac296ec7
2 changed files with 5 additions and 1 deletions
+2 -1
View File
@@ -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);