The playing multiple sounds isn’t the hard part. Playing sound segments 
seamlessly is. I have done that sort of thing in other tools, like in this app 
for example:

https://itunes.apple.com/us/app/lets-get-ready!/id903134141?mt=8 
<https://itunes.apple.com/us/app/lets-get-ready!/id903134141?mt=8>

One part of that app lets you record multiple sounds, and at the end you hear a 
seamless sequence which is a mixture of preset backing tracks and your 
recordings. I could achieve that because in Flash you can create bytearrays 
made from the composition, and then play that as a single sound.

Maybe you could combine the elements and write out a WAV file to play?
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to