Skip to content

DuwinduTharinda/MIDITicksToMillisec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

MIDITicksToMillisec

I made this C++ script with the help of one of my batchmates since I kept forgetting the "formula" of converting MIDI ticks to milliseconds whenever I needed to trim down long blanks at the end of my MIDI files on MIDIEditor. This will open up a console that lets you manually enter either

  • The resolution of your file, (PPQN, you can easily check that value using Falcosoft MIDI player)
  • Tempo (make sure to keep a backup copy of your MIDI if it contains tempo changes. Choosing the lowest tempo value might be okay but it will probably leave some blank behind)
  • The off tick of the last event, be it the final control change event, or most probably the final note-off event. or
  • Track time MM:SS

About

MIDI Ticks + MM:SS to miliseconds converter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published