heavy icon indicating copy to clipboard operation
heavy copied to clipboard

Support VST transport messages

Open diplojocus opened this issue 7 years ago • 1 comments

play, pause, position etc...

diplojocus avatar Jan 05 '18 16:01 diplojocus

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

Simon-L avatar Jan 05 '18 16:01 Simon-L