Copy link to clipboard
Copied
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
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.
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
Thanks for pointing that out to me! One last question, does "sync property to stream" degrade the audio?
Thanks,
Henry
Copy link to clipboard
Copied
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).
Copy link to clipboard
Copied
Thanks again!
Copy link to clipboard
Copied
you're welcome.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now