View Single Post
Old 25 June 2016, 19:14   #5
daxb
Registered User
 
Join Date: Oct 2009
Location: Germany
Posts: 3,305
Do you want to show us how do you calculate the total playing time of a OctaMED SoundStudio song? It would be nice to know if scanning of all pattern data is needed.

Usually I use the following to eliminate decimal digits from a given seconds value:
Code:
s = (sec // 60) % 1
If this isn`t a good idea, please let me know.
daxb is offline  
 
Page generated in 0.04326 seconds with 10 queries