You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello.
Thanks for the nice library, but there is a problem with it.
I generated a .mid file according to your instructions. Then I try to play the recording using AVMIDIPlayer.
For some reason the recorded midi is played at double speed.
If I set AVMIDIPlayer.rate = 0.5, then it sounds like normal.
Could you help me with problem? Maybe I'm generating the midi incorrectly?
The text was updated successfully, but these errors were encountered:
I agree, great library. It seems the default bpm is 60 but is playing back at 120 when you import it. I'm seeing this behaviour when I create a new midiData object from scratch. But I haven't figured out yet how to change the midi files BPM to 60 (or any other tempo) by default so a player knows what the bpm should be.
Hello.
Thanks for the nice library, but there is a problem with it.
I generated a .mid file according to your instructions. Then I try to play the recording using
AVMIDIPlayer
.For some reason the recorded midi is played at double speed.
If I set
AVMIDIPlayer.rate = 0.5
, then it sounds like normal.Could you help me with problem? Maybe I'm generating the midi incorrectly?
The text was updated successfully, but these errors were encountered: