I am writing an application in C# which generates cue file in order to use in Goldwave.
In my program I'm generating a timestamp. For ex. Ticks = 77314055
Later I'm formatting a datetime until milliseconds: 00:07.731
For testing I'm entering the same value to Goldwave, exporting the cue file and in the cue result is: 00:07:55
How I should calculate this 55
millisecond value from 731
?
Use mod function