I'm using https://github.com/obiwanjacobi/vst.net to create a small plugin that will draw a cute animation relative to the current transport time of the DAW (playback in arrangement view). I'm not able to get that data. Ideally, to get all data from VstTimeInfo struct.
I have tried to use: Host.GetInstance<IVstHostCommands20>().GetTimeInfo(VstTimeInfoFlags.TransportPlaying);
But all values of the returned VstTimeInfo are 0. What I'm doing wrong or what do I need to do?
//. Edit. It works in FL Studio, but not Bitwig. Which is the target DAW...