Get information from host (BPM, song time etc)

Hello,

Just wondering if it’s possible to obtain certain information from the host/DAW. I’m currently after the BPM, but other information available would be good to know for future.

Any help would be greatly appreciated.

Thanks,
James

You can get that information from methods like IPlugProcessor::GetTempo() or read it directly from the mTimeInfo member of the IPlugProcessor class. See here:

3 Likes

Wow thanks!

That’s almost too easy!

James