Typo in ivstprocesscontext.h?

In ivstprocesscontext.h there is this line:

kCycleValid = 1 << 12, ///< cycleStartMusic and barPositionMusic contain valid information

I assume this must be:

kCycleValid = 1 << 12, ///< cycleStartMusic and cycleEndMusic contain valid information

Right?

right… Thx

1 Like