TimesoundFile




Minuti = Int((MM_CD.TrackLength / 1000) / 60)
Secondi = (MM_CD.TrackLength / 1000) Mod 60
Label_Durata_Brano.Caption = Str(Minuti) + ":" + Format(Secondi, "00") RILEVA LA DURATA DEL BRANO CORRENTE con MCI










( timesoundfile.html )- by Paolo Puglisi - Modifica del 17/12/2023