We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
play, pause, position etc...
The text was updated successfully, but these errors were encountered:
Usages include:
The call should be AudioEffectX::getTimeInfo() and returns a VstTimeInfo object. For reference, as the VST documentation isn't officially publicly accessible: VstTimeInfo struct: http://www.dith.it/listing/vst_stuff/vstsdk2.4/doc/html/struct_vst_time_info.html getTimeInfo(): http://www.dith.it/listing/vst_stuff/vstsdk2.4/doc/html/class_audio_effect_x.html#321316fdaf0c636a8db927eabe8b5304
AudioEffectX::getTimeInfo()
VstTimeInfo
For reference also, an example usage: https://gist.github.com/gaspard/6448474#file-gistfile1-cpp-L106
Sorry, something went wrong.
diplojocus
No branches or pull requests
play, pause, position etc...
The text was updated successfully, but these errors were encountered: