jvcleave / ofxThreadedMidiPlayer

Threaded Midi File Player for openFrameworks
24 stars 9 forks source link

Tempo issue #5

Closed jildertviet closed 7 years ago

jildertviet commented 7 years ago

Hi! I'm using the example, and loading a MIDI file with tempo 72. My first note should have a duration of 5000ms, but when I do player.start();, the note takes 6487 ms. The sequencer inside the player tells me the tempo is 72... Any idea why this is? Thanks! OF 0.9.8 / MacOS Sierra 10.12.6

jildertviet commented 7 years ago

Ooooops, now I see the #1 closed issue on this. The solution cerupcat gives works for me.