Shahid Raza

Results 2 comments of Shahid Raza

Does this help by any chance? Added `if not msg.is_meta:` before `absoluteTime += msg.time` ```python def readMidiFile(filePath): noteOnList = [] mid = MidiFile(filePath) print('MIDI duration:', mid.length) absoluteTime = 0 for...

I've found a way to fix this problem. In remodal.js find `location.hash = '';` then add the following code underneath it `history.replaceState({}, document.title, location.href.replace('#', ''));` so you should have `location.hash...