13
0

debug VST timeinfo callback, pt3

This commit is contained in:
Paul Davis 2014-01-15 16:31:10 -05:00
parent 4365ea06e3
commit 3eadbaaf58

View File

@ -130,7 +130,7 @@ intptr_t Session::vst_callback (
// (see valid masks above), as some items may require extensive
// conversions
memset(&_timeInfo, 0, sizeof(_timeInfo));
std::cerr << "VST get time callback\n";
std::cerr << "VST get time callback, value = " << std::hex << value << " index = " << index << std::dec << std::endl;
if (session) {
framepos_t now = session->transport_frame();