Hi, On Thu, Dec 16, 2010 at 9:02 AM, Normando Hall <[email protected]> wrote: > If I using smart-crossfade only for the playlist then never run the > switches. If I using smart-crossfade after the switches, then all is ok > and runnig.
This is normal: crossing merges tracks, so you can't switch (I presume your switch is track sensitive). > But I want only apply smart-crossfade to the playlist. You're in luck because you're already using smart_cross(). The solution is to apply the smart_cross after the switch (so the switch can occur) but tweak the transition function so that it only applies on tracks of the right souce (take the code from smart_crossfade in utils.liq and tweak it to use the "source" metadata field). Good luck, -- David ------------------------------------------------------------------------------ Lotusphere 2011 Register now for Lotusphere 2011 and learn how to connect the dots, take your collaborative environment to the next level, and enter the era of Social Business. http://p.sf.net/sfu/lotusphere-d2d _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
