![]() |
|
#1
|
|||
|
|||
|
Midi player BPM (Beats per minute)
hi all
i use the following code to load and play a midi music music = viz.addAudio('bach_air.mid') music.play Is there any way for me to set the BPM (Beats per minute) for the midi music? Thank you so much. |
|
#2
|
|||
|
|||
|
There is no command that takes BPM as an argument. You can change the rate the audio is played at using the <multimedia:av>.setRate command.
|
|
#3
|
|||
|
|||
|
Thank you so much
|
![]() |
|
|