Skip to content
New issue

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

Support VST transport messages #239

Open
diplojocus opened this issue Jan 5, 2018 · 1 comment
Open

Support VST transport messages #239

diplojocus opened this issue Jan 5, 2018 · 1 comment
Assignees

Comments

@diplojocus
Copy link
Contributor

play, pause, position etc...

@Simon-L
Copy link

Simon-L commented Jan 5, 2018

Usages include:

  • Syncing to host tempo
  • Sequencing according to "musical position"

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

For reference also, an example usage:
https://gist.github.com/gaspard/6448474#file-gistfile1-cpp-L106

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants