My project is set to 120 BPM, RulerFormat is "Measures and Beats," and I have a region at 19.1.010. However, when I run my render script, the timecode shows up as 18.0.010. The problem comes here:
Despite having the same Nanosecond count (360825931) RenderArgs.Start becomes 18.0.010, but ParentRegion.Position is 19.1.010 (the correct value). Can I possibly be missing something here, or is it simply a bug in how Vegas treats Measures and Beats?
RenderQueueItem.RenderArgs.Start = RenderQueueItem.ParentRegion.Position;
Despite having the same Nanosecond count (360825931) RenderArgs.Start becomes 18.0.010, but ParentRegion.Position is 19.1.010 (the correct value). Can I possibly be missing something here, or is it simply a bug in how Vegas treats Measures and Beats?