MIDI file tick convert to second doesn't add up to play time

后端 未结 0 724
有刺的猬
有刺的猬 2021-01-06 00:11

I using the mido module to read file with this code.

import mido

def maxtick(relative_path_to_file):
    song=readSong(relative_path_to_file)
    tpb=song.ti         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题