Skip to main content
Participant
August 17, 2014
Answered

Syncing BPM (Beats Per minute) to Frames

  • August 17, 2014
  • 1 reply
  • 5511 views

If i had an audio clip that was at exactly 85 BPM (beats per minute), could I move a graphic image along with it at the same time using actionscript? Could the site listed below that converts BPM to FPS or BPM to Time help with the actionscript needed to do so?

http://pacleb.com/bpm-converter/convert/go

Thanks,

Henry

This topic has been closed for replies.
Correct answer kglad

yes, pretty much.

the easiest way to sync sounds is to add the sound to the timeline and assign its sync property to stream.  using actionscript to sync motion and sound is more complicated, but very doable.

1 reply

kglad
Community Expert
kgladCommunity ExpertCorrect answer
Community Expert
August 17, 2014

yes, pretty much.

the easiest way to sync sounds is to add the sound to the timeline and assign its sync property to stream.  using actionscript to sync motion and sound is more complicated, but very doable.

Participant
August 17, 2014

Thanks for pointing that out to me! One last question, does "sync property to stream" degrade the audio?

Thanks,

Henry

kglad
Community Expert
Community Expert
August 17, 2014

Thanks again!


you're welcome.