Hi David, David Baelde wrote on 24/03/13 18:30:> Hi guys, > > What could be happening here is that the third file is not resolved > fast enough, so there is a tiny gap before it, and merge_track() won't > do anything about it.
It does not look to me that this is the problem. I posted a script that shows that if you use sequence in switch with more than 1 file in the sequence, at the second run of that sequence only the last file in sequence is played. merge_tarcks is indeed defined using sequence as: def merge_tracks(s) sequence(merge=true,[s]) end so the merge_track problem may be indeed related to a bug in sequence. I tested different types of files in sequence (dynamic, playlist, single, and say) and sequence behaves consistently by forgetting all files except the last on each run after the first. It looks to me like a bug when more files are included in sequence. Pad ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_mar _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
