Giles Hall

Results 36 comments of Giles Hall

I believe I'm running from the HEAD of master. Stats file attached, thanks! [Statistics.txt](https://github.com/ksahlin/BESST/files/307412/Statistics.txt)

I like that hypothesis. The only way to tell for sure is if we can examine a MIDI file.

Another approach would be to use references like bass drums etc to figure out the downbeat, and then to re-write the entire pattern with tempo changes. It would require some...

I think the point is his track doesn't have tempo changes. Tempo maps are an invention of python-midi, and they rely on tempo change events. I don't think you could...

thinking this through, i bet ableton converts MIDI tracks into its own internal timekeeping time structure. ableton tracks use INSANE resolutions in their exported MIDI tracks, which is probably a...

I agree, this is strange, but that's what the data in the MIDI file says. I tried two other MIDI libraries, and they reported the same value. The varlen data...

"I've also tried in different midi editors and so on" -- Which programs did you try and what was the result?

Another weird thing is there are two TimeSignature events at the beginning of the track, but no Tempo event. What is the tempo of the track?

I think you have it backwards; This track has _two_ time signature events and _no_ tempo event. Without a tempo event, most sequencers will assume the tempo is 120 BPM....