mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 23:25:43 +01:00
debug VST timeinfo callback, pt2
This commit is contained in:
parent
0265f3f1e2
commit
4365ea06e3
1 changed files with 1 additions and 1 deletions
|
|
@ -183,7 +183,7 @@ intptr_t Session::vst_callback (
|
|||
}
|
||||
}
|
||||
|
||||
std::cerr << "\ttimeinfo valid = " << std::hex << _timeinfo.flags << std::dec << std::endl;
|
||||
std::cerr << "\ttimeinfo valid = " << std::hex << _timeInfo.flags << std::dec << std::endl;
|
||||
return (long)&_timeInfo;
|
||||
|
||||
case audioMasterProcessEvents:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue