Hi, I don't think you can get what you want with crossing functions. All crossing functions have a fixed crossing duration. With smart_cross, your transition can adapt to the sound level at the end of the track but still doesn't know about the blank duration (although the two will be correlated: if you have a nearly 0 level for the whole window of sound level computation, it means you have at much this amount of blank at the end of your track).
We also have operators for cutting too long blank (strip_blank, skip_blank,etc) but it's still not quite it. So, right now I don't think there is an solution, except pre-computing the blank duration at the end of the file, and setting it in the metadata so that transition functions (for example) can get rid of it. Of course, you may find that an approximate solution based on smart_cross is good enough... Hope this helps, David PS: By the way, if you don't want crossfading use directly cross() or smart_cross(), then your transition can simply sequence or adjust the gap... ------------------------------------------------------------------------------ What happens now with your Lotus Notes apps - do you make another costly upgrade, or settle for being marooned without product support? Time to move off Lotus Notes and onto the cloud with Force.com, apps are easier to build, use, and manage than apps on traditional platforms. Sign up for the Lotus Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
