Is it possible to adjust the tempo when playing back a MIDI file using the Mobile Media API?
Created May 7, 2012
John Zukowski That would be with the
TempoControl
. Get it from the Player
and call the setTempo()
method, passing in a value for the number of milli-beats per minute.