Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Syncing BPM (Beats Per minute) to Frames

New Here ,
Aug 17, 2014 Aug 17, 2014

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

TOPICS
ActionScript
5.4K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Aug 17, 2014 Aug 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.

Translate
Community Expert ,
Aug 17, 2014 Aug 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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 17, 2014 Aug 17, 2014

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

Thanks,

Henry

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 17, 2014 Aug 17, 2014

no.  you can independently set audio properties in the file>publish settings for both streaming sounds (used for sync'g) and event sounds (which is useful for sounds that do not need to sync).

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 17, 2014 Aug 17, 2014

Thanks again!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 17, 2014 Aug 17, 2014
LATEST

you're welcome.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines