Hi Octavio, As far as I can see, the general structure of your script corresponds to what you wanna do. Setting a track insensitive switch makes sense if you don't want to wait for the end of a podcast track.
There are a few odd things in your script, that may or may not be the source of your problem. You use too many mksafe: for example, you don't care if jingles are not ready when needed, you'll simply not get a jingle. If you use mksafe everywhere, sources may produce silent tracks, and you won't understand what's going on. I'd say it's okay to mksafe on diferido, but you could probably only use mksafe just before the output. Other than that, all I can say is: see what the logs seem to say (or show them to us); try with a simpler script to see where the problem comes from. Good luck, -- David ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
